-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create first draft of LaunchDarkly integration in docs (#181)
* Create first draft of LaunchDarkly integration in docs * Make LD integrations page live
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: LaunchDarkly | ||
bookCollapseSection: false | ||
weight: 340 | ||
--- | ||
# LaunchDarkly in Kosli | ||
|
||
LaunchDarkly feature flag changes can be tracked in [Kosli trails](/getting_started/trails/). | ||
|
||
## Setting up in Kosli | ||
|
||
To set up the integration, navigate to the LaunchDarkly integration page of your org in the [Kosli app](https://app.kosli.com/). | ||
|
||
![Kosli App LaunchDarkly Integration page](/images/launchdarkly-integration.png) | ||
|
||
After switching on the integration, you will be provided with a webhook and a secret. | ||
|
||
## Setting up in LaunchDarkly | ||
|
||
You're now just a few steps away from connecting LaunchDarkly to Kosli. | ||
In [LaunchDarkly](https://app.launchdarkly.com/): | ||
- Navigate to the "Integrations" tab | ||
- Create a new webhook integration | ||
- Enter the webhook url and secret in the relevant fields | ||
- Add policy statements for flags and environments for which you'd like to send information Kosli. By leaving these policy statements blank, all flag changes in all environments will report back to Kosli. | ||
- Save the settings | ||
|
||
## Testing the integration | ||
|
||
To make sure the integration is configured properly, switch a feature flag on or off. | ||
The first time a flag is changed in a LaunchDarkly environment, a [Flow](/getting_started/flows/) will be created in Kosli titled `launch-darkly-<your_environment_name>`, and inside this flow a trail will be created named after the name of your feature flag. | ||
All changes to this flag will be found in the trail. | ||
Subsequently, any change to a feature flag in this environment will be tracked in the appropriate trail. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.