32 lines
708 B
JSON
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": {}
|
|
}
|