Skip to content

Commit be9ea5d

Browse files
committed
devaccess: Allow limited "oc get imagestreams"
1 parent ddaea16 commit be9ea5d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/devaccess/devaccess_users.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ roles:
5858
runner: oc_get_generic
5959
namespaces:
6060
- all
61+
- names:
62+
- is
63+
- imagestream
64+
- imagestreams
65+
runner: oc_get_generic
66+
namespaces:
67+
- openshift
6168

6269
- base: oc version
6370
types:
@@ -225,4 +232,4 @@ user_roles:
225232

226233
# I know this doesn't seem to make sense, to separate these two structure, sadly
227234
# our config management gets the users and the roles from separate sources, changing
228-
# it here was easier for now, than rearchitecting the other end
235+
# it here was easier for now, than rearchitecting the other end

0 commit comments

Comments
 (0)