Skip to content

Commit

Permalink
change order in first example (#29194)
Browse files Browse the repository at this point in the history
-path must bevor auth method, otherwise an error is thrown

 "Command flags must be provided before positional arguments. The following arguments will not be parsed as flags: [-path=my-auth]"

Co-authored-by: Yoko Hyakuna <[email protected]>
  • Loading branch information
2 people authored and Monkeychip committed Dec 18, 2024
1 parent 7be3b2a commit 25b080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/concepts/auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ toward users while others are targeted toward machines. Most authentication
backends must be enabled before use. To enable an auth method:

```shell-session
$ vault auth enable userpass -path=my-auth
$ vault auth enable -path=my-auth userpass
```

This enables the "userpass" auth method at the path "my-auth". This
Expand Down

0 comments on commit 25b080a

Please sign in to comment.