From 79bd65e902ecf24b2ee2b462285f31f681e789a3 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Mon, 6 Mar 2017 08:40:43 +0000 Subject: [PATCH] Store sensitive configs in secret Change-Id: I3cd37a5131043909a046d6e05895b58db218fa3f Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e --- service/files/defaults.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index d803850..75532f0 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -1,10 +1,14 @@ configs: db: max_timeout: 60 - root_password: password mariadb: port: cont: 3306 + +secret_configs: + db: + root_password: password + url: mariadb: debian: