kubernetes/api/openapi-spec/v3/.well-known__openid-configuration_openapi.json
2021-11-16 17:38:54 -08:00

32 lines
708 B
JSON

{
"openapi": "3.0.0",
"info": {
"title": "Kubernetes",
"version": "v1.23.0"
},
"paths": {
"/.well-known/openid-configuration/": {
"get": {
"tags": [
"WellKnown"
],
"description": "get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'",
"operationId": "getServiceAccountIssuerOpenIDConfiguration",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "string"
}
}
}
}
}
}
}
},
"components": {}
}