-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
kind:featureFeature RequestsFeature Requestspending-responsestaleStale PRs per the .github/workflows/stale.yml policy fileStale PRs per the .github/workflows/stale.yml policy file
Description
Description
Allow configuring SendGrid using secrets backend
Use case / motivation
Right now to configure SendGrid one has to set
SENDGRID_MAIL_FROM={your-mail-from}
SENDGRID_API_KEY={your-sendgrid-api-key}
However, one GCP that would mean that the variables need to be added in the UI.
Instead of reading the configs from OS env vars (os.environ.get) the configs should be read as a Variable so that a secrets backend can be used to store them.
Are you willing to submit a PR?
Yes
Related Issues
Metadata
Metadata
Assignees
Labels
kind:featureFeature RequestsFeature Requestspending-responsestaleStale PRs per the .github/workflows/stale.yml policy fileStale PRs per the .github/workflows/stale.yml policy file