Skip to content

Commit

Permalink
Make example Okta creds more obviously fake (#10639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Kalafut authored and actions-user committed Jan 6, 2021
1 parent 026f42b commit fe3dd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/auth/okta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The response will contain a token at `auth.client_token`:
```json
{
"auth": {
"client_token": "c4f280f6-fdb2-18eb-89d3-589e2e834cdb",
"client_token": "abcd1234-7890...",
"policies": ["admins"],
"metadata": {
"username": "mitchellh"
Expand Down Expand Up @@ -72,7 +72,7 @@ $ vault auth enable okta
$ vault write auth/okta/config \
base_url="okta.com" \
org_name="dev-123456" \
api_token="00KzlTNCqDf0enpQKYSAYUt88KHqXax6dT11xEZz_g"
api_token="00abcxyz..."
```

\*\*If no token is supplied, Vault will function, but only locally configured
Expand Down

0 comments on commit fe3dd48

Please sign in to comment.