Files
authentik/website/integrations/services/harbor/index.md
4d62 d111740f6b website/integrations: all: install -> installation (#12676)
* website/integrations: all: install -> installation

* fix for new integr 

Signed-off-by: 4d62 <git@sdko.org>

---------

Signed-off-by: 4d62 <git@sdko.org>
2025-01-16 16:23:22 -06:00

1.1 KiB

title, sidebar_label
title sidebar_label
Integrate with Harbor Harbor

Harbor

Support level: Community

What is Harbor

Harbor is an open source container image registry that secures images with role-based access control, scans images for vulnerabilities, and signs images as trusted. A CNCF Graduated project, Harbor delivers compliance, performance, and interoperability to help you consistently and securely manage images across cloud native compute platforms like Kubernetes and Docker.

-- https://goharbor.io

Preparation

The following placeholders are used in this guide:

  • harbor.company is the FQDN of the Harbor installation.
  • authentik.company is the FQDN of the authentik installation.

Create an OAuth2/OpenID provider with the following parameters:

  • Client Type: Confidential
  • Redirect URIs: https://harbor.company/c/oidc/callback
  • Scopes: OpenID, Email and Profile
  • Signing Key: Select any available key

Note the Client ID and Client Secret values. Create an application, using the provider you've created above.

Harbor