Skip to content

Commit

Permalink
Update auto-auth docs to remove tilde for home (hashicorp#19548)
Browse files Browse the repository at this point in the history
* Update auto-auth docs to remove tilde for home

* Extra clean-up
  • Loading branch information
VioletHynes committed Mar 15, 2023
1 parent 789406c commit c4f9648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/agent/autoauth/methods/token_file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ vault {
auto_auth {
method {
type = "token_file"
type = "token_file"
config = {
token_file_path = "~/.vault-token"
token_file_path = "/home/username/.vault-token"
}
}
}
Expand Down

0 comments on commit c4f9648

Please sign in to comment.