Skip to content

Commit

Permalink
docs: add app role auth method
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Mar 14, 2022
1 parent add3300 commit 937073b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ The usual environment variables for Vault will be used:
## Configuration

- VAULT_ROLE - Required the name of the Vault role to use for authentication.
> For a successful Kubernetes authentication the environment variable VAULT_ROLE must be set.
...or...

- VAULT_ROLE_ID - see https://www.vaultproject.io/docs/auth/approle
- VAULT_SECRET_ID - see https://www.vaultproject.io/docs/auth/approle

> If the environment variables VAULT_ROLE_ID and VAULT_SECRET_ID are set, AppRole Auth Method will be used, Kubernetes Auth Method otherwise.

- VAULT_TOKEN_PATH - the destination path on disk to store the token. Usually this is a shared volume.

Expand Down

0 comments on commit 937073b

Please sign in to comment.