add secret
This commit is contained in:
parent
f8d867b54f
commit
74ee293ee4
1 changed files with 6 additions and 0 deletions
|
|
@ -134,6 +134,12 @@
|
|||
owner = "grafana";
|
||||
group = "grafana";
|
||||
};
|
||||
grafana_basic_auth = {
|
||||
file = ./secrets/grafana_basic_auth.age;
|
||||
mode = "440";
|
||||
owner = "nginx";
|
||||
group = "nginx";
|
||||
};
|
||||
postgres-grafana = {
|
||||
file = ./secrets/postgres-grafana.age;
|
||||
mode = "440";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue