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
FOCA now adds support for Casbin-based access control on the development branch. Configure access control for the ELIXIR Cloud Registry in the following way:
Anyone has read permissions (i.e., they can access all GET endpoints)
Any authenticated user can create (POST) resources (i.e., add services); they may be able to use PUT as well, as long as a resource with that ID does not yet exist
After creating a resource, a user becomes a resource Owner
Resource Owners can edit (PUT) and delete (DELETE) existing resources
Resource Owners can change the permissions of other others: in particular, they can make other users Owners or Maintainers
Resource Maintainers can edit (PUT) but not delete (DELETE) existing resources
The text was updated successfully, but these errors were encountered:
FOCA now adds support for Casbin-based access control on the development branch. Configure access control for the ELIXIR Cloud Registry in the following way:
GET
endpoints)POST
) resources (i.e., add services); they may be able to usePUT
as well, as long as a resource with that ID does not yet existOwner
Owner
s can edit (PUT
) and delete (DELETE
) existing resourcesOwner
s can change the permissions of other others: in particular, they can make other usersOwner
s orMaintainer
sMaintainer
s can edit (PUT
) but not delete (DELETE
) existing resourcesThe text was updated successfully, but these errors were encountered: