Skip to main content

LaunchDarkly SDK Key

Description

General

  • Documentation: https://apidocs.launchdarkly.com/reference
  • Summary: LaunchDarkly offers a SaaS to manage feature flags in the lifecycle of a project. Users can integrate their applications with their LaunchDarkly workspace thanks to dedicated SDK. This detector aims at catching SDK keys used to authorize such applications to connect to LaunchDarkly.
  • IPs allowlist: This feature is not mentioned in the API documentation.
  • Scopes: SDK keys can only access read-only SDK-specific resources. They are restricted to a single environment.

Revoke the secret

To revoke the secret, go to the projects section of the concerned account settings. For each environment, SDK keys can be reset.

Check for suspicious activity

This feature is not mentioned in the documentation.

Details for Launch darkly sdk key

  • Family: Api

  • Category: CI/CD

  • Company: LaunchDarkly

  • High recall: True

  • Validity check available: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.16

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- sdk-

Examples

- text: |
client = new LaunchDarklyClient("sdk-cccc8e11-8b28-4166-bd7a-338c59bcddfe");
apikey: sdk-cccc8e11-8b28-4166-bd7a-338c59bcddfe

How can I help you ?