Comment from Ziming about access to non-harbor endpoints

This commit is contained in:
Stuart Clements 2019-09-11 12:10:05 +02:00
parent ddc602b036
commit 024642b05c
1 changed files with 4 additions and 0 deletions

View File

@ -186,6 +186,10 @@ To replicate image repositories from one instance of Harbor to another Harbor or
1. Enter the Access ID and Access Secret for the endpoint registry instance.
Use an account that has the appropriate privileges on that registry, or an account that has write permission on the corresponding project in a Harbor registry.
- **NOTES**:
- AWS ECR adapters should use access keys, not a username and password. The access key should have enough permission such as storage permission.
- Google GCR adapters should use the entire JASON key generated in the service account. The namespace should start with the project ID.
1. Optionally, select the **Verify Remote Cert** check box.
Deselect the check box if the remote registry uses a self-signed or untrusted certificate.