-
-
Notifications
You must be signed in to change notification settings - Fork 766
bugfix/ISSUE-5934-fix-rbac-kv-value-render #5936
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
bugfix/ISSUE-5934-fix-rbac-kv-value-render #5936
Conversation
… checks if no key was found
Any idea why the CI is failing? |
@jschoewe Please could you sign the CLA, see message above. |
I also just hit this bug. Knowing that I need to add the key store value helped me resolve it. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. we should not check rbac if no key value is found.
@jschoewe Would you be able to rebase your branch against master so this PR can be merged please? |
Tagging this for the upcoming @jschoewe Could you please update the branch with the latest st2 upstream so we can merge the PR? |
Moved permission checks into if statement because we don't need to run checks if no key was found.
This is a fix for the following issue:
Closes #5934