Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Gottschling <[email protected]>
  • Loading branch information
2 people authored and github-actions committed May 30, 2024
1 parent 018ee95 commit 380ea38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/access-controls/access-graph/self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ to Teleport Enterprise customers.
and must list the IP or DNS name of the TAG service in an X.509 v3 `subjectAltName` extension.
- Starting from version 1.20.4 of the Access Graph service, the container runs as a non-root user by default.
Make sure the certificate files are readable by the user running the container. You can set correct permissions with the following command:
```console
```code
$ sudo chown 65532 /etc/access_graph/tls.key
```
- The node running the Access Graph service must be reachable from Teleport Auth Service and Proxy Service.

<Notice type="warning">
The deployment with Docker is suitable for testing and development purposes. For production deployments,
consider using a container orchestration system like Kubernetes and Helm.
consider using the Teleport Access Graph Helm chart to deploy this service on Kubernetes.
Refer to [Helm chart for Access Graph](self-hosted-helm.mdx) for instructions.
</Notice>

Expand Down

0 comments on commit 380ea38

Please sign in to comment.