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

Weird UX for user with restricted permissions #179

Open
didierofrivia opened this issue Dec 9, 2024 · 3 comments
Open

Weird UX for user with restricted permissions #179

didierofrivia opened this issue Dec 9, 2024 · 3 comments

Comments

@didierofrivia
Copy link
Member

didierofrivia commented Dec 9, 2024

Having a user with restricted permissions, a binding for a role with just the namespace the user has deployed the app renders the view with errors as follows:

Image
Image

Rule for the App Developer role (Kuadrant and GWAPI) applied to a single namespace (i.e: app-system):

rules:
  - apiGroups: ["gateway.networking.k8s.io"]
    resources: ["httproutes", "grpcroutes"]
    verbs: ["*"]
  - apiGroups: ["kuadrant.io"]
    resources: ["authpolicies", "ratelimitpolicies"]
    verbs: ["*"]
@guicassolato guicassolato moved this to Todo in Kuadrant Dec 9, 2024
@jasonmadigan
Copy link
Member

hey @didierofrivia - I don't suppose you have a set of the rbac perms for this user handy? will help reproduce.

@didierofrivia
Copy link
Member Author

@jasonmadigan I've updated the description with the Role rules of interest. I can share the full list of Role rules bound to the user if needed.

@didierofrivia didierofrivia changed the title Bad UX for user with restricted permissions Weird UX for user with restricted permissions Dec 11, 2024
@jasonmadigan
Copy link
Member

Super, thanks @didierofrivia!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants