Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create vs Edit variable permission - Octopus Deploy

I see an edit variable permission that is scoped to the environment. However, it seems like who ever is responsible for setting up the project, would be responsible for creating the variables, where some other security entity would be responsible for only modifying the values, specifically the secure ones. Is this possible?

Edit: Adding a little more, I suppose I'm asking for permissions based on the project variable set. Only those with the "EditProjectVariableSet" permission would be able to add or remove variables from the project.

Edit: Added uservoice: https://octopusdeploy.uservoice.com/forums/170787-general/suggestions/18022360-separate-permission-for-editing-variable-values-wi

like image 631
b_levitt Avatar asked Apr 24 '26 06:04

b_levitt


1 Answers

In the Configuration->Teams there is a link to Roles.

enter image description here

You could create a new role, for ex: Variable Editor and only assign VariableEdit, VariableEditUnscoped, VariableView, VariableViewUnscoped.

However I don't think you can restrict to a modification only.

like image 104
Alex M Avatar answered Apr 28 '26 20:04

Alex M