Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-01-15 09:37:47 +00:00
parent a009356633
commit 8936551eb6
142 changed files with 553 additions and 375 deletions

View File

@ -230,7 +230,7 @@ To add a new unit primitive, follow [Register new feature for Self-Managed, Dedi
#### CustomersDot configuration
For GitLab Dedicated and GitLab Self-Managed instances we are delegating trust to the CustomersDot, the access token issuer.
For GitLab Dedicated and GitLab Self-Managed we are delegating trust to the CustomersDot, the access token issuer.
The configuration is located in [`cloud_connector.yml`](https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/main/config/cloud_connector.yml),
and represents an almost exact copy of the GitLab.com configuration.

View File

@ -38,7 +38,7 @@ because we do not currently have interfaces in place to self-service this.
#### Register the new feature in the JWT issuer
- For GitLab Dedicated and GitLab Self-Managed instances, the CustomersDot is the **JWT issuer**.
- For GitLab Dedicated and GitLab Self-Managed, the CustomersDot is the **JWT issuer**.
- For GitLab.com deployment, GitLab.com is the **JWT issuer**, because it's able to [self-sign and create JWTs](architecture.md#gitlabcom) for every request to a Cloud Connector feature.
#### Register new feature for Self-Managed, Dedicated and GitLab.com customers