mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user