-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to apply subject-level RBAC bindings to cluster #285
Comments
The problem seems to be related to
According to the error logs the binding has resourceType=CLUSTER. This causes two issues in this method:
I guess the bigger question is why subject-level RBAC binding is considered as cluster-level binding. Does it properly represent actual domain model of the RBAC? |
@ludovic-boutros No progress yet. As for the proper fix, I'm not sure how would it look like. As I mentioned in the previous comment:
|
Describe the bug
JulieOps is unable to apply subject-level RBAC bindings to the cluster. It fails with the following error:
To Reproduce
Run JulieOps with this topology against RBAC-enabled cluster
(with JulieOps config
topology.builder.access.control.class = com.purbon.kafka.topology.roles.RBACProvider
)Observe the exception as shown above.
Expected behavior
JulieOps sucessfully create subject-level RBAC binding based on the
schemas
block of the topology.Runtime (please complete the following information):
The text was updated successfully, but these errors were encountered: