Rares Matei 550de60446
docs(nx-cloud): bitbucket data center docs (#26862)
- 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
2024-07-10 09:47:15 -06:00

1.3 KiB

GitLab Auth

Before creating your container, you'll need to create a GitLab app for your organisation.

Creating a GitLab app

From GitLab, click on your profile picture and chose "Preferences":

Step 1

Then "Applications" from the left-hand menu:

Step 2

Give the app a name. The authorization callback is the important bit. It needs to be in this form:

[your-nx-cloud-url]/auth-callback

# for example
https://my.nx-enterprise.url:8080/auth-callback

Important: Ensure there is no backslash at the end of the "Redirect URI" (i.e. it matches the above pattern)

Step 3

Ensure you grant it the "read_user" scope:

Step 4

Click "Save application".

Once you create, keep a note of the Client ID and the Secret:

Step 5

Connect your Nx Cloud installation to your new app

It's now time to enable auth on NxCloud. Refer to the auth guide here for instructions on configuring your Helm values file.