Configuration of Harbor Registry
If the Harbor Registry is well installed, you can access it via the link https://myHaborDomainName, replacing myHaborDomainName
with the DNS of your Harbor Registry.
The default username is admin and the default password is Harbor12345.
You can create new users and new projects, but we will use the default project library and default user credentials. The most important thing to configure is the link to the App Store webhook. Once you have clicked on the library project, click on the webhooks tab where you need to specify a name
and the endpointURL
of the App Store, which should be in the following format: http://YourAppStoreDomainName/api/webhook/registry.
It follows a step-by-step explanation:
-
Login to the registry with your username and password.
-
Click on Projects. Then click on library, as the default project in the registry. You can also create another project.
-
Click on Webhooks to create a new webhook to the App Store.
-
Choose NEW Webhook. Add a name and an endpoint URL. The endpoint URL should have the following format:
<appstoreURL>/api/webhook/registry
. Change Notify Type tohttp
. Adjust the other inputs as needed.