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

enable cloudbuster messaging on CODE/PROD #1304

Merged
merged 1 commit into from
Oct 18, 2024
Merged

enable cloudbuster messaging on CODE/PROD #1304

merged 1 commit into from
Oct 18, 2024

Conversation

NovemberTang
Copy link
Contributor

What does this change?

Allow cloudbuster to contact teams about new FSBP vulnerabilities

Why?

So they can act on them in a timely manner

@NovemberTang NovemberTang requested review from a team as code owners October 17, 2024 16:08
@@ -34,7 +34,7 @@ export async function getConfig(): Promise<Config> {
stage,
databaseConnectionString: getDatabaseConnectionString(databaseConfig),
withQueryLogging: isDev,
enableMessaging: false, //!isDev,
enableMessaging: !isDev,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on PROD, it sends messages to the teams, on CODE, it sends messages to the anghammarad test channel

Copy link
Contributor

@tjsilver tjsilver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@NovemberTang NovemberTang merged commit 0e99868 into main Oct 18, 2024
7 checks passed
@NovemberTang NovemberTang deleted the nt/enable-cb branch October 18, 2024 10:34
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