2020-11-15 21:42:02 +00:00
---
title: Harbor
---
2019-12-13 14:36:09 +00:00
2022-06-15 19:31:34 +00:00
< span class = "badge badge--secondary" > Support level: Community< / span >
2019-12-13 14:36:09 +00:00
## What is Harbor
From https://goharbor.io
2020-11-15 21:42:02 +00:00
:::note
2021-10-24 14:44:04 +00:00
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.
2020-11-15 21:42:02 +00:00
:::
2019-12-13 14:36:09 +00:00
## Preparation
The following placeholders will be used:
2022-05-09 19:22:41 +00:00
- `harbor.company` is the FQDN of the Harbor install.
- `authentik.company` is the FQDN of the authentik install.
2019-12-13 14:36:09 +00:00
2020-12-29 19:38:38 +00:00
Create an OAuth2/OpenID provider with the following parameters:
2019-12-13 14:36:09 +00:00
2022-05-09 19:22:41 +00:00
- Client Type: `Confidential`
- Redirect URIs: `https://harbor.company/c/oidc/callback`
- Scopes: OpenID, Email and Profile
2023-05-15 11:43:43 +00:00
- Signing Key: Select any available key
2020-12-29 19:38:38 +00:00
Note the Client ID and Client Secret values. Create an application, using the provider you've created above.
2019-12-13 14:36:09 +00:00
## Harbor
![](./harbor.png)