-
-
Notifications
You must be signed in to change notification settings - Fork 150
9.1: install fails due to mail.use-tls setting #163
Comments
The similar issue, but with 'mail.from' field. The docker sentry installation procedure is broken. |
Thanks for bringing his up. I’m going to look into this. |
Checked the same process for 9.0 - all working as expected. |
I was able to work around it by using the regular image now that AWS has shipped secrets management in Fargate but it seems like this should work either way.
|
I had the Removing the following lines solved the issue: docker-sentry/9.1/sentry.conf.py Lines 258 to 266 in 4b3fad4
docker-sentry/9.1/sentry.conf.py Line 270 in 4b3fad4
Not sure if all of it was necessary. It's possible only line 270 needed to be removed. |
I wonder why we're binding default values in docker vs forcing you to configure it via the UI when it's not setup from the environment.. seems backwards from any other way we'd suggest to install it. |
Will be fixed in 9.1.1 which we're hoping to get out later today. |
Can this fix be uploaded to Dockerhub please? I am trying to use the onpremise docker scripts, but this bug is preventing me from installing. I attempted to build the new docker image, but got a gpg failure. Thanks! |
We do not control the speed at which Docker publishes new version: |
Ok, thanks for the info! |
I spun up a fresh install of a custom onbuild deployment of 9.1 and it's failing with this exception:
AssertionError: u'mail.use-tls' cannot be changed at runtime because it is configured on disk
Changing the value of SENTRY_EMAIL_USE_TLS does not appear to have an effect. This is almost the verbatim onbuild module except that it adds a wrapper which populates the environment from AWS SSM values (working around FarGate design limitations).
The text was updated successfully, but these errors were encountered: