Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

RBAC: Allow "all" operator in the clusters' list #4490

Open
2 tasks done
nicklev opened this issue Oct 23, 2024 · 3 comments
Open
2 tasks done

RBAC: Allow "all" operator in the clusters' list #4490

nicklev opened this issue Oct 23, 2024 · 3 comments
Labels
status/triage Issues pending maintainers triage type/feature A new feature

Comments

@nicklev
Copy link

nicklev commented Oct 23, 2024

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

No response

Describe the feature you're interested in

Hello,

I want to assign view or admin permissions automatically to new Kafka clusters. For that reason, it would be great if there was an "all" or "*" operator under clusters' list.

For example, see the following configuration sample:

rbac:
  roles:
    - name: "readonly"
      clusters:
        - all (or *)
      subjects:
        - provider: ldap
          type: group
          value: "XXX"
      permissions:
        - resource: XXX
          actions: [ "view" ]

Describe alternatives you've considered

No response

Version you're running

83b5a60

Additional context

No response

@nicklev nicklev added status/triage Issues pending maintainers triage type/feature A new feature labels Oct 23, 2024
Copy link

Hello there nicklev! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

@Haarolean
Copy link
Contributor

hi, please see #4255
we have an 'all' rbac operator at https://github.com/kafbat/kafka-ui

@nicklev
Copy link
Author

nicklev commented Nov 5, 2024

Thanks a lot, Haarolean!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
status/triage Issues pending maintainers triage type/feature A new feature
Projects
None yet
Development

No branches or pull requests

2 participants