Skip to content

Commit

Permalink
Merge pull request #194 from mmorhun/STONEBLD-2473
Browse files Browse the repository at this point in the history
Allow users to manage ImageRepository objects with the same access level as Components
  • Loading branch information
ralphbean authored May 28, 2024
2 parents d1a89fa + 04f4a05 commit af50d15
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit af50d15

Please sign in to comment.