Vault Proxy Authentication Methods
Approle Authentication
Some of Vault’s plugins support only Approle authentication.
For those types of plugins you’ll need to specify role_id & secret_id, for using HVP you’ll need to use access_id & access_key replacing role_id & secret_id accordingly.
For example, Vault Approle authentication using HVP:
export VAULT_ADDR='https://hvp.akeyless.io'
vault write auth/approle/login role_id="access_id" secret_id="access_key"
Updated over 2 years ago
What’s Next