Server/grafana: change security settings
This commit is contained in:
parent
24f4f270c1
commit
36ac10c6dd
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ in {
|
||||||
security = {
|
security = {
|
||||||
admin_user = "$__file{${config.age.secrets.grafanaAdminName.path}}";
|
admin_user = "$__file{${config.age.secrets.grafanaAdminName.path}}";
|
||||||
admin_password = "$__file{${config.age.secrets.grafanaAdminPassword.path}}";
|
admin_password = "$__file{${config.age.secrets.grafanaAdminPassword.path}}";
|
||||||
|
cookie_secure = true;
|
||||||
|
strict_transport_security = true;
|
||||||
|
content_security_policy = true;
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
protocol = "socket";
|
protocol = "socket";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue