Skip to content

Commit 64c90e7

Browse files
Matthew Fishercarmstrong
authored andcommitted
fix(confd): give controller/router /deis access
Both components require access to /deis/domains, which holds the keys for all application domains. Since /deis/domains does not exist at first boot, confd will complain that /deis/domains does not exist as a key if you supply it to the keys list. Since the /deis key always exists, setting the keyspace one level lower fixes this issue.
1 parent c1c7ee7 commit 64c90e7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

controller/conf.d/confd_settings.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ uid = 1000
55
gid = 1000
66
mode = "0640"
77
keys = [
8-
"/deis/controller",
9-
"/deis/cache",
10-
"/deis/database",
11-
"/deis/registry",
8+
"/deis",
129
]
1310
check_cmd = "test -e {{ .src }}"
1411
reload_cmd = "/app/bin/reload"

0 commit comments

Comments
 (0)