Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: more control over the permissions model for pipelines #193

Closed
abangser opened this issue Jul 12, 2024 · 2 comments
Closed

feat: more control over the permissions model for pipelines #193

abangser opened this issue Jul 12, 2024 · 2 comments

Comments

@abangser
Copy link
Member

By default Kratix creates a service account for use by pipelines. They are deterministically named (using the name of the Promise) and this allows for users to provide permissions to the pipelines using Kubernetes native options such as RBAC. There are two service accounts created per Promise. One for the promise workflows (both configure and delete) and one for the resource workflows (both configure and delete).

While convenient, this can also be limiting. For example, some users want to provide existing service accounts.

Please feel free to share any other use cases you have for flexibility with pipeline permissions to be included in any implementation designs.

@kirederik
Copy link
Member

kirederik commented Jul 17, 2024

@abangser
Copy link
Member Author

abangser commented Aug 9, 2024

This issue was covered by the work above. For more detail check out the docs here: https://docs.kratix.io/main/reference/workflows#rbac

@abangser abangser closed this as completed Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants