Replies: 2 comments 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.
-
Hi! I just wanted to 👍🏻 this request. For a concrete example, I'm running RabbitMQ as an accessory, and the SSL config requires a path to the private key. If secrets were available in ERB files, I could just have a |
Beta Was this translation helpful? Give feedback.
-
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