We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I was wondering why I wasn't seeing the check mark in the summary UI when I selected the verbs:
in a template. Turns out, the frontend looks out for "read", which is not a valid verb for kubernetes:
permission-manager/web-client/src/components/TemplateInfo.tsx
Line 38 in fb6f65e
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I was wondering why I wasn't seeing the check mark in the summary UI when I selected the verbs:
in a template. Turns out, the frontend looks out for "read", which is not a valid verb for kubernetes:
permission-manager/web-client/src/components/TemplateInfo.tsx
Line 38 in fb6f65e
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!
The text was updated successfully, but these errors were encountered: