Skip to content

Commit ef03fa8

Browse files
Merge pull request #30963 from xueqzhan/TestAuthorizationResourceAccessReview-exception
OCPBUGS-81742: Add exception for the newly added kas-bootstrap-container
2 parents 58ca980 + e724d4f commit ef03fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/authorization/authorization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func prettyPrintReviewResponse(resp *authorizationv1.ResourceAccessReviewRespons
210210
// This list includes the admins from above, plus users or groups known to have global view access
211211
var globalClusterReaderUsers = sets.NewString("system:admin")
212212
var globalClusterReaderGroups = sets.NewString("system:cluster-readers", "system:cluster-admins", "system:masters")
213-
var hyperShiftServiceAccount = sets.NewString("system:hosted-cluster-config")
213+
var hyperShiftServiceAccount = sets.NewString("system:hosted-cluster-config", "system:kas-bootstrap-container")
214214

215215
// this list includes any other users who can get DeploymentConfigs
216216
var globalDeploymentConfigGetterUsers = sets.NewString(

0 commit comments

Comments
 (0)