...
A project in Harbor contains all repositories of an application. Images cannot be pushed to Harbor before a project is created. Role-Based Access Control (RBAC) is applied to projects, so that only users with the appropriate roles can perform certain operations.
There are two types of project in Harbor:
...
You get by default only one project:
Private: Only users who are members of the project can pull images, after login with their credentials
...
Info |
---|
Every tenancy gets two projects:
|
You can find all information relative to your projects under Cypher in Morpheus in your tenancy:
...
|
...
secret/container_registry_public_project_name
...
Robot accountaccount
Every tenancy receives user with admin credentials can create a robot account to run operations that can be automated (push/pull) in their tenancy projects. Robot Accounts cannot log in to the Container Registry interface. You can find all information relative to your robot account under Cypher in Morpheus in your tenancy:
...
secret/container_registry_robot_account_name
...
How to use Harbor
Pre-requisite
...