Replies: 1 comment 6 replies
-
@cmatheson I think you just need a list of secrets for your accessory. The list of secrets specified will then get written to an env file on the server and used when the accessory is booted.
And then you'll need to set the secret in |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given an accessory defined like:
and a corresponding needs.secrets.conf.erb:
unfortunately, it seems that the secrets aren't available at erb-evaluation time. adding the needed secrets to the
env
config for the accessory doesn't affect the files/erb-evaluation stage either. is there any way to do what i'm trying to accomplish?Beta Was this translation helpful? Give feedback.
All reactions