Skip to content

Commit e4c346a

Browse files
committed
Update GCP Alertmanager webhook config to use simplified TOKEN format
Simplify the credentials placeholder in the webhook configuration from explicit Bearer <ACCOUNT_ID> <SIGNING_KEY> to a single <TOKEN> placeholder with explanatory comment.
1 parent 113312f commit e4c346a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration/alertmanager-integration/google-managed-alertmanager.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Apply the following Secret in the GMP namespace (default ``gmp-public``). Replac
3636
- url: 'https://api.robusta.dev/integrations/generic/alertmanager'
3737
http_config:
3838
authorization:
39-
# Replace <ACCOUNT_ID> <SIGNING_KEY>, with your account_id and signing_key
40-
credentials: 'Bearer <ACCOUNT_ID> <SIGNING_KEY>'
39+
# Replace <TOKEN> with a string in the format <ACCOUNT_ID> <SIGNING_KEY>
40+
credentials: <TOKEN>
4141
send_resolved: true
4242
4343
route:

0 commit comments

Comments
 (0)