Skip to content

chore(notification-channels): Make Slack webhook URL fields sensitive #631

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

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

akahenry
Copy link
Contributor

Slack webhook URLs are sensitive according to Slack documentation (https://api.slack.com/messaging/webhooks):

Keep it secret, keep it safe. Your webhook URL contains a secret. Don't share it online, including via public version control repositories. Slack actively searches out and revokes leaked secrets.

This PR makes them sensitive in Terraform as well so they don't get sent to logs and unexpectedly exposed.

Copy link
Collaborator

@dbonf dbonf left a comment

Choose a reason for hiding this comment

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

thanks for this contribution, it makes totally sense, so, lgtm

@dbonf dbonf merged commit 8f2a0a4 into sysdiglabs:master Apr 28, 2025
41 of 45 checks passed
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