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
Is your feature request related to a problem? Please describe.
We auto-auth the Vault agent using a JWT in production. I want to use the Vault agent in my local development environment where we get tokens by authenticating with OIDC.
Describe the solution you'd like
Auto-auth should have an option that does not actually authenticate, but instead reads the token from ~/.vault-token and/or an arbitrary file path.
Describe alternatives you've considered
Abusing a different type of auto-auth token, forwarding the agent port from servers that are auto-auth'd, etc.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We auto-auth the Vault agent using a JWT in production. I want to use the Vault agent in my local development environment where we get tokens by authenticating with OIDC.
Describe the solution you'd like
Auto-auth should have an option that does not actually authenticate, but instead reads the token from
~/.vault-token
and/or an arbitrary file path.Describe alternatives you've considered
Abusing a different type of auto-auth token, forwarding the agent port from servers that are auto-auth'd, etc.
The text was updated successfully, but these errors were encountered: