Standardize on "auth method"

This removes all references I could find to:

- credential provider
- authentication backend
- authentication provider
- auth provider
- auth backend

in favor of the unified:

- auth method
This commit is contained in:
Seth Vargo
2017-09-12 21:48:52 -04:00
parent 965b8809e3
commit b8e4b0d515
94 changed files with 1840 additions and 2507 deletions

View File

@@ -41,7 +41,7 @@ func (h *CLIHandler) Help() string {
help := `
Usage: vault login -method=github [CONFIG K=V...]
The GitHub authentication method allows users to authenticate using a GitHub
The GitHub auth method allows users to authenticate using a GitHub
personal access token. Users can generate a personal access token from the
settings page on their GitHub account.