File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/extended/authorization Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
211211var globalClusterReaderUsers = sets .NewString ("system:admin" )
212212var 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
216216var globalDeploymentConfigGetterUsers = sets .NewString (
You can’t perform that action at this time.
0 commit comments