Returns k8s spectrocluster oidc
GEThttps://api.spectrocloud.com/v1/spectroclusters/:uid/oidc
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Returns k8s spectrocluster oidc
Request
Path Parameters
uid stringrequired
spc uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
clientIdstring
clientSecretstring
issuerUrlstring
the issuer is the URL identifier for the service
requiredClaims object
scopesstring[]
{
"clientId": "string",
"clientSecret": "string",
"issuerUrl": "string",
"requiredClaims": {
"Email": "string",
"FirstName": "string",
"LastName": "string",
"SpectroTeam": "string"
},
"scopes": [
"string"
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/spectroclusters/:uid/oidc' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'