This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/docs/integrations/services/harbor/index.md

31 lines
944 B
Markdown
Raw Normal View History

---
title: Harbor
---
2019-12-13 14:36:09 +00:00
## What is Harbor
From https://goharbor.io
:::note
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 Incubating project, Harbor delivers compliance, performance, and interoperability to help you consistently and securely manage images across cloud native compute platforms like Kubernetes and Docker.
:::
2019-12-13 14:36:09 +00:00
## Preparation
The following placeholders will be used:
- `harbor.company` is the FQDN of the Harbor install.
- `passbook.company` is the FQDN of the passbook install.
2019-12-13 14:36:09 +00:00
Create an application in passbook. Create an OpenID provider with the following parameters:
2019-12-13 14:36:09 +00:00
- Client Type: `Confidential`
- Response types: `code (Authorization Code Flow)`
- JWT Algorithm: `RS256`
- Redirect URIs: `https://harbor.company/c/oidc/callback`
- Scopes: `openid`
## Harbor
![](./harbor.png)