-
Notifications
You must be signed in to change notification settings - Fork 32
Credential support for registry mirror #462
Description
How to categorize this issue?
/area security
/kind enhancement
What would you like to be added:
Registry cache supports configuring upstream credentials. For registry mirror, there doesn't seem to be such option. Is this understanding correct?
If so, would it be possible to add credential support for registry mirror? More specifically, we would probably also need AWS IAM authentication for it: #240
Why is this needed:
We are currently working on bringing Kyma to SovCloud. For this, we are transferring images of workloads we deploy to shoots from our public registry to a private cloud registry. Then, when deploying the workloads, we have some custom logic exchanging the host from public to private registry.
We were wondering if this custom logic could be replaced by using the registry mirror extension. We already PoCed and ran into problems regarding the authentication.