cloudbees-oss / terraform-aws-cloudbees-ci-eks-addon

CloudBees CI Add-on for AWS EKS
https://registry.terraform.io/modules/cloudbees/cloudbees-ci-eks-addon/aws
MIT License
10 stars 12 forks source link

[Blueprints, 02-at-scale]: Openldap: Use jp-gouin.github.io/helm-openldap #72

Closed carlosrodlop closed 6 months ago

carlosrodlop commented 8 months ago

Using the following configuration inside the EKS blueprints add-ons

  helm_releases = {
    helm-openldap = {
      namespace        = "openldap-stack-ha"
      create_namespace = true
      chart            = "openldap-stack-ha"
      chart_version    = "4.2.2"
      repository       = "https://jp-gouin.github.io/helm-openldap/"
      values = [file("k8s/helm-openldap-values.yml")]
    }
  }

Values files

helm-openldap-values.yml.txt

Test LDAP Validation at Operation Center fails with

Login
Authentication: failed for user "Jean Dupond"
Lookup
User lookup: user "Jean Dupond" may or may not exist.
Does the Manager DN have permissions to perform user lookup?
LDAP Group lookup: could not verify.
Please try with a user that is a member of at least one LDAP group.
Lockout
The user "Jean Dupond" will be unable to login with the supplied password.
If this is your own account this would mean you would be locked out!
Are you sure you want to save this configuration?
Advanced Configuration