Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
carlosrodlop opened this issue Mar 10, 2024 · 0 comments
Labels
chore Maintenance

Comments

@carlosrodlop
Copy link
Collaborator

carlosrodlop commented Mar 10, 2024

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
@carlosrodlop carlosrodlop added enhancement New feature or request chore Maintenance and removed enhancement New feature or request labels Mar 16, 2024
carlosrodlop added a commit that referenced this issue May 15, 2024
carlosrodlop added a commit that referenced this issue May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance
Projects
None yet
Development

No branches or pull requests

1 participant