Comments out actual sso values.
This commit is contained in:
parent
b17292ebf4
commit
c5fda4745c
1 changed files with 17 additions and 17 deletions
|
@ -4,7 +4,7 @@ images:
|
||||||
server: argocli
|
server: argocli
|
||||||
executor: argoexec
|
executor: argoexec
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: v2.9.0
|
tag: v2.9.0-rc2
|
||||||
|
|
||||||
crdVersion: v1alpha1
|
crdVersion: v1alpha1
|
||||||
installCRD: true
|
installCRD: true
|
||||||
|
@ -203,22 +203,22 @@ server:
|
||||||
# Give the server permissions to edit ClusterWorkflowTemplates.
|
# Give the server permissions to edit ClusterWorkflowTemplates.
|
||||||
enableEditing: true
|
enableEditing: true
|
||||||
sso:
|
sso:
|
||||||
# SSO configuration when SSO is specified as a server auth mode.
|
## SSO configuration when SSO is specified as a server auth mode.
|
||||||
# All the values are requied. SSO is activated by adding --auth-mode=sso
|
## All the values are requied. SSO is activated by adding --auth-mode=sso
|
||||||
# to the server command line.
|
## to the server command line.
|
||||||
#
|
#
|
||||||
# The root URL of the OIDC identity provider.
|
## The root URL of the OIDC identity provider.
|
||||||
issuer: https://accounts.google.com
|
# issuer: https://accounts.google.com
|
||||||
# Name of a secret and a key in it to retrieve the app OIDC client ID from.
|
## Name of a secret and a key in it to retrieve the app OIDC client ID from.
|
||||||
clientId:
|
# clientId:
|
||||||
name: argo-server-sso
|
# name: argo-server-sso
|
||||||
key: client-id
|
# key: client-id
|
||||||
# Name of a secret and a key in it to retrieve the app OIDC client secret from.
|
## Name of a secret and a key in it to retrieve the app OIDC client secret from.
|
||||||
clientSecret:
|
# clientSecret:
|
||||||
name: argo-server-sso
|
# name: argo-server-sso
|
||||||
key: client-secret
|
# key: client-secret
|
||||||
# The OIDC redirect URL. Should be in the form <argo-root-url>/oauth2/callback.
|
## The OIDC redirect URL. Should be in the form <argo-root-url>/oauth2/callback.
|
||||||
redirectUrl: https://argo/oauth2/callback
|
# redirectUrl: https://argo/oauth2/callback
|
||||||
|
|
||||||
# Influences the creation of the ConfigMap for the workflow-controller itself.
|
# Influences the creation of the ConfigMap for the workflow-controller itself.
|
||||||
useDefaultArtifactRepo: false
|
useDefaultArtifactRepo: false
|
||||||
|
|
Loading…
Reference in a new issue