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 Vault go SDK support AWS IAM as the auth method, so that the app doesn't necessarily need to hold the auth token which could be a risk, because securing the vault token becomes a challenging task.
the Vault go SDK support AWS IAM as the auth method, so that the app doesn't necessarily need to hold the auth token which could be a risk, because securing the vault token becomes a challenging task.
i think we can introduce an new field
authMethod
in Vault config struct https://github.com/knadh/koanf/blob/master/providers/vault/vault.go#L15we may use token as the default method to keep the back compatibility
ref:
The text was updated successfully, but these errors were encountered: