-
Notifications
You must be signed in to change notification settings - Fork 473
feature request: split user_permission/manage_namespace #1109
Comments
Makes sense |
There is another right, which is tied to The main thing I'm concerned about namespace management is the polution with miss-spelled names, just-test-names or miss-taken names. Maybe it would make sense to have the following different settings for
|
Seems like a good idea 👍 |
Before this commit, permissions on webhooks were coupled with namespaces, which was not desirable for some users. Fixes SUSE#1109 Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
A couple of things after #1806 was merged.
I discarded this, because it's too specific. It shouldn't be too bad that it's under As for the other split (between create and manage), this has already been implemented in other releases and it's already available in Thanks for the feedback 👏 |
As of Portus 2.1 user_permission/manage_namespace/enabled=false enforces both, only administrators can manage namespaces (which is fine) and only administrators can add webhooks for namespaces.
The feature request is to split this permission in a way that only administrators can manage namespaces if user_permission/manage_namespace/enabled is set to false, but still users are able to manage webhooks for a particulat namespace. This permission could be linked to the "Owner" role of the associated team.
The text was updated successfully, but these errors were encountered: