Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
adc48f54
Unverified
Commit
adc48f54
authored
4 years ago
by
Jim Kalafut
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Make example Okta creds more obviously fake (#10639)
parent
5e81b8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/content/docs/auth/okta.mdx
+2
-2
website/content/docs/auth/okta.mdx
with
2 additions
and
2 deletions
+2
-2
website/content/docs/auth/okta.mdx
+
2
-
2
View file @
adc48f54
...
...
@@ -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"
...
...
@@ -72,7 +72,7 @@ $ vault auth enable okta
$ vault write auth/okta/config \
base_url="okta.com" \
org_name="dev-123456" \
api_token="00
KzlTNCqDf0enpQKYSAYUt88KHqXax6dT11xEZz_g
"
api_token="00
abcxyz...
"
```
\*\*If no token is supplied, Vault will function, but only locally configured
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment