You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depends on the cutover-confirmation issue, and is coordinated with planner's SendGrid teardown.
Remove the SendGrid code path from src/auth.js (SES becomes the only transport; MAIL_TRANSPORT selection collapses with it)
Remove the SENDGRID_API_KEY config var from the auth app
Before revoking the key in SendGrid, check whether it comes from a Heroku SendGrid add-on or a standalone SendGrid account — that decides how it is revoked
Depends on the cutover-confirmation issue, and is coordinated with planner's SendGrid teardown.
src/auth.js(SES becomes the only transport;MAIL_TRANSPORTselection collapses with it)SENDGRID_API_KEYconfig var from the auth appEnd state: auth sends via SES only, no SendGrid dependency in code or config, and the shared standing credential is gone.