-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit the Slack access request plugin guide
Fixes #14581 - Flesh out the intro a bit - Fix the directory name used in the `mv` command in the installation step. Also fix the name of the binary generated by the `make` command. - Add a step to test the installation - Edit the rbac.mdx and impersonations.mdx partials to provide more context and restructure the instructions so users can follow them step by step. - Add context around other existing steps - Add more comprehensive role mapping instructions. The guide included an example role mapping, but did not spell out the general logic of the role mapping bheavior, e.g., that the "*" key is required. - Move the step re: inviting the bot to after the user configures role mapping so they know which channels to invite the bot to. - Add a section on creating roles to enable Access Requests so it is eassier to follow this guide linearly. Otherwise, users will need to do more work to match the configuration instructions with the specifics of their RBAC setup. - Capitalize "Access Request" in this and other guides, since we're adding more emphasis on this as a product. - Turn the "Audit Log" section into an Admonition and make the instructions there more accurate. - Add context to the "identity-export.mdx" partial. This is a pretty confusing part of the Access Request setup process, so I added context to explain why different identity file formats are used.
- Loading branch information
Showing
19 changed files
with
526 additions
and
200 deletions.
There are no files selected for viewing
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 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ Here are the most common scenarios: | |
- Improve the security of your system and prevent one successful phishing attack from compromising your system. | ||
- Satisfy FedRAMP AC-3 Dual authorization control that requires approval of two authorized individuals. | ||
|
||
In this guide, we will set up Teleport's access requests to require the approval | ||
In this guide, we will set up Teleport's Access Requests to require the approval | ||
of two team members for a privileged role `dbadmin`. | ||
|
||
<ScopedBlock scope="oss"> | ||
|
@@ -171,11 +171,11 @@ $ tctl users add [email protected] --roles=reviewer | |
$ tctl users add [email protected] --roles=reviewer | ||
``` | ||
|
||
### Create an access request | ||
### Create an Access Request | ||
|
||
Bob does not have a role `dbadmin` assigned to him, but can create an access request for it. | ||
Bob does not have a role `dbadmin` assigned to him, but can create an Access Request for it. | ||
|
||
Bob can create an access request for the `dbadmin` role in the Web UI or CLI: | ||
Bob can create an Access Request for the `dbadmin` role in the Web UI or CLI: | ||
|
||
<Tabs> | ||
<TabItem label="Web UI"> | ||
|
@@ -215,7 +215,7 @@ Alice and Ivan can review and approve request using Web UI or CLI: | |
</Tabs> | ||
|
||
If Bob has created a request using CLI, he will assume it once it has been approved. | ||
Bob can also assume granted access request roles using Web UI: | ||
Bob can also assume granted Access Request roles using Web UI: | ||
|
||
![Teleport Assume](../../../img/access-controls/dual-authz/teleport-7-bob-assume.png) | ||
|
||
|
This file contains 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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.