Skip to content

Commit

Permalink
Update userpass CLI doc for custom path flag (hashicorp#27968)
Browse files Browse the repository at this point in the history
It's not clear from the get go how to use the userpass auth method with a custom path.

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
  • Loading branch information
vbouiller and yhyakuna authored Aug 5, 2024
1 parent 1f7e589 commit 9b3a73d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/docs/auth/userpass.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ passwords from an external source.
The method lowercases all submitted usernames, e.g. `Mary` and `mary` are the
same entry.

This documentation assumes the Username & Password method is mounted at the default `/auth/userpass`
path in Vault. Since it is possible to enable auth methods at any location,
please update your CLI calls accordingly with the `-path` flag.

## Authentication

### Via the CLI
Expand Down

0 comments on commit 9b3a73d

Please sign in to comment.