Skip to content

Commit 27f9c2c

Browse files
author
thc1006
committed
security: replace Slack webhook URL with example.com placeholder
1 parent 311b0ab commit 27f9c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adapters/vnf-operator/tests/fixtures/monitoring/alertmanager_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44
smtp_from: 'alerts@o-ran.company.com'
55
smtp_auth_username: 'alerts@o-ran.company.com'
66
smtp_auth_password: 'smtp-password'
7-
slack_api_url: 'https://PLACEHOLDER_SLACK_WEBHOOK_URL'
7+
slack_api_url: 'https://hooks.example.com/services/YOUR_TEAM_ID/YOUR_WEBHOOK_ID/YOUR_TOKEN_HERE'
88
resolve_timeout: 5m
99
http_config:
1010
tls_config:

0 commit comments

Comments
 (0)