I am deploying a web application in a DEV, TEST, and PROD environment. One of the variables on the Octopus server contains the appPool user and password.
It makes sense for developers to edit this value in DEV, but they should not see the values ββfor TEST or PROD, etc.
It seems that the permissions defined in Octopus allow "view variables" to have a Project object, but not an environment ...
Is there a better way to solve this problem.
source share