You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add access control configuration to restrict the permissions over the following methods
All GET endpoints, as well as the POST /services endpoint should be accessible to every authenticated user, that is, no specific access policies apply.
Users who post a new service become their Owner. Owners can set the roles for other users, to Owner or Maintainer, for that particular resource. They can also DELETE and edit (PUT) services.
Maintainers can only edit (PUT) services, but not delete or set roles for other users.
Admins of the service are the only ones who can use the POST service-info/ endpoint and give other users Admin permissions. One or more Admins should be configured when a service is initially deployed (probably via the config). Admins can not modify or delete services or set Owner or Maintainer permissions for services that they do not own, so the Admin role is really restricted to setting the service info of the registry itself.
The text was updated successfully, but these errors were encountered:
Add access control configuration to restrict the permissions over the following methods
The text was updated successfully, but these errors were encountered: