Files
c/kubernetes/docs/WellKnownAPI.md
Kubernetes Prow Robot 0f1f163bb9 Automated openapi generation from release-1.28
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-09-06 01:56:31 +00:00

1.1 KiB

WellKnownAPI

All URIs are relative to http://localhost

Method HTTP request Description
WellKnownAPI_getServiceAccountIssuerOpenIDConfiguration GET /.well-known/openid-configuration

WellKnownAPI_getServiceAccountIssuerOpenIDConfiguration

// get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'
//
char* WellKnownAPI_getServiceAccountIssuerOpenIDConfiguration(apiClient_t *apiClient);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration

Return type

char*

Authorization

BearerToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]