Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-01-16 12:40:36 +00:00
parent 3d25e02cc0
commit b10ee29561
93 changed files with 1424 additions and 462 deletions

View File

@ -264,7 +264,7 @@ sync in data that are subject to change and control access to some GitLab featur
### AI gateway
AI gateway is able to issue UJWTs which are meant for users to directly communicate with the AI gateway,
i.e. not having to make a call to a GitLab instance first. This is in addition to using a IJWT.
that is not having to make a call to a GitLab instance first. This is in addition to using a IJWT.
Only GitLab instances can request a UJWT, which is done by making a request with the IJWT.
AI gateway will then return a short-lived UJWT that the instance can pass over to the user.
The client can use this UJWT to directly communicate with the AI gateway.

View File

@ -133,7 +133,7 @@ As an example, the feature is delivered as a stand-alone service called `new_fea
- Provided parameters such as user, namespace or extra claims would be ignored for Self managed instances.
Refer to [this section](#the-new-feature-is-introduced-through-the-existing-backend-service) to see how custom claims are handled for self-managed instances.
The **backend service** (i.e. Ai Gateway) must validate this token and any scopes it carries when receiving the request.
The **backend service** (AI gateway) must validate this token and any scopes it carries when receiving the request.
1. If you need to embed additional claims in the token specific to your use case, you can pass these
in the `extra_claims` argument.