Skip to content

Authorize createStateInZookeeper requests like the other blob operations - #9002

Open
rzo1 wants to merge 1 commit into
masterfrom
fix/nimbus-createstate-authorization
Open

Authorize createStateInZookeeper requests like the other blob operations#9002
rzo1 wants to merge 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
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