mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-28 10:08:23 +00:00
32 lines
697 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|