From bb5a82b056deeee6ca03aacb8404cb0ab1c1ec1a Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 22 Dec 2020 14:40:04 +0100 Subject: [PATCH] Fix seafile --- app/config/secrets/seafile/conf/mykey.peer.sample | 0 app/deployment/seafile.hcl | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 app/config/secrets/seafile/conf/mykey.peer.sample diff --git a/app/config/secrets/seafile/conf/mykey.peer.sample b/app/config/secrets/seafile/conf/mykey.peer.sample new file mode 100644 index 0000000..e69de29 diff --git a/app/deployment/seafile.hcl b/app/deployment/seafile.hcl index 8e2480a..a44bf60 100644 --- a/app/deployment/seafile.hcl +++ b/app/deployment/seafile.hcl @@ -162,14 +162,13 @@ job "seafile" { } # ---- secrets ---- - # @FIXME should be put in the secret hierarchy in consul template { - data = "{{ key \"configuration/seafile/conf/mykey.peer\" }}" + data = "{{ key \"secrets/seafile/conf/mykey.peer\" }}" destination = "secrets/ccnet/mykey.peer" } template { - data = "{{ key \"configuration/seafile/conf/mykey.peer\" }}" + data = "{{ key \"secrets/seafile/conf/mykey.peer\" }}" destination = "secrets/conf/mykey.peer" } }