Skip to content

Commit

Permalink
backport of commit c4f9648 (hashicorp#19549)
Browse files Browse the repository at this point in the history
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
  • Loading branch information
1 parent 408a996 commit e0c4fa0
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 e0c4fa0

Please sign in to comment.