Before creating your container, you'll need to create a GitLab app for your organisation.
Creating a GitLab app
Section titled “Creating a GitLab app”From GitLab, click on your profile picture and chose "Preferences":
Then "Applications" from the left-hand menu:
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 examplehttps://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)
Ensure you grant it the "read_user
" scope:
Click "Save application".
Once you create, keep a note of the Client ID and the Secret:
Connect Your Nx Cloud Installation to Your New App
Section titled “Connect Your Nx Cloud Installation to Your New App”Contact your developer productivity engineer to connect your Nx Cloud instance to the newly created GitLab app.