Skip to content

Commit

Permalink
backport of commit 325233e (#21519)
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Deliens <[email protected]>
  • Loading branch information
1 parent e0963ce commit 6f3b603
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog/21466.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
agent: Fix "generate-config" command documentation URL
```
4 changes: 2 additions & 2 deletions command/agent_generate_config.go
Original file line number Diff line number Diff line change
@@ -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'
section with 'token_file' authentication method. While this method is very
convenient for local testing, it should NOT be used in production. Please
see https://developer.hashicorp.com/vault/docs/agentandproxy/autoauth for
a list of production-ready auto_auth methods that you can use instead.
see https://developer.hashicorp.com/vault/docs/agent-and-proxy/autoauth/methods
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'
unless a path is specified as an argument.

0 comments on commit 6f3b603

Please sign in to comment.