Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
WARNING! The "vault auth ARG" command is deprecated and is now a subcommand
for interacting with auth methods. To authenticate locally to Vault, use
"vault login" instead. This backwards compatibility will be removed in Vault
0.11 (or later).
  • Loading branch information
jetersen authored Jun 29, 2018
1 parent ca2e086 commit 5ce6921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ the Vault is now unsealed:
We can use the `Initial Root Token` from above to auth with the Vault:

```bash
$ vault auth
$ vault login
Token (will be hidden):
Successfully authenticated! You are now logged in.
token: 5a4a7e11-1e2f-6f76-170e-b8ec58cd2da5
Expand Down

0 comments on commit 5ce6921

Please sign in to comment.