Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(confd): give controller/router /deis access
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Matthew Fisher authored and carmstrong committed May 19, 2014
1 parent c1c7ee7 commit 64c90e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions controller/conf.d/confd_settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ uid = 1000
gid = 1000
mode = "0640"
keys = [
"/deis/controller",
"/deis/cache",
"/deis/database",
"/deis/registry",
"/deis",
]
check_cmd = "test -e {{ .src }}"
reload_cmd = "/app/bin/reload"

0 comments on commit 64c90e7

Please sign in to comment.