Separation of duties #6064
Replies: 3 comments 2 replies
-
|
Use two Concourse teams ? Ah, you mean from the same pipeline I think. |
Beta Was this translation helpful? Give feedback.
-
|
Would something like #6013 be useful here? It looks like currently the best way is via OPA on API calls, but there's some interest in a more powerful and smarter system. |
Beta Was this translation helpful? Give feedback.
-
|
There is another approach here, depending on your use case. You could set your 'prod' jobs to be triggered only be a specific resource, that only special people can change. For instance, a Git repo, a Pool resource, or a locked-down S3 bucket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Concourse being the CI tool and have capability to perform the CD, we used it for both. When it comes to audits we have a rule where no one individual can have both development and migration to prod privileges.
Did anyone find a way to accomplish this? Open to any ideas.
Beta Was this translation helpful? Give feedback.
All reactions