environments/base>variables.yml: Add authentication for Docker proxy …#344
Open
irt-shpc wants to merge 2 commits into
Open
environments/base>variables.yml: Add authentication for Docker proxy …#344irt-shpc wants to merge 2 commits into
irt-shpc wants to merge 2 commits into
Conversation
m-bull
requested changes
Jun 18, 2026
| - registry_url: "registry.{{ ingress_base_domain }}.dockerhub-public" | ||
| basic_auth: | ||
| username: admin | ||
| password: "{{ harbor_admin_password }}" |
Contributor
There was a problem hiding this comment.
I think ideally we'd use a less privileged user here, as this is written to disk on every node of every CAPI cluster that is deployed by this Azimuth and would be trivial for a user to find and use to have full admin access to the Azimuth central Harbor.
I think we can create a password for a user with just pull rights to the dockerhub proxycache project in https://github.com/azimuth-cloud/azimuth-config/blob/devel/bin/generate-secrets, then create the user using tasks in azimuth-ops and finally splat the registryAuth into the capi-operator values.
Contributor
Author
There was a problem hiding this comment.
Added a proxy user to harbor
Add authentication for the Harbor hosted proxy for `docker.io`. PLAT-1106
Generate a password for the Docker hub proxy user. PLAT-1106
40b9c87 to
425f7da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…registry
Add authentication for the Harbor hosted proxy for
docker.io.PLAT-1106
This is the partner of PR #1259 in ansible-collection-azimuth-ops and requires that change to correctly provision a cluster