You are here:
Give a Bitbucket Git Repository Access to IDX Workbench (Managed Package)
For the managed package runtime, you can give IDX Workbench access to a Bitbucket repository using a password.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
- Go to Bitbucket in your browser.
-
Click the icon with your initials and select Bitbucket
settings.

-
Under ACCESS MANAGEMENT, click App passwords.

- Click Create app password.
- For the Label, specify VlocityDX.
-
Under Repositories, check the level of access you have to the repository.
For example, if you have write access, check Write.

- Click Create.
-
Copy the displayed password to a place from which you can copy it again, such as a
text file.

- Go to the repository you want to use as the Source.
- Click Clone.
- In the Clone this repository dialog, change SSH to HTTPS.
-
Copy the URL to a place from which you can copy it again, such as a text file. It
should look something like this:
https://username@bitbucket.org/company/reponame.git -
Edit the URL to add a colon and the password after the username. For example:
https://username:rCcrFYhXY4rSrxLaW8HV@bitbucket.org/company/reponame.gitThis is the URL you will paste into the Clone from Git Repository URL field when you create the Repository used as the Source.
- Click Close.

