Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 0.2.0
version: 0.2.1
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: workload
name: supply-chain-deliverable
aggregationRule:
clusterRoleSelectors:
- matchLabels:
platform.kadras.io/aggregate-to-workload: "true"
platform.kadras.io/aggregate-to-supply-chain-deliverable: "true"
rules: []
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: deliverable
name: supply-chain-workload
aggregationRule:
clusterRoleSelectors:
- matchLabels:
platform.kadras.io/aggregate-to-deliverable: "true"
platform.kadras.io/aggregate-to-supply-chain-workload: "true"
rules: []
8 changes: 4 additions & 4 deletions test/integration/default/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: workload
name: supply-chain-workload
aggregationRule:
clusterRoleSelectors:
- matchLabels:
platform.kadras.io/aggregate-to-workload: "true"
platform.kadras.io/aggregate-to-supply-chain-workload: "true"
rules:
- apiGroups: [""]
resources: ["configmaps"]
Expand All @@ -16,11 +16,11 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: deliverable
name: supply-chain-deliverable
aggregationRule:
clusterRoleSelectors:
- matchLabels:
platform.kadras.io/aggregate-to-deliverable: "true"
platform.kadras.io/aggregate-to-supply-chain-deliverable: "true"
rules:
- apiGroups: [""]
resources: ["services"]
Expand Down
8 changes: 4 additions & 4 deletions test/integration/default/01-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: test-permissions-workload
name: test-supply-chain-workload
labels:
platform.kadras.io/aggregate-to-workload: "true"
platform.kadras.io/aggregate-to-supply-chain-workload: "true"
rules:

#! Core
Expand All @@ -16,9 +16,9 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: test-permissions-deliverable
name: test-supply-chain-deliverable
labels:
platform.kadras.io/aggregate-to-deliverable: "true"
platform.kadras.io/aggregate-to-supply-chain-deliverable: "true"
rules:

#! Core
Expand Down