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

Multiple LDAPS certificate setup #15485

Open
4 of 9 tasks
Peter1295 opened this issue Sep 3, 2024 · 1 comment
Open
4 of 9 tasks

Multiple LDAPS certificate setup #15485

Peter1295 opened this issue Sep 3, 2024 · 1 comment

Comments

@Peter1295
Copy link

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.

Feature type

Enhancement to Existing Feature

Feature Summary

Be able to set multiple CA certs secrets for ldap_cacert_secret to be able set LDAPS for more domains.

Select the relevant components

  • UI
  • API
  • Docs
  • Collection
  • CLI
  • Other

Steps to reproduce

Adding domain no.2 CA certificate inside awx-custom-certs.yaml file with already existing and fully working certificate what works well for LDAPS of domain no.1

Current results

Users from domain no.2 are not able to login by LDAPS. LDAP works well for them.
Users from domain no.1 are able to login by LDAPS.

Sugested feature result

LDAPS working for both domain no.1 and no.2 .

Additional information

Hello,
I am not sure if I'm doing anything wrong or AWX lack such feature as I was not able to find any similar case in forum.
Currently we are able to use 1 domain with LDAPS and other with LDAP, but due to the security requirements we need to change it.

We are running AWX by awx-operator helm package inside k8s cluster and awx-deploy.yml have defined ldap_cacert_secret: awx-custom-certs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@Peter1295 and others