mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Fix ldap bind password secret usage
This commit is contained in:
@@ -101,6 +101,11 @@ data:
|
|||||||
BROADCAST_WEBSOCKET_PORT = 8052
|
BROADCAST_WEBSOCKET_PORT = 8052
|
||||||
BROADCAST_WEBSOCKET_PROTOCOL = 'http'
|
BROADCAST_WEBSOCKET_PROTOCOL = 'http'
|
||||||
|
|
||||||
|
# Load LDAP BIND password from Kubernetes secret if define
|
||||||
|
{% if ldap_password_secret -%}
|
||||||
|
AUTH_LDAP_BIND_PASSWORD = "{{ ldap_bind_password }}"
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% for item in extra_settings | default([]) %}
|
{% for item in extra_settings | default([]) %}
|
||||||
{{ item.setting }} = {{ item.value }}
|
{{ item.setting }} = {{ item.value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user