mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Fix authentication example mentioning vault auth but using vault login (#4458)
This commit is contained in:
parent
bc15f55479
commit
102be1a679
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ revoking tokens, and renewing tokens. This is all covered on the
|
|||
|
||||
### Via the CLI
|
||||
|
||||
To authenticate with the CLI, `vault auth` is used. This supports many
|
||||
To authenticate with the CLI, `vault login` is used. This supports many
|
||||
of the built-in auth methods. For example, with GitHub:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue