docs(authzen): commit to the end-user subject at v11, matching this file's own table - #233
Open
saurabhjain1592 wants to merge 1 commit into
Open
docs(authzen): commit to the end-user subject at v11, matching this file's own table#233saurabhjain1592 wants to merge 1 commit into
saurabhjain1592 wants to merge 1 commit into
Conversation
…ile's own table The mapping table said the identity plane activates at v11; the prose 23 lines later said 'at v11 or later'. Same file, opposite epistemic status. Three of the five published SDKs already commit in every location, so the status quo was three customers planning for v11 and two told not to. This repository now carries the identical sentence the other three do. Also: the 'What has not been decided' list is down to one item, so its closing sentence no longer reads as a plural, and the new section states its own deletion condition because this repository has no v11 checklist to hold one. Signed-off-by: Saurabh Jain <saurabh.jain@getaxonflow.com>
saurabhjain1592
force-pushed
the
s4/end-user-subject-parity
branch
from
September 9, 2026 14:42
4b10ba7 to
3a63da0
Compare
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.
Closes the part of getaxonflow/axonflow-enterprise#3902 that is live on this repository's default branch.
The defect
This file contradicted itself, 23 lines apart.
The mapping table COMMITS (
docs/AUTHZEN_MIGRATION_DRAFT.md,## Field-by-field):The prose 23 lines later RETRACTED it (
## What has not been decided):A reader who found the table planned for v11. A reader who found the list did not. Both were reading the same file.
Across the five published SDKs the split was 3–2:
axonflow-sdk-go,-pythonand-typescriptcommit in every location they mention it; this repository andaxonflow-sdk-rustcommit in the table and hedge in the prose. An operator ruling was requested on 2026-09-01 and never given, and because three SDKs already told customers it was committed, the status quo was not neutral — it was three customers planning for v11 and two told not to.The fix
The hedging bullet is removed and this file gains the
## Not yet expressiblesection the other three already carry, with the identical sentence:Verified: all five repositories now contain that sentence exactly once, and the string
becomes available at v11 or laterappears in none of them.The sentence is language-adjusted only where it names a symbol (
AuthZENSubject.type/AuthZenSubject.r#type,userToken/user_token), which is what the three committing SDKs already do among themselves.Two smaller things this change also does
None of these→This. Removing the bullet left one item under## What has not been decided, and its closing sentence still read as a plural.-go,-pythonand-typescripteach carry a## Checklist for the v11 release trainwith an item that says to delete this section when the subject ships. This repository has no checklist section at all, so an inline revisit condition takes its place rather than inventing a checklist here.What this change does NOT do, stated so nobody infers it
No wire change, and none was needed. All five SDKs were checked: none has an end-user/subject/principal field on the
POST /api/v1/deciderequest, all five emit the identical envelope (stage,query,caller_identity,target,user_token,context), andcaller_identityis a gateway identity throughout. The divergence was purely in what the five repositories told customers, which is why this is a documentation change and not a type change.The durable check asked for by #3902 — something that fails when the five repositories diverge on a shared commitment again — is not in this PR and is not something a single repository can hold. It is reported back with this change.