Skip to content
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

Update webhook env var in SlackClient #1030

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

malcolmbaig
Copy link
Contributor

Context

This env var hasn't been set for the production app since the AKS migration, and is needed by SlackClient for reporting performance alerts and Zendesk health to Slack.

Changes proposed in this pull request

Secrets for this service are now split into infra and app lists. The infra list contains a Slack webhook URL that is used when database backups fail. We need that same URL in the app list.

In addition to adding SLACK_WEBHOOK to the app secrets via the Azure Portal, this PR simply aligns the name of the env var between the two places in the codebase it is currently used.

Guidance to review

I'll manually test SlackClient on a console once this is merged.

Checklist

  • Attach to Trello card
  • Rebased main
  • Cleaned commit history
  • Tested by running locally

@malcolmbaig malcolmbaig requested a review from a team as a code owner February 21, 2024 15:29
This env var hasn't been set for the production app since the AKS
migration, and is needed by SlackClient for reporting performance alerts
and Zendesk health to Slack.

Secrets for this service are now split into infra and app lists. The
infra list contains a Slack webhook URL that is used when database
backups fail. We need that same URL in the app list.

In addition to adding SLACK_WEBHOOK to the app secrets via the Azure
Portal, this PR simply aligns the name of the env var between the two
places in the codebase it is currently used.
@malcolmbaig malcolmbaig force-pushed the 1786-slack-webhook-fix branch from 1a7e8af to f6556f0 Compare February 21, 2024 15:32
@malcolmbaig malcolmbaig merged commit ca93f99 into main Feb 21, 2024
11 checks passed
@malcolmbaig malcolmbaig deleted the 1786-slack-webhook-fix branch February 21, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants