Skip to content

Commit b690672

Browse files
committed
Add rbac for ironic-operator creating namespaces
The graphical consoles feature will create the namespace openstack-ironic-consoles which Ironic will use to create the graphical console pods. To do this, ironic-operator needs rbac rules to create and manage (not delete) namespaces. This is proposed as a standalone change because it needs to be packaged in the openstack-operator bundle before ironic-operator can use it. Jira: OSPRH-20211
1 parent 95a1fff commit b690672

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

config/rbac/role.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,14 @@ rules:
205205
- list
206206
- update
207207
- watch
208+
- apiGroups:
209+
- ""
210+
resources:
211+
- namespaces
212+
verbs:
213+
- create
214+
- get
215+
- list
216+
- patch
217+
- update
218+
- watch

0 commit comments

Comments
 (0)