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: Implement a default role #344

Open
2 tasks done
seono opened this issue May 3, 2024 · 1 comment
Open
2 tasks done

RBAC: Implement a default role #344

seono opened this issue May 3, 2024 · 1 comment
Labels
area/rbac Related to Role Based Access Control feature scope/backend Related to backend changes status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature

Comments

@seono
Copy link

seono commented May 3, 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?

Hi,
When new kafka consumer gives me a request to approach kafka ui (for readonly),
i have to rewrite rbac yaml file.
I deployed two Kafka UI to solve this problem.
First one has basic authentication is for admin users.
The other one is readonly for kafka consumers.

Describe the feature you're interested in

I think it is useful if the way i can setup default role is exists.

rbac:
  roles:
    - name: "admins"
      clusters:
        - development
      subjects:
         - provider: oauth_github
           type: user
           value: 'seono'
      permissions:
        ...
    - name: "readonly"
      clusters:
        - development
      subjects:
        - provider: oauth_github
          type: default
      permissions:
        ...

Describe alternatives you've considered

I know there is other type organization and team.
If someone wants readonly permission, I can invite them to the group.
But.. In my case, my company has too many organzations and teams so i can not use it properly.

Version you're running

9843ee0

Additional context

No response

@seono seono added status/triage Issues pending maintainers triage type/feature A brand new feature labels May 3, 2024
@kapybro kapybro bot added status/triage/manual Manual triage in progress area/rbac Related to Role Based Access Control feature status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels May 3, 2024
Copy link

github-actions bot commented May 3, 2024

Hi seono! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.

@Haarolean Haarolean changed the title RBAC : Add default role RBAC: Implement a default role May 9, 2024
@Haarolean Haarolean added type/enhancement En enhancement/improvement to an already existing feature scope/backend Related to backend changes and removed type/feature A brand new feature status/triage/manual Manual triage in progress labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rbac Related to Role Based Access Control feature scope/backend Related to backend changes status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature
Projects
Status: Backlog
Development

No branches or pull requests

2 participants