Bitbucket
Overview
Firefly integrates with Bitbucket to connect your infrastructure code repositories with your cloud resources. This integration enables powerful features like tracing cloud resources back to their defining code ("Jump to Code") and automatically creating Pull Requests for newly codified resources and drift remediation.
Prerequisites
A Bitbucket account with access to your infrastructure repositories
Appropriate permissions to create App passwords
Repositories containing Terraform, CloudFormation, or other IaC files you want to connect to Firefly
Setup Procedure
Integrate Bitbucket Cloud
Log in to your Bitbucket account
Select Settings > Personal Bitbucket settings
In the left pane, select App passwords
Select Create app password
Enter a Label and add the following scopes:
repositories:read
repositories:write
pullrequest:write
pullrequest:read
account:read
Select Create and copy the password
In Firefly, select Settings > Integrations > + Add new > Bitbucket
Enter the required information and paste the app password into the App Password box
Select Next
Integrate Bitbucket Data Center
Log in to your Bitbucket Data Center account
From the top-right corner, select Settings > Personal Bitbucket settings > App passwords > Create app password
Enter a Label and add the following scopes:
repositories:read
repositories:write
pullrequest:write
pullrequest:read
account:read
Select Create and copy the password
In Firefly, select Settings > Integrations > + Add new > Bitbucket
Enter the domain for your Bitbucket Data Center instance and paste the app password into the App Password box
Select Next
Features Enabled
Jump to Code: Trace resources in your cloud inventory back to the Bitbucket file and specific line that defines them
Automated Pull Requests: When Firefly codifies an unmanaged resource, it can commit the new infrastructure code as a Pull Request
IaC Tracking: Firefly maintains awareness of which resources are defined in code and which are not
Drift Remediation: Firefly can detect drift between the code and the actual resources and create a Pull Request to fix it
Best Practices
Consider creating a dedicated Bitbucket user or bot account for Firefly to make tracking its contributions easier
Ensure the app password has appropriate permissions to create Pull Requests
Regularly review Pull Requests created by Firefly
For Bitbucket Data Center, ensure the domain URL is correct
Troubleshooting
For authentication issues:
Verify Bitbucket credentials and permissions
Check if the app password has expired or been revoked
Ensure the app password has the correct scopes
For repository access issues:
Verify the integration has access to the required repositories
Check workspace permissions if applicable
Review Firefly integration logs
Last updated
Was this helpful?