We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a52e5 commit f63affeCopy full SHA for f63affe
roles/grafana/templates/nginx.conf
@@ -50,7 +50,7 @@ server
50
51
# Basic authentication
52
# Do not change the realm, as this would reveal the presence of grafana
53
- auth_pam $authentication;
+ auth_pam {{ network.domain }};
54
auth_pam_service_name "nginx";
55
56
proxy_set_header X-REMOTE-USER $remote_user;
0 commit comments