change order in first example (#29194)

-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 <yoko@hashicorp.com>
This commit is contained in:
tschiemann
2024-12-17 20:07:02 +01:00
committed by GitHub
parent 3da3bdbdd7
commit 78b5b1a6ae

View File

@@ -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