Skip to content

Commit 07ac16f

Browse files
Merge pull request #15714 from liggitt/root-scope-sar-3.6.1
Automatic merge from submit-queue Mark subjectaccessreview/resourceaccessreview as root-scoped pick of #15704
2 parents 277d472 + 00be8ba commit 07ac16f

File tree

2 files changed

+3
-119
lines changed

2 files changed

+3
-119
lines changed

api/swagger-spec/openshift-openapi-spec.json

+2-118
Original file line numberDiff line numberDiff line change
@@ -22627,64 +22627,6 @@
2262722627
}
2262822628
]
2262922629
},
22630-
"/apis/authorization.openshift.io/v1/namespaces/{namespace}/resourceaccessreviews": {
22631-
"post": {
22632-
"description": "create a ResourceAccessReview",
22633-
"consumes": [
22634-
"*/*"
22635-
],
22636-
"produces": [
22637-
"application/json",
22638-
"application/yaml",
22639-
"application/vnd.kubernetes.protobuf"
22640-
],
22641-
"schemes": [
22642-
"https"
22643-
],
22644-
"tags": [
22645-
"authorizationOpenshiftIo_v1"
22646-
],
22647-
"operationId": "createAuthorizationOpenshiftIoV1NamespacedResourceAccessReview",
22648-
"parameters": [
22649-
{
22650-
"name": "body",
22651-
"in": "body",
22652-
"required": true,
22653-
"schema": {
22654-
"$ref": "#/definitions/com.github.openshift.origin.pkg.authorization.apis.authorization.v1.ResourceAccessReview"
22655-
}
22656-
}
22657-
],
22658-
"responses": {
22659-
"200": {
22660-
"description": "OK",
22661-
"schema": {
22662-
"$ref": "#/definitions/com.github.openshift.origin.pkg.authorization.apis.authorization.v1.ResourceAccessReview"
22663-
}
22664-
},
22665-
"401": {
22666-
"description": "Unauthorized"
22667-
}
22668-
}
22669-
},
22670-
"parameters": [
22671-
{
22672-
"uniqueItems": true,
22673-
"type": "string",
22674-
"description": "object name and auth scope, such as for teams and projects",
22675-
"name": "namespace",
22676-
"in": "path",
22677-
"required": true
22678-
},
22679-
{
22680-
"uniqueItems": true,
22681-
"type": "string",
22682-
"description": "If 'true', then the output is pretty printed.",
22683-
"name": "pretty",
22684-
"in": "query"
22685-
}
22686-
]
22687-
},
2268822630
"/apis/authorization.openshift.io/v1/namespaces/{namespace}/rolebindingrestrictions": {
2268922631
"get": {
2269022632
"description": "list or watch objects of kind RoleBindingRestriction",
@@ -23791,64 +23733,6 @@
2379123733
}
2379223734
]
2379323735
},
23794-
"/apis/authorization.openshift.io/v1/namespaces/{namespace}/subjectaccessreviews": {
23795-
"post": {
23796-
"description": "create a SubjectAccessReview",
23797-
"consumes": [
23798-
"*/*"
23799-
],
23800-
"produces": [
23801-
"application/json",
23802-
"application/yaml",
23803-
"application/vnd.kubernetes.protobuf"
23804-
],
23805-
"schemes": [
23806-
"https"
23807-
],
23808-
"tags": [
23809-
"authorizationOpenshiftIo_v1"
23810-
],
23811-
"operationId": "createAuthorizationOpenshiftIoV1NamespacedSubjectAccessReview",
23812-
"parameters": [
23813-
{
23814-
"name": "body",
23815-
"in": "body",
23816-
"required": true,
23817-
"schema": {
23818-
"$ref": "#/definitions/com.github.openshift.origin.pkg.authorization.apis.authorization.v1.SubjectAccessReview"
23819-
}
23820-
}
23821-
],
23822-
"responses": {
23823-
"200": {
23824-
"description": "OK",
23825-
"schema": {
23826-
"$ref": "#/definitions/com.github.openshift.origin.pkg.authorization.apis.authorization.v1.SubjectAccessReview"
23827-
}
23828-
},
23829-
"401": {
23830-
"description": "Unauthorized"
23831-
}
23832-
}
23833-
},
23834-
"parameters": [
23835-
{
23836-
"uniqueItems": true,
23837-
"type": "string",
23838-
"description": "object name and auth scope, such as for teams and projects",
23839-
"name": "namespace",
23840-
"in": "path",
23841-
"required": true
23842-
},
23843-
{
23844-
"uniqueItems": true,
23845-
"type": "string",
23846-
"description": "If 'true', then the output is pretty printed.",
23847-
"name": "pretty",
23848-
"in": "query"
23849-
}
23850-
]
23851-
},
2385223736
"/apis/authorization.openshift.io/v1/namespaces/{namespace}/subjectrulesreviews": {
2385323737
"post": {
2385423738
"description": "create a SubjectRulesReview",
@@ -24160,7 +24044,7 @@
2416024044
"tags": [
2416124045
"authorizationOpenshiftIo_v1"
2416224046
],
24163-
"operationId": "createAuthorizationOpenshiftIoV1ResourceAccessReviewForAllNamespaces",
24047+
"operationId": "createAuthorizationOpenshiftIoV1ResourceAccessReview",
2416424048
"parameters": [
2416524049
{
2416624050
"name": "body",
@@ -24614,7 +24498,7 @@
2461424498
"tags": [
2461524499
"authorizationOpenshiftIo_v1"
2461624500
],
24617-
"operationId": "createAuthorizationOpenshiftIoV1SubjectAccessReviewForAllNamespaces",
24501+
"operationId": "createAuthorizationOpenshiftIoV1SubjectAccessReview",
2461824502
"parameters": [
2461924503
{
2462024504
"name": "body",

pkg/authorization/apis/authorization/install/apigroup.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func Install(groupFactoryRegistry announced.APIGroupFactoryRegistry, registry *r
2323
VersionPreferenceOrder: []string{authorizationapiv1.SchemeGroupVersion.Version},
2424
ImportPrefix: importPrefix,
2525
AddInternalObjectsToScheme: authorizationapi.AddToScheme,
26-
RootScopedKinds: sets.NewString("ClusterRole", "ClusterRoleBinding", "ClusterPolicy", "ClusterPolicyBinding"),
26+
RootScopedKinds: sets.NewString("ClusterRole", "ClusterRoleBinding", "ClusterPolicy", "ClusterPolicyBinding", "SubjectAccessReview", "ResourceAccessReview"),
2727
},
2828
announced.VersionToSchemeFunc{
2929
authorizationapiv1.SchemeGroupVersion.Version: authorizationapiv1.AddToScheme,

0 commit comments

Comments
 (0)