Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Added Harbor login info to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdchris12 committed Mar 30, 2020
1 parent 2b3c00f commit 819e584
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/using_lagoon/harbor/using_harbor.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[Harbor](https://goharbor.io/) is used as the default package repository for Lagoon when deploying to Kubernetes infrastructure. Harbor provides a docker registry and a container security scanning solution provided by [Clair](https://coreos.com/clair/docs/latest/).

<!-- Add a bit about how to log in to Harbor here once we integrate oidc login for Lagoon users -->
If you are running Lagoon locally, you can access that UI at [localhost:8084](https://localhost:8084/). The username is `admin` and the password is `admin`

Once logged in, the first screen is a list of all repositories your user has access to. Each "repository" in Harbor correlates to a project in Lagoon. (Documentation on how to log in to Harbor will be coming soon!)
![Harbor Projects Overview](projects_overview.png)
**Note:** If you are hosting a site with amazee.io, we do not allow customer access to the Harbor UI within amazee.io's Lagoon.

Once logged in, the first screen is a list of all repositories your user has access to. Each "repository" in Harbor correlates to a project in Lagoon.

![Harbor Projects Overview](projects_overview.png)

Within each Harbor repository, you'll see a list of container images from all environments with a single Lagoon project.

Expand Down

0 comments on commit 819e584

Please sign in to comment.