Skip to content

Commit

Permalink
docs: Clarify that app public_addr cannot be changed on Cloud (#42101)
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored May 31, 2024
1 parent a6aa718 commit 8fcba08
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/pages/application-access/guides/connecting-apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@ The dumper app will dump all the request headers in the response.

### Customize public address

<Admonition
type="note"
title="For self-hosted environments only"
>
The public address of apps cannot be changed or overridden on cloud-hosted Teleport tenants, due to TLS
certificate limitations.

For cloud-hosted customers, apps will always be available at `https://<app-name>.example.teleport.sh`, where `example`
is the name chosen for your cloud-hosted Teleport tenant.
</Admonition>

By default applications are available at `<app-name>.<proxy-host>:<proxy-port>`
address. To override the public address, specify the `public_addr` field:

Expand Down

0 comments on commit 8fcba08

Please sign in to comment.