Configure Bitbucket credentials
Bitbucket configuration requires "User Name" and "Access Token".
Bitbucket supports two types of access tokens depending on the access privileges. There are two types of tokens that can be generated based on your access rights to Bitbucket.
Creating App password
Refer Bitbucket Docs to learn about creating App password.
Go to bitbucket.org.
Go to your repository.
Select the Settings cog in the upper-right corner of the top navigation bar.
Under Personal settings, select Personal Bitbucket settings.
On the left sidebar, select App passwords.
Select Create app password, select permissions and save.
Set the "User Name" in Lineaje configuration to your Bitbucket username. Please note that bitbucket username may not be the same as your email id.
Add the newly generated token as "Access Token" in Lineaje configuration.
Creating Access Tokens
Refer Bitbucket Docs to learn about creating Repository/Project/Workspace Access Tokens and creating the repository tokens.
Go to bitbucket.org.
Go to your repository.
Click Repository Settings.
Select Access tokens.
Press Create Repository Access Token.
Create a token name.
Select the repository token permissions.
Click the Create button.
Copy the token and save it somewhere memorable. The token will be inaccessible once you leave the page.
As per the Bitbucket docs, set the "User Name" to "x-token-auth" in Lineaje configuration.
Add the newly generated token as "Access Token" in Lineaje configuration.
Last updated