docs: clarify Temporal Cloud endpoint and auth method pairing#1709
Open
cheelim1 wants to merge 3 commits into
Open
docs: clarify Temporal Cloud endpoint and auth method pairing#1709cheelim1 wants to merge 3 commits into
cheelim1 wants to merge 3 commits into
Conversation
|
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Temporal Cloud requires different endpoints depending on the authentication method: API key auth uses regional api.temporal.io endpoints, while mTLS auth uses namespace tmprl.cloud endpoints. For HA namespaces with API key auth, the namespace endpoint is recommended instead. Using the wrong combination causes connection errors such as "tls: certificate required". - Add endpoint format guidance to the endpoint parameter description - Add Temporal Cloud authentication callout with HA note - Add complete mTLS example alongside the existing API key example - Update API key example to show Temporal Cloud endpoint format Relates to: kedacore/keda#7443 Signed-off-by: CL <cheelim126@gmail.com>
9920b19 to
2a220a7
Compare
rickbrouwer
approved these changes
Feb 27, 2026
Author
|
@rickbrouwer noticed my previous commit was unsigned, i re-signed it. |
Member
|
I appreciate your reviews in the Temporal area. Is this one accurate and correct to you? |
Author
|
@rickbrouwer @carlydf any concerns with this PR ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Temporal Cloud requires different endpoints depending on the authentication method, but the current docs don't mention this. This causes user confusion — for example, using the mTLS endpoint (
tmprl.cloud) with API key auth results intls: certificate requirederrors.Changes
All endpoint formats verified against Temporal Cloud namespaces documentation.
Checklist
Relates to kedacore/keda#7443