Skip to content
Open
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
9 changes: 9 additions & 0 deletions cloudhub-2/modules/ROOT/pages/ps-config-domains.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Each private space includes one TLS context by default (for traffic to `cloudhub
The default certificate renews automatically and requires no action from the user.
You can create additional TLS contexts as required.

[NOTE]
====
The default `<region>.cloudhub.io` domain is shared across all customers in a region.
Because private spaces from different customers resolve under the same `<region>.cloudhub.io` parent domain, browsers treat them as the same site, and cookies set at that domain scope aren't isolated between customers.

Hosting websites or other browser-facing applications isn't a supported use case for the default `cloudhub.io` domain.
To keep browser-facing applications isolated, deploy them to a customer-owned vanity domain by configuring a TLS context with your own domain and DNS records, as described in this topic.
====

The TLS contexts that you configure for the private space define the domains that are available
when deploying apps to the private spaces.
See xref:ch2-config-endpoints-paths.adoc[].
Expand Down