Skip to content

Commit 509afaa

Browse files
authored
update min rbac permissions for edb 1.25 (#2431)
Signed-off-by: Ben Luzarraga <luzarragaben@gmail.com>
1 parent c6e0416 commit 509afaa

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

cp3pt0-deployment/common/nss-managed-bedrock-core-role.yaml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,4 +1657,35 @@ rules:
16571657
resources:
16581658
- secrets
16591659
resourceNames:
1660-
- postgresql-operator-controller-manager-1-22-7-service-cert
1660+
- postgresql-operator-controller-manager-1-22-7-service-cert
1661+
- verbs:
1662+
- get
1663+
- create
1664+
- delete
1665+
- list
1666+
- patch
1667+
- update
1668+
- watch
1669+
resources:
1670+
- databases
1671+
- publications
1672+
- subscriptions
1673+
apiGroups:
1674+
- postgresql.k8s.enterprisedb.io
1675+
- verbs:
1676+
- get
1677+
- patch
1678+
- update
1679+
resources:
1680+
- databases/status
1681+
- publications/status
1682+
apiGroups:
1683+
- postgresql.k8s.enterprisedb.io
1684+
- verbs:
1685+
- get
1686+
- list
1687+
- watch
1688+
resources:
1689+
- imagecatalogs
1690+
apiGroups:
1691+
- postgresql.k8s.enterprisedb.io

0 commit comments

Comments
 (0)