-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Update provisioning references #19735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ef31009
update jit callouts and add step
stephaurelio d53de56
separate management steps and update callouts
stephaurelio 4009ac1
update conditional steps
stephaurelio 614c7a2
add diagram and add cross-links
stephaurelio 842f81d
remove old diagram
stephaurelio e479ff9
update diagram
stephaurelio 9cc6f97
add details about multi-org sso
stephaurelio f539f0b
implement feedback
stephaurelio fe1cfe6
move beta feature banner and link to section
stephaurelio ba73106
update tab order
stephaurelio dea1f43
update diagram and provide clarity around sso error
stephaurelio 04efe08
remove image and update faq
stephaurelio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| {{ $product_link := "[Docker Hub](https://hub.docker.com)" }} | ||
| {{ $sso_navigation := `Navigate to the SSO settings page for your organization or company. | ||
| - Organization: Select **Organizations**, your organization, **Settings**, and then **Security**. | ||
| - Company: Select **Organizations**, your company, and then **Settings**.` }} | ||
|
|
||
| {{ if eq (.Get "product") "admin" }} | ||
| {{ $product_link = "the [Admin Console](https://admin.docker.com)" }} | ||
| {{ $sso_navigation = "Select your organization or company in the left navigation drop-down menu, and then select **SSO & SCIM**." }} | ||
| {{ end }} | ||
|
|
||
| ### Edit a connection | ||
|
|
||
| 1. Sign in to {{ $product_link }}. | ||
| 2. {{ $sso_navigation }} | ||
| 3. In the SSO connections table, select the **Action** icon. | ||
| 4. Select **Edit connection** to edit your connection. | ||
| 5. Follow the on-screen instructions to edit the connection. | ||
|
|
||
| ### Delete a connection | ||
|
|
||
| 1. Sign in to {{ $product_link }}. | ||
| 2. {{ $sso_navigation }} | ||
| 3. In the SSO connections table, select the **Action** icon. | ||
| 4. Select **Delete connection**. | ||
| 5. Follow the on-screen instructions to delete a connection. | ||
|
|
||
| ### Deleting SSO | ||
|
|
||
| When you disable SSO, you can delete the connection to remove the configuration settings and the added domains. Once you delete this connection, it can't be undone. Users must authenticate with their Docker ID and password or create a password reset if they don't have one. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we make these two sections in to tabs instead? Save space on the page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I see what you mean! For now I think we want the disabled info to be pretty prominent since this is a new change. Also wish we could link to specific tabs, because this content is linked from other sections. I am thinking of pulling this into a dedicated provisioning page once this goes to GA and simplify the Group Mapping page.