awx icon indicating copy to clipboard operation
awx copied to clipboard

Multiple LDAPS certificate setup

Open Peter1295 opened this issue 5 months ago • 1 comments

Please confirm the following

  • [X] I agree to follow this project's code of conduct.
  • [X] I have checked the current issues for duplicates.
  • [X] 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
  • [X] 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

Peter1295 avatar Sep 03 '24 13:09 Peter1295