Jonathan Dahan
Jonathan Dahan
This would be similar to `--masterkeyFile` option
I'm happy to implement it, if you can help guide development. Currently I have a few questions about what's the best way forward: 1. Should this be for all environment...
So the way docker secrets work (as far as I understand) is that they bind mount the contents of the secret to `/run/secrets/secret_name_here`, one secret per file. The format is...
Another approach would be to create a new image, based of the zitadel image, and have that include the ability to inject, but then the docs would need updating, and...
Also I do not have permissions to re-open.
Can someone with permissions re-open?
I understand the workaround you are proposing, and I think it makes sense from the perspective of only running one service, that service being zitadel; however I (and I assume...
Also I want to express appreciation for taking the time to read and try to understand the motivation behind the request.
Small update - the [next docker compose release](https://github.com/docker/compose/issues/11179#issuecomment-1808496174) should include the ability to inline template configs, which would provide a good enough file workaround. Though I do still implore you...
If I do get that working alright, I could share an example compose file in a PR to add to the docs.