We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f910c commit 0b1906cCopy full SHA for 0b1906c
docs/configuration/alertmanager-integration/google-managed-alertmanager.rst
@@ -36,8 +36,8 @@ Apply the following Secret in the GMP namespace (default ``gmp-public``). Replac
36
- url: 'https://api.robusta.dev/integrations/generic/alertmanager'
37
http_config:
38
authorization:
39
- # Replace with "<ACCOUNT_ID> <SIGNING_KEY>"
40
- credentials: '<ACCOUNT_ID> <SIGNING_KEY>'
+ # Replace <ACCOUNT_ID> <SIGNING_KEY>, with your account_id and signing_key
+ credentials: 'Bearer <ACCOUNT_ID> <SIGNING_KEY>'
41
send_resolved: true
42
43
route:
0 commit comments