COMMITS
/ command/auth.go February 14, 2019
J
Remove deprecated CLI commands (#6112)
Jeff Mitchell committed
October 23, 2018
J
Change deprecation warning to 1.1
Jeff Mitchell committed
October 5, 2018
J
Fix 'vault auth' panic (#5473)
Jim Kalafut committed
August 24, 2018
J
Change deprecation warnings from 0.11 or later to 0.12. (#5176)
Jeff Mitchell committed
May 23, 2018
April 26, 2018
P
Fix misspelling in vault auth deprecation message (#4460)
Prem Sichanugrist committed
March 20, 2018
J
Spelling (#4119)
Josh Soref committed
March 16, 2018
J
Have deprecated commands pass on address and token helper too
Jeff Mitchell committed
January 18, 2018
J
Change next major release of Vault to 0.11 or later to make it less scary
Jeff Mitchell committed
September 8, 2017
S
Introduce auth as a subcommand
Seth Vargo committed
September 5, 2017
S
Update auth command
Seth Vargo committed
August 31, 2017
J
Change auth helper interface to api.Secret. (#3263)
Jeff Mitchell committed
August 24, 2017
B
Add basic autocompletion (#3223)
Brian Kassouf committed
July 12, 2017
J
Add token-only. (#2971)
Jeff Mitchell committed
June 26, 2017
J
Create and persist human-friendly-ish mount accessors (#2918)
Jeff Mitchell committed
June 5, 2017
J
Add a `no-store` option to `vault auth` (#2809)
Jeff Mitchell committed
March 25, 2017
G
Typo corrections and tweaks to commands' help info
Greg Parris committed
February 16, 2017
J
Add WithOptions methods to audit/auth enabling (#2383)
Jeff Mitchell committed
September 8, 2016
J
Don't panic on bad auth path
Jeff Mitchell committed
September 1, 2016
S
Add more examples and cleanup docs for auth (#1841)
Seth Vargo committed
V
Avoid commas while printing policies
vishalnayak committed
June 21, 2016
V
Merge pull request #1531 from hashicorp/auth-mount-tune-params
Vishal Nayak committed
June 20, 2016
V
Added -path option to help output
vishalnayak committed
June 15, 2016
V
Added '-path' option to 'vault auth' command
vishalnayak committed
V
Added 'sys/auth/<path>/tune' endpoints.
vishalnayak committed
April 25, 2016
J
Merge pull request #1326 from hashicorp/sethvargo/hint_noreauth
Jeff Mitchell committed
April 20, 2016
J
Use UseNumber() on json.Decoder to have numbers be json.Number objects
Jeff Mitchell committed
April 13, 2016
S
Hint that you don't need to run auth twice
Seth Vargo committed
April 1, 2016
J
Remove config from Meta; it's only used right now with the token helper.
Jeff Mitchell committed
J
Move token helper out of meta
Jeff Mitchell committed
J
Move meta into its own package
Jeff Mitchell committed
March 18, 2016
V
Restore the previous valid token if token authentication fails
vishalnayak committed
December 28, 2015
N
Using LookupSelf() API method instead of raw HTTP call for auth command
Nicki Watt committed
October 2, 2015
V
Remove format parameter
vishalnayak committed
V
Github backend: enable auth renewals
vishalnayak committed
September 18, 2015
August 19, 2015
J
June 30, 2015
A
command: source general options docs from common source
Armon Dadgar committed
June 18, 2015
A
command/auth: warn earlier about VAULT_TOKEN
Armon Dadgar committed
A
command/auth: warn about the VAULT_TOKEN env var. Fixes #195
Armon Dadgar committed
June 16, 2015
M
command/auth, github: improve cli docs
Mitchell Hashimoto committed
May 27, 2015
A
Merge pull request #251 from DavidWittman/auth-prompt-without-args
Armon Dadgar committed
May 23, 2015
D
Add test for stdin input
David Wittman committed
May 21, 2015
D
Read from stdin with auth command
David Wittman committed
D
Prompt for auth token when no args provided
David Wittman committed
May 11, 2015
M
command/*: -tls-skip-verify [GH-130]
Mitchell Hashimoto committed
April 29, 2015
D
Check for invalid token when authing via cli
David Wittman committed
April 28, 2015
M
command/*: fix spacing
Mitchell Hashimoto committed
M
command/* fill in the addr
Mitchell Hashimoto committed