Managing users and projects
Objective
OVHcloud Managed Private Registry service provides you a managed Harbor, an authenticated Docker registry where you can privately store your Docker images. This guide will explain how to manage users and projects on your OVHcloud Managed Private Registry service.
Requirements
- An OVHcloud Managed Private Registry (see the creating a private registry guide for more information)
- An access to the Harbor UI to operate the private registry (see the connecting to the UI guide for more information)
Instructions
You can manage projects, users and rights on your private registry by using the Harbor UI.
Creating a new project
A project in Harbor contains all repositories of an application. No images can be pushed to Harbor before the project is created.
There are two types of project in Harbor:
- Public: All users can read from a public Harbor project
- Private: Only users with proper privileges can read from this projects.
Let's create a private project:
-
Create a new project on Harbor UI

-
Call it private and leave the public checkbox unchecked

Keep -1 for the storage quota if you don't want limitations.
After the project is created, you can browse repositories, helm charts, members, labels, scanner, policy, robot accounts, webhooks, logs and configuration using the navigation tab.

Creating a new user and giving it rights on the private project
Now you're going to create a new user and give him developer rights over the private project.
-
Go to the
Userssection of Harbor UI and click onNew user
-
Add a new private-user user. For the e-mail domain, use the domain found in the URL of your Harbor UI

-
The new user is now visible in your Harbor UI

-
Go back to the
Projectssection, choose theprivateproject and in theMemberstab, click on+User
-
Add the private-user as member to the project, and give him a Developer role

The private-user is now a member of the private project.

Go further
To go further you can look at our guide on Creating and using a private image.