Add option to authenticate against image repository #1035
Labels
committime-exporter
Related to the committime exporter
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Feature description
[commit time exporter]
Feature request is to add authentication against image registry for the container image type of exporter.
With #1030 we allow to run skopeo against self signed SSL registry endpoints by using cluster certificate mounted to the pod, however some registries requires authentication on top of SSL.
Possibly the ideal solution is to allow injecting
auth.json
so multiple registries can be added that requires authentication.Because one running exporter instance may serve auth and non-auth images, it would be great if the fallback is to check without auth.
How this will help you
With skopeo image exporter type the auth will greatly improve usability in the env where registries are configured to use auth.
Feature priority
⌛ It will greatly improve my experience using Pelorus
Code of Conduct
The text was updated successfully, but these errors were encountered: