mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Fixed typo and adjusted line wrapping in backend help (#4239)
This commit is contained in:
parent
28ed54fc12
commit
ecdd877bf4
1 changed files with 2 additions and 2 deletions
|
|
@ -316,8 +316,8 @@ func (b *backend) getOktaGroups(client *okta.Client, user *okta.User) ([]string,
|
|||
|
||||
const backendHelp = `
|
||||
The Okta credential provider allows authentication querying,
|
||||
checking username and password, and associating policies. If an api token is configure
|
||||
groups are pulled down from Okta.
|
||||
checking username and password, and associating policies. If an api token is
|
||||
configured groups are pulled down from Okta.
|
||||
|
||||
Configuration of the connection is done through the "config" and "policies"
|
||||
endpoints by a user with root access. Authentication is then done
|
||||
|
|
|
|||
Loading…
Reference in a new issue