BitBucket Cloud + Self Hosted OpsLevel

If you use Bitbucket Cloud and would like to use the Bitbucket integration within the application you will need to create a Bitbucket Webhook

In BitBucket

To create a Bitbucket Webhook follow these instructions.

During the process, store the Webhook Secret for use later.

In OpsLevel's Helm Chart

  1. integrations:
      bitbucket:
        enabled: true
        secret:
          create: true
          name: "opslevel-bitbucket"
          webhookSecret: "XXXXXXXXXXXXX"