Conversation
|
This PR solves #96 |
|
@sealouse If I set the config params without the Is this the same for you? The rest of the PR works like a charm, thank you :) |
correct ldap key for the ldap bind password
You are right, AUTH_LDAP_BIND_PASSWORD is the correct key, I made the corresponding modifications to apply "AUTH_LDAP_BIND_PASSWORD" instead of the one with the PULP prefix |
|
@fao89 @rooftopcellist |
|
I can haz? |
|
Any news about this PR? Is there a schedule for the approval? |
SUMMARY
Currently the LDAP configuration can not be configured without specifying the pulp setting PULP_AUTH_LDAP_BIND_PASSWORD in plain text. This is a small update to allow support for secrets when configuring PULP_AUTH_LDAP_BIND_PASSWORD
ADDITIONAL INFORMATION
After configuring the following
and specifying
ldap_bind_password_secretin the spec:The output of /etc/pulp/settings.py is:
regression test: without specifying "ldap_bind_password_secret", the property PULP_AUTH_LDAP_BIND_PASSWORD is absent in the pulp settings