Closed
Description
New requirement:
Current deployment architecture:
- Dev/Test harbor instance
- Prod harbor instance
Some users want to configure replication policy from Dev/Test to Prod, but don't want to do this in their Dev/Test side, as Dev/Test should not have the permission to replicate images to Prod.
So they want to only allow users login to Prod harbor instance, configure replication policy on Prod side, and then pull(replicate) the images from Dev/Test harbor instance.
Can we support this requirement?
Thanks!