mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvements: nits and remove console log
This commit is contained in:
@@ -103,8 +103,6 @@ export const registerSecretScanningV2Webhooks = async (server: FastifyZodProvide
|
||||
|
||||
if (!dataSourceId) return res.status(400).send({ message: "Data Source ID is required" });
|
||||
|
||||
console.log("111");
|
||||
|
||||
await server.services.secretScanningV2.bitbucket.handlePushEvent({
|
||||
...(req.body as TBitbucketPushEvent),
|
||||
dataSourceId,
|
||||
|
||||
@@ -6,7 +6,7 @@ description: "Learn how to configure a Bitbucket Connection for Infisical."
|
||||
Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbucket-cloud/docs/api-tokens/) to connect with Bitbucket.
|
||||
|
||||
<Tip>
|
||||
Infisical recommends creating a dedicated Bitbucket account with access restricted to only the repositories you want to scan.
|
||||
Infisical recommends creating a dedicated Bitbucket account with access restricted to only the resources your use case requires.
|
||||
</Tip>
|
||||
|
||||
## Create Bitbucket Access Token
|
||||
@@ -26,8 +26,8 @@ Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbuck
|
||||
Keep in mind that you'll need to manually replace the token after it expires.
|
||||
</Note>
|
||||
</Step>
|
||||
<Step title="Select 'Bitbucket'">
|
||||
Select 'Bitbucket' and then click **Next**.
|
||||
<Step title="Select Bitbucket">
|
||||
Select **Bitbucket** and then click **Next**.
|
||||
|
||||

|
||||
</Step>
|
||||
@@ -49,7 +49,7 @@ Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbuck
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
Click 'Next'.
|
||||
Click **Next**.
|
||||
|
||||
</Step>
|
||||
<Step title="Copy Token">
|
||||
@@ -70,7 +70,7 @@ Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbuck
|
||||

|
||||
</Step>
|
||||
<Step title="Select Bitbucket Connection">
|
||||
Click the **Add new connection** button and select 'Bitbucket' from the list of available connections.
|
||||
Click the **Add new connection** button and select **Bitbucket** from the list of available connections.
|
||||
</Step>
|
||||
<Step title="Fill out the Bitbucket Connection Modal">
|
||||
Complete the Bitbucket Connection form by entering:
|
||||
|
||||
Reference in New Issue
Block a user