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

Allow users to manage ImageRepository objects with the same access level as Components #194

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ADR/0011-roles-and-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ We will use the built-in Kubernetes RBAC system for Konflux's role and permissio
| Contributor | Workspace | Access to namespaces that backs workspace |
| | Application | appstudio.redhat.com | get, list, watch | applications
| | Component | appstudio.redhat.com | get, list, watch | components, componentdetectionqueries
| | ImageRepository | appstudio.redhat.com | get, list, watch | imagerepositories
| | Environment | appstudio.redhat.com | get, list, watch | promotionruns, snapshotenvironmentbindings, snapshots, environments
| | DeploymentTarget | appstudio.redhat.com | get, list, watch | deploymenttargets
| | DeploymentTargetClaim | appstudio.redhat.com | get, list, watch | deploymenttargetclaims
Expand All @@ -45,6 +46,7 @@ We will use the built-in Kubernetes RBAC system for Konflux's role and permissio
| Maintainer | Workspace | Access to namespaces that backs workspace |
| | Application | appstudio.redhat.com | get, list, watch, create, update, patch | applications
| | Component | appstudio.redhat.com | get, list, watch, create, update, patch | components, componentdetectionqueries
| | ImageRepository | appstudio.redhat.com | get, list, watch, create, update, patch | imagerepositories
| | Environment | appstudio.redhat.com | get, list, watch | promotionruns, snapshotenvironmentbindings, snapshots, environments
| | DeploymentTarget | appstudio.redhat.com | get, list, watch | deploymenttargets
| | DeploymentTargetClaim | appstudio.redhat.com | get, list, watch | deploymenttargetclaims
Expand All @@ -65,6 +67,7 @@ We will use the built-in Kubernetes RBAC system for Konflux's role and permissio
| Admin | Workspace | Access to namespaces that backs workspace |
| | Application | appstudio.redhat.com | get, list, watch, create, update, patch, delete, deletecollection | applications
| | Component | appstudio.redhat.com | get, list, watch, create, update, patch, delete, deletecollection | components, componentdetectionqueries
| | ImageRepository | appstudio.redhat.com | get, list, watch, create, update, patch, delete, deletecollection | imagerepositories
| | Environment | appstudio.redhat.com | get, list, watch, create, update, patch, delete | promotionruns, snapshotenvironmentbindings, snapshots, environments
| | DeploymentTarget | appstudio.redhat.com | get, list, watch, create, update, patch, delete | deploymenttargets
| | DeploymentTargetClaim | appstudio.redhat.com | get, list, watch, create, update, patch, delete | deploymenttargetclaims
Expand Down