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

"read" is not a valid verb #186

Open
tibeer opened this issue Apr 5, 2024 · 0 comments
Open

"read" is not a valid verb #186

tibeer opened this issue Apr 5, 2024 · 0 comments

Comments

@tibeer
Copy link

tibeer commented Apr 5, 2024

Hi! I was wondering why I wasn't seeing the check mark in the summary UI when I selected the verbs:

  • get
  • list
  • watch

in a template. Turns out, the frontend looks out for "read", which is not a valid verb for kubernetes:

rule.verbs.includes('*') || rule.verbs.includes('read')

This might also apply to "update", since some users might not want to let others create stuff, but only update it.

By the way: Thanks a lot for your work!

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

No branches or pull requests

1 participant