Files
kubernetes/api/openapi-spec/v3/openid__v1__jwks_openapi.json
2021-11-24 10:03:45 -05:00

32 lines
697 B
JSON

{
"components": {},
"info": {
"title": "Kubernetes",
"version": "unversioned"
},
"openapi": "3.0.0",
"paths": {
"/openid/v1/jwks/": {
"get": {
"description": "get service account issuer OpenID JSON Web Key Set (contains public token verification keys)",
"operationId": "getServiceAccountIssuerOpenIDKeyset",
"responses": {
"200": {
"content": {
"application/jwk-set+json": {
"schema": {
"type": "string"
}
}
},
"description": "OK"
}
},
"tags": [
"openid"
]
}
}
}
}