Skip to content
Snippets Groups Projects
Commit bfe8f740 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Provide some minimal additional security

At least it's easy to turn on
parent 79524db4
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!122Merge develop into staging,!120Add GSuite SSO to Grafana
Pipeline #864 passed
...@@ -76,6 +76,11 @@ in { ...@@ -76,6 +76,11 @@ in {
# listening. Grafana's own server listens on an internal address that # listening. Grafana's own server listens on an internal address that
# doesn't matter to anyone except our nginx instance. # doesn't matter to anyone except our nginx instance.
rootUrl = "https://%(domain)s/"; rootUrl = "https://%(domain)s/";
extraOptions = {
# Defend against DNS rebinding attacks.
SERVER_ENFORCE_DOMAIN = "true";
};
}; };
services.grafana.auth = { services.grafana.auth = {
......
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