You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the segment token was passed in through Werft attributes, which meant that the tokens would be instantly leaked as they show up in the Werft UI.
Tarun and I will instead move the token to a secret and read it on-demand instead.