EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 4a7a26ef authored by Karl Grube's avatar Karl Grube
Browse files

grafanas (multiple allowed)

parent 9c38ea7e
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,11 @@ server {
set $deny_access 0;
}
{% endfor %}
if ($ssl_client_s_dn = "CN={{grafana_cn}}" ){
{% for client in grafana_cns %}
if ($ssl_client_s_dn = "CN={{client}}" ){
set $deny_access 0;
}
{% endfor %}
if ($ssl_client_verify != "SUCCESS"){
set $deny_access 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment