mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user