website/docs: Reduce redundant usage of badges. Move badge logic to components. - Fix JSX class name warning. - Remove duplicate titles. - Flesh out `support_level` frontmatter.
1.3 KiB
title, sidebar_label, support_level
| title | sidebar_label | support_level |
|---|---|---|
| Integrate with Harbor | Harbor | 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.
Preparation
The following placeholders are used in this guide:
harbor.companyis the FQDN of the Harbor installation.authentik.companyis the FQDN of the authentik installation.
:::note This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
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.
