Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Argelbargel committed Sep 30, 2024
1 parent 0e7b758 commit 7b94ea6
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 @@ -199,7 +199,7 @@ vault:
It is recommended to specify only a single url in `vault.nodes.urls` which always points to the current leader (e.g. to
`http(s)://vault-active.<vault-namespace>.svc.cluster.local:<vault-server service-port>` when using the vault-helm chart) and to disable the automatic leader detection by not specifying `nodes.autoDetectLeader` or setting it to `false`.
If automatic leader detection is enabled the response of [vault's /sys/leader-api-endpoint](https://developer.hashicorp.com/vault/api-docs/system/leader) must return a `leaderAddress` reachable by the agent.
If you specify multiple urls in `vault.nodes.urls` without enabling `vault.nodes.autoDetectLeader`, the agent contacts each node and check whether it is the current leader.
If you specify multiple urls in `vault.nodes.urls` without enabling `vault.nodes.autoDetectLeader`, the agent contacts each node until one reports that it is is the current leader.


### Vault authentication
Expand Down

0 comments on commit 7b94ea6

Please sign in to comment.