[BUG]: GlitchTip SMTP URL parsing error
kosmoz opened this issue · 0 comments
kosmoz commented
Checklist
- I've searched for similar issues and couldn't find anything matching
- I've included steps to reproduce the behavior
Glasskube Version
No response
Kubernetes Version
No response
Host OS and its Version
No response
Steps to reproduce
Create a GlitchTip resource with SMTP configured (the username or password must contain a character that would have to be URL encoded
Expected behaviour
GlitchTip starts, SMTP works
Actual behaviour
GlitchTip does not start
Additional Information
GlitchTip concats the SMTP variables into a SMTP URL which is later parsed. This parsing step fails, because the username/password are not URL-encoded.