You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The name of the cluster. This field is required."
}
},
"required": ["name"]
},
"jit": {
"type": "object",
"properties": {
"clientId": {
"type": "string",
"description": "The client ID for Jit. This field is required when not using an existing secret."
},
"clientSecret": {
"type": "string",
"description": "The client secret for Jit. This field is required when not using an existing secret."
},
"existingSecret": {
"type": "string",
"description": "The name of an existing secret to use for Jit credentials. If provided, clientId and clientSecret will be ignored."
},
"apiUrl": {
"type": "string",
"description": "The Jit API URL"
}
},
"description": "Jit authentication requires either: 1) Both 'clientId' and 'clientSecret' for direct authentication, or 2) 'existingSecret' to reference an existing Kubernetes secret containing the credentials."