This message was deleted.
# general
s
This message was deleted.
g
The role-based access control features in the Pulumi Console were designed for this. https://www.pulumi.com/docs/intro/console/collaboration/stack-permissions/
👍 1
Your dev would have
WRITE
to 1 and
NONE
to 2, 3, and 4. Your CICD pipeline would have `WRITE to 2, 3, and 4.
Your dev could have
READ
to 2, 3, and 4 if you wanted to allow it. That way they can see the changes that occur and even run previews against those stacks, but would not be allowed to make changes to them.
👍 1
f
Sick, that's exactly what I was after. Cheers.
👍 1