Closed DanielMabbett closed 2 years ago
Problem is identified here by missing subject alias in this context https://github.com/kafka-ops/julie/blob/master/src/main/java/com/purbon/kafka/topology/model/users/Other.java#L24-L32
related to #401
I am also keen to get this solution both for the schema/subject and the connectors. Also, that would require RBAC scope to be extended to the schema-registry and the connector cluster.
Hi @shahriar52, this has a simple solution, it is required to extend the properties included in the referenced Other object. Contributions are very much welcome!, otherwise I will push a fix as soon as I collect a couple of hours available ;-)
Thanks, @shahriar52 and @DanielMabbett this would be fixed with the merge of #406. This future will be included in the next release.
Describe the bug
We are seeing some strange behaviour when using the latest docker image and creating a custom role for the schema registry
This is what we are seeing on error:
This is our custom role:
This is our topology file:
To Reproduce Steps to reproduce the behavior:
Expected behavior Creation of the custom role binding
Screenshots n/a
Runtime (please complete the following information): n/a
Additional context Add any other context about the problem here.