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 using method: jwt to login to vault. But I don't want secrets as I have a python script to do that.
I remove 'secrets' but the action complains that secrets is required.
Also I need the vault_token for my script but all I'm getting back when using env.vault_token is '***'
To Reproduce
The yaml of the vault-action step, with any sensitive information masked or removed.
Expected behavior
Secrets are optional, but they seem not to be.
Vault token should be accessible to any scripts.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Vault server version
latest
vault-action version
vlatest
Describe the bug
I'm using method: jwt to login to vault. But I don't want secrets as I have a python script to do that.
I remove 'secrets' but the action complains that secrets is required.
Also I need the vault_token for my script but all I'm getting back when using env.vault_token is '***'
To Reproduce
The yaml of the
vault-action
step, with any sensitive information masked or removed.Expected behavior
Secrets are optional, but they seem not to be.
Vault token should be accessible to any scripts.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: