Skip to content

Commit 14ad76c

Browse files
authored
Merge pull request #1191 from dkess/string-secret
Change strings to secrets in alertmanager config docs
2 parents f785fe9 + cd67fa3 commit 14ad76c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/alerting/configuration.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ global:
8080
[ smtp_require_tls: <bool> | default = true ]
8181

8282
# The API URL to use for Slack notifications.
83-
[ slack_api_url: <string> ]
84-
[ victorops_api_key: <string> ]
83+
[ slack_api_url: <secret> ]
84+
[ victorops_api_key: <secret> ]
8585
[ victorops_api_url: <string> | default = "https://alert.victorops.com/integrations/generic/20131114/alert/" ]
8686
[ pagerduty_url: <string> | default = "https://events.pagerduty.com/v2/enqueue" ]
87-
[ opsgenie_api_key: <string> ]
87+
[ opsgenie_api_key: <secret> ]
8888
[ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ]
8989
[ hipchat_api_url: <string> | default = "https://api.hipchat.com/" ]
9090
[ hipchat_auth_token: <secret> ]

0 commit comments

Comments
 (0)