Connecting Harbor to MinIO Tenant #1760
Unanswered
coffee-time-design
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Lines 271 to 274 in 67eabb4 Hi @coffee-time-design, if you are using existingSecret |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been at it for awhile and I'm at a bit of a loss in terms of connecting Harbor to MinIO.
I have been using docker-registry for awhile and it works, but I wanted the proxy cache feature that Harbor has.
I read a few guides and it seemed pretty straight forward, I built a HA deployment of Harbor, using the helm chart, no issues, no errors, but when I pull an image, like so:
docker pull registry.example.com/docker-proxy/library/hello-world:latest
I get an error about the AWS access key:
I've tried a few dozen different things, but I always seem to get the same response.
The working helm chart of docker-registry uses:
The not so working chart of harbor uses:
I've tested against s3 with the aws cli and it works fine, I'm probably missing something simple...
I just wish I knew what AWS Access Key Harbor was presenting to MinIO, then maybe I could figure it out in reverse.
Beta Was this translation helpful? Give feedback.
All reactions