Skip to content

Commit 52978f3

Browse files
evgeniehelms
authored andcommitted
correctly configure ssl headers
this is needed for the smart proxy to be able to do client auth Fixes: 2df4338
1 parent 3d62bce commit 52978f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/roles/foreman/templates/settings.yaml.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828
{% if httpd_external_authentication == 'ipa_with_api' %}
2929
:authorize_login_delegation_api: true
3030
{% 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

Comments
 (0)