-
Notifications
You must be signed in to change notification settings - Fork 222
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
UI Permissions #2756
Comments
What if we added support for Open Policy evaluation in Flipt. This would allow orgs to define their own policies to fit their needs and we could pull them in during runtime. We could have some pre-configured (RBAC) policies potentially built into Flipt itself. We would need to figure out how to map authenticated users with these policies though |
So we would need to deploy our own OPA? |
No they expose a library that is written in go so we can evaluate the policies in Flipt. No extra services needed. We will need to figure out a nice way to allow users to configure their own policies that can be loaded at startup and map them to some standard roles that we define (I think). Also rego may be a non starter for some as it's got a bit of a learning curve, but would love to hear your thoughts |
I loved the idea. |
Problem
Current, every user after login seems to have access to each namespace.
It would have been interesting to have a way to segregate access of users base on something.
Ideal Solution
Search
Additional Context
No response
The text was updated successfully, but these errors were encountered: