Skip to content
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

RBAC - Add possibility to change consumersGroup role #511

Open
damien-malescot opened this issue Jul 29, 2022 · 0 comments · May be fixed by #529
Open

RBAC - Add possibility to change consumersGroup role #511

damien-malescot opened this issue Jul 29, 2022 · 0 comments · May be fixed by #529
Labels
enhancement New feature or request

Comments

@damien-malescot
Copy link

Is your feature request related to a problem? Please describe.
In JulieOps all consumersGroup's binding are set to RESOURCE_OWNER.
It will be great to add ability to change consumersGroup role in topology files.

Describe the solution you'd like
Here :
https://github.com/kafka-ops/julie/blob/master/src/main/java/com/purbon/kafka/topology/roles/rbac/RBACBindingsBuilder.java#L151

In topology we would like to be able to change group-role like this

    consumers:
      - principal: "Group:CONSUMER_READ"
        group-role: DeveloperRead
      - principal: "Group:CONSUMER_VIEW"
        group-role: DeveloperRead

If group-role is not set, fallback to default : RESOURCE_OWNER

@damien-malescot damien-malescot added the enhancement New feature or request label Jul 29, 2022
@ludovic-boutros ludovic-boutros linked a pull request Aug 11, 2022 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant