Skip to content

Commit bfe9ae6

Browse files
committed
updated comment
1 parent 4b06cf9 commit bfe9ae6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/configuration/alertmanager-integration/launchdarkly.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,16 @@ In LaunchDarkly:
6060
Alternative: Using Headers Instead of URL Parameters
6161
--------------------------------------------------
6262

63-
If you're using a third-party service that can forward requests, you can alternatively configure the webhook to use headers instead of URL parameters:
63+
Including API keys in URLs can expose them in logs, browser history, and monitoring tools. A more secure approach is to send the key in the request headers whenever possible.
6464

65-
- **URL**: ``https://api.robusta.dev/integrations/generic/launchdarkly``
66-
- **Headers**: These are the headers to configure:
65+
If you’re using a third-party service that supports custom headers, configure the webhook like this:
66+
67+
- **URL**: ``https://api.robusta.dev/integrations/generic/launchdarkly?account_id=YOUR_ACCOUNT_ID_HERE``
68+
- **Headers**:
6769

6870
.. code-block:: http
6971
7072
Authorization: Bearer <api-key>
71-
account-id: <account_id>
7273
7374
7475
What Gets Tracked

0 commit comments

Comments
 (0)