Fix var reference;Upgrade version;Add LDAP configuration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-13 12:04:32 +01:00
parent 7931b1ed44
commit 9e7eaf2ff7
3 changed files with 56 additions and 2 deletions

View File

@ -56,7 +56,7 @@ components:
argo-cd:
helm:
version: 5.20.1 # (= ArgoCD v2.6.0)
version: 5.20.3 # (= ArgoCD v2.6.1)
chart: argo/argo-cd
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
chart_values: !unsafe |
@ -105,6 +105,33 @@ components:
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
chart_values: !unsafe |
config:
connectors:
- type: ldap
id: ldap
name: "LDAP"
config:
host: {{ vapp['ldap.fqdn'] }}:636
insecureNoSSL: false
insecureSkipVerify: true
bindDN: {{ vapp['ldap.dn'] }}
bindPW: {{ vapp['ldap.password'] }}
usernamePrompt: "Username"
userSearch:
baseDN: OU=Administrators,OU=Useraccounts,DC=bessems,DC=eu
filter: "(objectClass=person)"
username: userPrincipalName
idAttr: DN
emailAttr: userPrincipalName
nameAttr: cn
groupSearch:
baseDN: OU=Roles,OU=Groups,DC=bessems,DC=eu
filter: "(objectClass=group)"
userMatchers:
- userAttr: DN
groupAttr: member
nameAttr: cn
enablePasswordDB: true
issuer: https://oidc.{{ vapp['metacluster.fqdn'] }}
storage: