Skip to content

Commit

Permalink
Create first draft of LaunchDarkly integration in docs (#181)
Browse files Browse the repository at this point in the history
* Create first draft of LaunchDarkly integration in docs

* Make LD integrations page live
  • Loading branch information
jumboduck authored Apr 26, 2024
1 parent ff0d867 commit b483218
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs.kosli.com/content/integrations/launchdarkly.md
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.

0 comments on commit b483218

Please sign in to comment.