-
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.
Merge branch 'master' into bernard/tctl-alert-ttl
- Loading branch information
Showing
66 changed files
with
3,328 additions
and
3,027 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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
29 changes: 29 additions & 0 deletions
29
docs/pages/access-controls/teleport-policy/getting-started-policy.mdx
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Teleport Policy | ||
description: A reference for Access Graph with Teleport Policy. | ||
--- | ||
|
||
Teleport Policy streamlines and centralizes access management across your entire infrastructure. Access Graph provides a | ||
visual representation of the relationships between users, roles, and resources in your organization. | ||
It can help you answer questions like: | ||
|
||
- What resources can a specific user access? | ||
- What users can access a specific resource? | ||
- What are the relationships between users, roles, and resources? | ||
|
||
## Getting started with Teleport Policy | ||
|
||
Access Graph is a feature of the Teleport Policy product that is only | ||
available to Teleport Enterprise customers. | ||
|
||
After logging into the Teleport UI, go to the Management tab. If enabled, Access Graph options can be found | ||
under the Permission Management section. | ||
|
||
<Admonition type="note"> | ||
Note: For managed Teleport Enterprise customers, Access Graph is enabled by default. | ||
If you are a self-hosted Teleport customer, you will need to set up [Access Graph](../access-graph/self-hosted.mdx) and ensure you have an updated | ||
`license.pem` with Teleport Policy enabled to use it. | ||
</Admonition> | ||
|
||
## Next steps | ||
- Set up [Policy integrations](./policy-integrations.mdx) for use with Access Graph. |
Oops, something went wrong.