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 current implementation grabs VAULT_ADDR and VAULT_TOKEN. It should also be possible to configure the Vault client from the task YAML file. The environment variables can then override what the task YAML sets.
The current implementation grabs
VAULT_ADDRandVAULT_TOKEN. It should also be possible to configure the Vault client from the task YAML file. The environment variables can then override what the task YAML sets.