mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[feature request] permision handling #167
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ValgulNecron on GitHub (Dec 28, 2024).
Hi at the moment if i give write per on a server, and also want this user to have access to stack, builder, etc.... on this server i need to manually give him.
i would really like if either write perm on a serve give access to stack and other stuff linked to this server or a "server admin" perm that would do the same without altering the already existing level.
@mbecker20 commented on GitHub (Jan 2, 2025):
Yeah, I think the permissions regarding
Serveritself, vsDeployment / Stackthat is on aServer, is a bit awkward currently.@mbecker20 commented on GitHub (Aug 26, 2025):
It doesn't really fit the permission model to make this change. It keep everything straightforward to enumerate user access to resources. There are layer-able User Groups so it doesn't get too repetitive with many users too.