Update documentation

pull/1836/head
greg.guydo 2024-05-14 02:23:32 +00:00
parent b8a27c4834
commit 36a814c404
1 changed files with 3 additions and 0 deletions

View File

@ -500,6 +500,9 @@ type Auth struct {
// +optional
OAuthClientName string `json:"oAuthClientName,omitempty"`
// Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift side.
// For Kubernetes, this can either be the plain text oAuthSecret value, or the name of a kubernetes secret which contains a
// key 'oAuthSecret' and the value is the secret. NOTE: this secret must exist in the same namespace as the CheCluster
// resource and contain the label app.kubernetes.io/part-of=che.eclipse.org.
// +optional
OAuthSecret string `json:"oAuthSecret,omitempty"`
// Access Token Scope.