- Adds docs for the new bitbucket data center integration + auth - Refactors some of the other integration docs to be consistent with each other and link to the Helm repo where possible
24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
# BitBucket Data Center Auth
|
|
|
|
This page is for configuring auth via BitBucket Data Center (on-prem). If you are using BitBucket Cloud please refer to the docs [here](/ci/recipes/enterprise/on-premise/auth-bitbucket).
|
|
|
|
Before creating your container, your Bitbucket Data Center admin will need to create an "Application Link".
|
|
|
|
## Creating an Application Link
|
|
|
|
Your BitBucket installation admin will need to navigate to their installation settings:
|
|
|
|

|
|
|
|
Then "Application Links":
|
|
|
|

|
|
|
|
And create a new link using the settings below (make sure the callback URL is pointed to your BitBucket installation):
|
|
|
|

|
|
|
|
## Connect your Nx Cloud installation to your new app
|
|
|
|
It's now time to enable auth on NxCloud. Refer to the [auth guide](https://github.com/nrwl/nx-cloud-helm/blob/main/AUTH-GUIDE.md) here for instructions on configuring your Helm values file.
|