Skip to content

Commit

Permalink
Add note about using with Vault Agent (#49)
Browse files Browse the repository at this point in the history
See #47
  • Loading branch information
yakatz authored and petems committed Jan 6, 2020
1 parent f47bfe3 commit a8cb241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The following mandatory Hiera 5 options must be set for each level of the hierar

The following are optional configuration parameters supported in the `options` hash of the Hiera 5 config

`address`: The address of the Vault server, also read as `ENV["VAULT_ADDR"]`
`address`: The address of the Vault server or Vault Agent, also read as `ENV["VAULT_ADDR"]`. Note: Not currently compatible with unix domain sockets - you must use `http://` or `https://`

`token`: The token to authenticate with Vault, also read as `ENV["VAULT_TOKEN"]` or a full path to the file with the token (eg. `/etc/vault_token.txt`). When bootstrapping, you can set this token as `IGNORE-VAULT` and the backend will be stubbed, which can be useful when bootstrapping.

Expand Down

0 comments on commit a8cb241

Please sign in to comment.