Update documentation
parent
b8a27c4834
commit
36a814c404
|
|
@ -500,6 +500,9 @@ type Auth struct {
|
||||||
// +optional
|
// +optional
|
||||||
OAuthClientName string `json:"oAuthClientName,omitempty"`
|
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.
|
// 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
|
// +optional
|
||||||
OAuthSecret string `json:"oAuthSecret,omitempty"`
|
OAuthSecret string `json:"oAuthSecret,omitempty"`
|
||||||
// Access Token Scope.
|
// Access Token Scope.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue