Skip to content

Introduce BeyondIdentity integration to verify GPG keys

Igor Drozdov requested to merge id-beyond-identity-spike into master

What

BeyondIdentity is an instance level integration. When it's activated, only the GPG keys that were issued by BeyondIdentity service are accepted.

Related issue: [MVC] Beyond Identity integration (#431433 - closed)

Why

It requires small changes to introduce a new integration into our existing Integrations mechanism: https://docs.gitlab.com/ee/user/project/integrations/index.html

Screenshot_2023-11-13_at_18.35.37

  • Introduces a new Integration that automatically provides the UI for setting it up on instance level
  • Reject a GPG key if it hasn't been issued by Beyond Identity Authenticator

Screenshot_2024-01-17_at_14.36.13

Edited by Igor Drozdov

Merge request reports