-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated secrets do not work well with sed #14
Comments
Thanks for the feedback! Indeed, the way we template secrets is not ideal and does not cover all cases. We tried to find the easiest solution that everyone would have already installed but that may not be the best choice long term. Maybe we should look at a real template language. |
Yes, I guess some template language could help. |
That sounds good to me, but might entail some new dependencies. |
Note for later: revert #15 when done. |
I followed your instructions and synapse generated a secret which would not work well with
sed
in the makefile.Namely, I got a
synapse_macaroon_secret_key
likeabc&def
. Seems like sed does not like the&
in there.Unfortunately I do not know enough about sed to fix this.
Anyways, I could still run everything by simply generating new secrets which did not contain any
&
.Thanks for the great project!
The text was updated successfully, but these errors were encountered: