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
I'm reviewing open Vault issues following the new Vault workload identity work (ref #15617). The allow_unauthenticated flag is now deprecated because users won't be providing their own Vault tokens at all. Instead, workloads will authenticate to Vault using their workload identity.
Breaking change to set the default value of
allow_unauthenticated
to false.This change would require users submitting jobs to the Nomad server that include a
vault
stanza to include a sufficiently privileged Vault token.The text was updated successfully, but these errors were encountered: