File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1818 registry-server : ghcr.io
1919 registry-username : ${{ github.actor }}
2020 image : ${{ github.repository }}
21- version : 0.2.0
21+ version : 0.2.1
2222 secrets :
2323 pull-request-token : ${{ secrets.GH_ORG_PAT }}
Original file line number Diff line number Diff line change 22apiVersion : rbac.authorization.k8s.io/v1
33kind : ClusterRole
44metadata :
5- name : workload
5+ name : supply-chain-deliverable
66aggregationRule :
77 clusterRoleSelectors :
88 - matchLabels :
9- platform.kadras.io/aggregate-to-workload : " true"
9+ platform.kadras.io/aggregate-to-supply-chain-deliverable : " true"
1010rules : []
Original file line number Diff line number Diff line change 22apiVersion : rbac.authorization.k8s.io/v1
33kind : ClusterRole
44metadata :
5- name : deliverable
5+ name : supply-chain-workload
66aggregationRule :
77 clusterRoleSelectors :
88 - matchLabels :
9- platform.kadras.io/aggregate-to-deliverable : " true"
9+ platform.kadras.io/aggregate-to-supply-chain-workload : " true"
1010rules : []
Original file line number Diff line number Diff line change 22apiVersion : rbac.authorization.k8s.io/v1
33kind : ClusterRole
44metadata :
5- name : workload
5+ name : supply-chain- workload
66aggregationRule :
77 clusterRoleSelectors :
88 - matchLabels :
9- platform.kadras.io/aggregate-to-workload : " true"
9+ platform.kadras.io/aggregate-to-supply-chain- workload : " true"
1010rules :
1111 - apiGroups : [""]
1212 resources : ["configmaps"]
@@ -16,11 +16,11 @@ rules:
1616apiVersion : rbac.authorization.k8s.io/v1
1717kind : ClusterRole
1818metadata :
19- name : deliverable
19+ name : supply-chain- deliverable
2020aggregationRule :
2121 clusterRoleSelectors :
2222 - matchLabels :
23- platform.kadras.io/aggregate-to-deliverable : " true"
23+ platform.kadras.io/aggregate-to-supply-chain- deliverable : " true"
2424rules :
2525 - apiGroups : [""]
2626 resources : ["services"]
Original file line number Diff line number Diff line change 22apiVersion : rbac.authorization.k8s.io/v1
33kind : ClusterRole
44metadata :
5- name : test-permissions -workload
5+ name : test-supply-chain -workload
66 labels :
7- platform.kadras.io/aggregate-to-workload : " true"
7+ platform.kadras.io/aggregate-to-supply-chain- workload : " true"
88rules :
99
1010 # ! Core
1616apiVersion : rbac.authorization.k8s.io/v1
1717kind : ClusterRole
1818metadata :
19- name : test-permissions -deliverable
19+ name : test-supply-chain -deliverable
2020 labels :
21- platform.kadras.io/aggregate-to-deliverable : " true"
21+ platform.kadras.io/aggregate-to-supply-chain- deliverable : " true"
2222rules :
2323
2424 # ! Core
You can’t perform that action at this time.
0 commit comments