Skip to content

Commit

Permalink
grafana: changed authentication name
Browse files Browse the repository at this point in the history
  • Loading branch information
arodier committed Apr 6, 2024
1 parent c2a52e5 commit f63affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/grafana/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ server

# Basic authentication
# Do not change the realm, as this would reveal the presence of grafana
auth_pam $authentication;
auth_pam {{ network.domain }};
auth_pam_service_name "nginx";

proxy_set_header X-REMOTE-USER $remote_user;
Expand Down

0 comments on commit f63affe

Please sign in to comment.