Skip to content
Snippets Groups Projects

Add controllers and frontend for DPoP

Merged Ameya Darshan requested to merge ameya-dpop-ui into master
All threads resolved!
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -314,7 +314,7 @@ You can now create personal access tokens for a service account user with no exp
DETAILS:
**Tier:** Free, Premium, Ultimate
**Offering:** GitLab Self-Managed
**Offering:** GitLab.com, GitLab Self-Managed
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181053) in GitLab 17.9 [with a flag](../../administration/feature_flags.md) named `dpop_authentication`. Disabled by default.
@@ -329,7 +329,7 @@ account, all REST and GraphQL API requests containing a PAT must also provide a
signed DPoP header requires your corresponding private SSH key.
NOTE:
If you enable this feature, all REST and GraphQL API requests without a valid DPoP header fail.
If you enable this feature, all REST and GraphQL API requests without a valid DPoP header fail with a `DpopValidationError`.
Prerequisites:
Loading