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
The deploy path treats source.token_ref as the literal PAT rather than a reference into a secret store. Acknowledged debt: tokens live in the DB/workspace in plaintext. Move to a proper secret reference so raw tokens are not persisted.
The deploy path treats
source.token_refas the literal PAT rather than a reference into a secret store. Acknowledged debt: tokens live in the DB/workspace in plaintext. Move to a proper secret reference so raw tokens are not persisted.