RBAC and Security with the registry #1590
Replies: 2 comments 9 replies
-
Registry currently has two separate authorization approaches. You can use one, both, or neither if you want. These are documented here: The two approaches are role-based authorization and owner-only authorization. The second question about authentication using something other than Keycloak: we have not tested any OAuth servers besides Keycloak, so I cannot say what will work and what won't (out of the box). If your auth server supports OpenId Connect then I think you should be all set, but certainly your mileage may vary. @carlesarnal Do you have any additional insight into using a non-Keycloak auth server? |
Beta Was this translation helpful? Give feedback.
-
No additional insight for the auth server besides that it's on my to-do list to test the application with another OIDC server. |
Beta Was this translation helpful? Give feedback.
-
Hi
I am trying to find information on how you handle RBAC in the registry but I can not find anything. What we need to achieve is control over the different schemas? Since being able to change a schema is tied to the owner of that schema but the ability to view and download it is for everyone using it.
Also I noticed that the integration for OAuth specifies the need to use Keycloak? We use either Azure AD or Curity in our company and I am wondering how we can use these with the Oauth integration?
Regards
Peter
Beta Was this translation helpful? Give feedback.
All reactions