-
Notifications
You must be signed in to change notification settings - Fork 144
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
Redash mail setup with ses with helm on eks #151
Comments
found this issue in the logs:
Any idea guys how to fix this? |
I see there is this PR that got merged #3137 but not sure which image it got merged to, I tried all versions mentioned below but no luck. 10.1.0.b50633 |
This is the full error
I see there is this PR that got merged #2605 #3137 but not sure which image it got merged to, I tried all versions mentioned below but no luck. 10.1.0.b50633 |
I think I found the issue, I'm passing the secret value as is without encoding it so, redash is trying to decode the un encoded secret and it's getting some random string which it is passing to the app pod. That's the reason the log it generated with some ascii codec issues. |
I'm trying to configure the mail server for redash with ses and the below configuration in my helm chart. I've stored my mail password and username in the
abc-secret
. It's getting deployed successfully but I'm unable to see any of the emails getting triggered for my alerts nor for the invitations. Is there any where I can see the logs related to this mail server in redash to find out what's the issue?I tried checking the logs for all the pods but it's in vain. I'm able to send test mails from my ses so I think no issues with ses I presume.
Could you guys please help me if I miss any configuration or how to trouble shoot this issue.
I tried with port
587
,2465
and still it didn't workThe text was updated successfully, but these errors were encountered: