Skip to content

Authorize createStateInZookeeper requests like the other blob operations - #9002

Merged
rzo1 merged 1 commit into
masterfrom
fix/nimbus-createstate-authorization
Aug 24, 2026
Merged

Authorize createStateInZookeeper requests like the other blob operations#9002
rzo1 merged 1 commit into
masterfrom
fix/nimbus-createstate-authorization

Conversation

@rzo1

@rzo1 rzo1 commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

createStateInZookeeper calls state.setupBlob(...), which creates and mutates persistent znodes in the cluster ZooKeeper, with no checkAuthorization while every neighbouring blob endpoint has one. Extends NimbusTest.

Scope: this makes the operation authorizer-visible and blockable. Under the shipped SimpleACLAuthorizer defaults (empty nimbus.users) any authenticated principal is still permitted, so this does not on its own restrict who may call it.

@rzo1 rzo1 added this to the 3.1.0 milestone Aug 22, 2026
@rzo1 rzo1 self-assigned this Aug 22, 2026
@rzo1
rzo1 merged commit 1b3dcc1 into master Aug 24, 2026
7 checks passed
@rzo1
rzo1 deleted the fix/nimbus-createstate-authorization branch August 24, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants