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

Add editor role to SAML RBAC #1426

Merged
merged 1 commit into from
May 27, 2022
Merged

Add editor role to SAML RBAC #1426

merged 1 commit into from
May 27, 2022

Conversation

kaelanspatel
Copy link
Contributor

What does this PR change?

Adds the editor role to values.saml.rbac.groups. More information on the behavior of this role can be found in the linked KCCM PR.

Does this PR rely on any other PRs?

How does this PR impact users? (This is the kind of thing that goes in release notes!)

Links to Issues or ZD tickets this PR addresses or fixes

How was this PR tested?

Have you made an update to documentation?

@@ -173,6 +173,11 @@ saml:
assertionName: "http://schemas.auth0.com/userType"
assertionvalues:
- "readonly"
- name: editor
enabled: true # if editor is enabled, editors will be allowed to edit reports/alerts scoped to them, and act as readers otherwise. Users will never default to editor.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might start with this false? otherwise LGTM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yep, should be false.

@kaelanspatel kaelanspatel merged commit 9caa7bd into develop May 27, 2022
@kaelanspatel kaelanspatel deleted the kaelan-saml-editor branch May 27, 2022 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants