File tree 2 files changed +42
-26
lines changed
plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata
2 files changed +42
-26
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ items:
134
134
- " "
135
135
resources :
136
136
- configmaps
137
+ - endpoints
137
138
- events
138
139
- persistentvolumeclaims
139
140
- replicationcontrollers
@@ -1348,6 +1349,21 @@ items:
1348
1349
verbs :
1349
1350
- list
1350
1351
- watch
1352
+ - apiVersion : rbac.authorization.k8s.io/v1
1353
+ kind : ClusterRole
1354
+ metadata :
1355
+ annotations :
1356
+ rbac.authorization.kubernetes.io/autoupdate : " true"
1357
+ creationTimestamp : null
1358
+ labels :
1359
+ kubernetes.io/bootstrapping : rbac-defaults
1360
+ name : system:openshift:public-info-viewer
1361
+ rules :
1362
+ - nonResourceURLs :
1363
+ - /.well-known
1364
+ - /.well-known/*
1365
+ verbs :
1366
+ - get
1351
1367
- apiVersion : rbac.authorization.k8s.io/v1
1352
1368
kind : ClusterRole
1353
1369
metadata :
Original file line number Diff line number Diff line change @@ -1326,32 +1326,6 @@ items:
1326
1326
- create
1327
1327
- patch
1328
1328
- update
1329
- - apiVersion : rbac.authorization.k8s.io/v1
1330
- kind : ClusterRole
1331
- metadata :
1332
- annotations :
1333
- rbac.authorization.kubernetes.io/autoupdate : " true"
1334
- creationTimestamp : null
1335
- labels :
1336
- kubernetes.io/bootstrapping : rbac-defaults
1337
- name : system:controller:service-ca-cert-publisher
1338
- rules :
1339
- - apiGroups :
1340
- - " "
1341
- resources :
1342
- - configmaps
1343
- verbs :
1344
- - create
1345
- - update
1346
- - apiGroups :
1347
- - " "
1348
- - events.k8s.io
1349
- resources :
1350
- - events
1351
- verbs :
1352
- - create
1353
- - patch
1354
- - update
1355
1329
- apiVersion : rbac.authorization.k8s.io/v1
1356
1330
kind : ClusterRole
1357
1331
metadata :
@@ -1428,6 +1402,32 @@ items:
1428
1402
- create
1429
1403
- patch
1430
1404
- update
1405
+ - apiVersion : rbac.authorization.k8s.io/v1
1406
+ kind : ClusterRole
1407
+ metadata :
1408
+ annotations :
1409
+ rbac.authorization.kubernetes.io/autoupdate : " true"
1410
+ creationTimestamp : null
1411
+ labels :
1412
+ kubernetes.io/bootstrapping : rbac-defaults
1413
+ name : system:controller:service-ca-cert-publisher
1414
+ rules :
1415
+ - apiGroups :
1416
+ - " "
1417
+ resources :
1418
+ - configmaps
1419
+ verbs :
1420
+ - create
1421
+ - update
1422
+ - apiGroups :
1423
+ - " "
1424
+ - events.k8s.io
1425
+ resources :
1426
+ - events
1427
+ verbs :
1428
+ - create
1429
+ - patch
1430
+ - update
1431
1431
- apiVersion : rbac.authorization.k8s.io/v1
1432
1432
kind : ClusterRole
1433
1433
metadata :
You can’t perform that action at this time.
0 commit comments