We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d62bce commit 52978f3Copy full SHA for 52978f3
src/roles/foreman/templates/settings.yaml.j2
@@ -28,3 +28,8 @@
28
{% if httpd_external_authentication == 'ipa_with_api' %}
29
:authorize_login_delegation_api: true
30
{% endif %}
31
+
32
+# Configure reverse proxy headers
33
+:ssl_client_dn_env: HTTP_SSL_CLIENT_S_DN
34
+:ssl_client_verify_env: HTTP_SSL_CLIENT_VERIFY
35
+:ssl_client_cert_env: HTTP_SSL_CLIENT_CERT
0 commit comments