Skip to content
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

Making access graph description & verification steps an include file #51831

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ enhancing the permission model within your AWS environment. This functionality e
Utilizing the Access Graph to analyze IAM permissions within an AWS account necessitates the setup of the Access Graph
service, a Discovery Service, and integration with your AWS account.

Access Graph is a feature of the [Teleport Policy](https://goteleport.com/platform/policy/) product that is
available to Teleport Enterprise customers.
(!docs/pages/includes/policy/access-graph.mdx!)

## How it works

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ within your Azure environment. This functionality enables you to address queries
Utilizing the Access Graph to analyze permissions within an Azure subscription necessitates the setup of the Access
Graph service, a Discovery Service, and integration with your Azure subscription.

Access Graph is a feature of the [Teleport Policy](https://goteleport.com/platform/policy/) product that is available to Teleport Enterprise customers.
(!docs/pages/includes/policy/access-graph.mdx!)

## How it works

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ how to set up Access Graph.
- For OIDC setup, the Teleport cluster must be publicly accessible from the internet.
- For air gapped clusters, `tctl` must be v16.4.7 or later.

To verify that Access Graph is set up correctly for your cluster, sign in to the Teleport Web UI, click the
Policy sidebar button, and then the Browse menu item. Identities, resources, etc. should be listed.
(!docs/pages/includes/policy/access-graph.mdx!)

## Step 1/3. Choose a setup method

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ your GitLab environment. This functionality enables you to answer queries such a
- What projects are accessible to users?
- Which users have write permissions to projects?

Access Graph is a feature of the [Teleport Policy](https://goteleport.com/platform/policy/) product
available to Teleport Enterprise edition customers.
(!docs/pages/includes/policy/access-graph.mdx!)

## How it works

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ This functionality gives you insights into the following areas:
- Which users have SSH private keys that grant access to SSH servers?
- Which laptops have unprotected SSH private keys?

Access Graph is a feature of the [Teleport Policy](https://goteleport.com/platform/policy/) product available to Teleport Enterprise edition customers.

To verify that Access Graph is set up correctly for your cluster, sign in to the Teleport Web UI, click the
Policy sidebar button, and then the Browse menu item. Identities, resources, etc. should be listed.
(!docs/pages/includes/policy/access-graph.mdx!)

## How it works

Expand Down
5 changes: 5 additions & 0 deletions docs/pages/includes/policy/access-graph.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Access Graph is a feature of the [Teleport Policy](https://goteleport.com/platform/policy/) product available to
Teleport Enterprise edition customers.

To verify that Access Graph is set up correctly for your cluster, sign in to the Teleport Web UI, click the
Policy sidebar button, and then the Browse menu item. Identities, resources, etc. should be listed.
Loading