Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'vault auth' panic #5473

Merged
merged 1 commit into from
Oct 5, 2018
Merged

Fix 'vault auth' panic #5473

merged 1 commit into from
Oct 5, 2018

Commits on Oct 5, 2018

  1. Fix 'vault auth' panic

    Running 'vault auth' with no parameters was panicking:
    
    panic: assignment to entry in nil map
    	github.com/hashicorp/vault/command/login.go:255 +0xdee
    
    Now it will show help.
    Jim Kalafut committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    53de8a5 View commit details
    Browse the repository at this point in the history