Clarify that full Namespace ID (name.accountid) is required for all operations#4473
Open
LutaoX wants to merge 3 commits intotemporalio:mainfrom
Open
Clarify that full Namespace ID (name.accountid) is required for all operations#4473LutaoX wants to merge 3 commits intotemporalio:mainfrom
LutaoX wants to merge 3 commits intotemporalio:mainfrom
Conversation
…main? Clarifies that multiple Cloud accounts can share an email domain, each with independent SAML configuration. Recommends IdP-initiated login for smoother multi-account access. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…perations Add a note callout after the Namespace Name naming rules that makes the schema explicit: users must use <namespace-name>.<account-id> in all SDK connections, CLI commands, and API calls. The short name alone is not sufficient. Also reframe the Account ID section away from "you may need to discover your Account ID" toward "the Account ID is part of every Namespace ID." Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@LutaoX is attempting to deploy a commit to the Temporal Team on Vercel. A member of the Team first needs to authorize it. |
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.
Summary
<namespace-name>.<account-id>) is required for all SDK connections, CLI commands, and API calls — the short name alone is not sufficientMotivation
The current docs treat the
name.accountidformat as a mechanism for discovering an Account ID, rather than as the primary identifier users must use everywhere. New users frequently attempt to connect using just the short namespace name and get confusing errors.Test plan
#temporal-cloud-namespace-idresolves correctly🤖 Generated with Claude Code
┆Attachments: EDU-6251 Clarify that full Namespace ID (name.accountid) is required for all operations