mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 02:37:36 +00:00
mv TokenRequest and TokenRequestProjection to GA
This commit is contained in:
52
api/openapi-spec/swagger.json
generated
52
api/openapi-spec/swagger.json
generated
@@ -18905,6 +18905,32 @@
|
||||
"version": "unversioned"
|
||||
},
|
||||
"paths": {
|
||||
"/.well-known/openid-configuration/": {
|
||||
"get": {
|
||||
"description": "get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'",
|
||||
"operationId": "getServiceAccountIssuerOpenIDConfiguration",
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
},
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"WellKnown"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/": {
|
||||
"get": {
|
||||
"consumes": [
|
||||
@@ -105104,6 +105130,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"/openid/v1/jwks/": {
|
||||
"get": {
|
||||
"description": "get service account issuer OpenID JSON Web Key Set (contains public token verification keys)",
|
||||
"operationId": "getServiceAccountIssuerOpenIDKeyset",
|
||||
"produces": [
|
||||
"application/jwk-set+json"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
},
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"openid"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/version/": {
|
||||
"get": {
|
||||
"consumes": [
|
||||
|
Reference in New Issue
Block a user