Skip to content

Commit cafc5cb

Browse files
cluddendaniel-goldsteinflippedcoder
authored
Update override domain, examples for api key auth (#4010)
* Update override domain, examples for api key auth * Apply suggestions from code review Co-authored-by: Daniel Goldstein <daniel.goldstein@temporal.io> --------- Co-authored-by: Daniel Goldstein <daniel.goldstein@temporal.io> Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com>
1 parent af22f59 commit cafc5cb

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs/production-deployment/cloud/connectivity/aws-connectivity.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@ This approach is **optional**; Temporal Cloud works without it. It simply stream
110110

111111
### Choose the override domain and endpoint
112112

113-
| Temporal Cloud setup | Use this PHZ domain | Example |
114-
| ------------------------------------------ | ----------------------- | ----------------------------------------------- |
115-
| Single-region namespace with mTLS auth | `<account>.tmprl.cloud` | `payments.abcde.tmprl.cloud``vpce-...` |
116-
| Multi-region namespace **or** API-key auth | `region.tmprl.cloud` | `aws-us-east-1.region.tmprl.cloud``vpce-...` |
113+
| Temporal Cloud setup | Use this PHZ domain | Example |
114+
| ----------------------------------------- | ---------------------------------- | ----------------------------------------------- |
115+
| Single-region namespace with mTLS auth | `<account>.tmprl.cloud` | `payments.abcde.tmprl.cloud``vpce-...` |
116+
| Single-region namespace with API-key auth | `<cloud_provider>.api.temporal.io` | `us-east-1.aws.api.temporal.io``vpce-...` |
117+
| Multi-region namespace | `region.tmprl.cloud` | `aws-us-east-1.region.tmprl.cloud``vpce-...` |
117118

118119
### Step-by-step instructions
119120

docs/production-deployment/cloud/connectivity/gcp-connectivity.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@ This approach is **optional**; Temporal Cloud works without it. It simply stream
115115

116116
### Choose the override domain and endpoint
117117

118-
| Temporal Cloud setup | Use this PHZ domain | Example |
119-
| ------------------------------------------ | ----------------------- | ---------------------------------------------- |
120-
| Single-region namespace with mTLS auth | `<account>.tmprl.cloud` | `payments.abcde.tmprl.cloud``X.X.X.X` |
121-
| Multi-region namespace **or** API-key auth | `region.tmprl.cloud` | `aws-us-east-1.region.tmprl.cloud``X.X.X.X` |
118+
| Temporal Cloud setup | Use this PHZ domain | Example |
119+
| ------------------------------------------ | ---------------------------------- | ---------------------------------------------- |
120+
| Single-region namespace with mTLS auth | `<account>.tmprl.cloud` | `payments.abcde.tmprl.cloud``X.X.X.X` |
121+
| Single-region namespace with API-key auth | `<cloud_provider>.api.temporal.io` | `us-central1.gcp.api.temporal.io``X.X.X.X` |
122+
| Multi-region namespace | `region.tmprl.cloud` | `gcp-us-central1.region.tmprl.cloud``X.X.X.X` |
122123

123124
### Step-by-step instructions
124125

0 commit comments

Comments
 (0)