mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
Fix "vault agent generate-config" documentation URL (#21466)
This commit is contained in:
committed by
GitHub
parent
00295d2bf5
commit
325233ea7d
3
changelog/21466.txt
Normal file
3
changelog/21466.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
agent: Fix "generate-config" command documentation URL
|
||||||
|
```
|
||||||
@@ -61,8 +61,8 @@ Usage: vault agent generate-config [options] [path/to/config.hcl]
|
|||||||
In addition to env_template entries, the command generates an 'auto_auth'
|
In addition to env_template entries, the command generates an 'auto_auth'
|
||||||
section with 'token_file' authentication method. While this method is very
|
section with 'token_file' authentication method. While this method is very
|
||||||
convenient for local testing, it should NOT be used in production. Please
|
convenient for local testing, it should NOT be used in production. Please
|
||||||
see https://developer.hashicorp.com/vault/docs/agentandproxy/autoauth for
|
see https://developer.hashicorp.com/vault/docs/agent-and-proxy/autoauth/methods
|
||||||
a list of production-ready auto_auth methods that you can use instead.
|
for a list of production-ready auto_auth methods that you can use instead.
|
||||||
|
|
||||||
By default, the file will be generated in the local directory as 'agent.hcl'
|
By default, the file will be generated in the local directory as 'agent.hcl'
|
||||||
unless a path is specified as an argument.
|
unless a path is specified as an argument.
|
||||||
|
|||||||
Reference in New Issue
Block a user