- Notifications
You must be signed in to change notification settings - Fork929
feat: get and update group IdP Sync settings#14647
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
if !api.Authorize(r, policy.ActionUpdate, rbac.ResourceIdpsyncSettings.InOrg(org.ID)) { | ||
httpapi.Forbidden(rw) | ||
return | ||
} |
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.
Until we find another solution, I'm doing rbac checks at the api level.
thanks for taking this the rest of the way! happy to see I was on the right track, but I was probably in over my head with the permissions stuff :p |
5ed065d
intomainUh oh!
There was an error while loading.Please reload this page.
No description provided.