Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use go-logr/logr interface for OCI auth logging #805

Merged
merged 3 commits into from
Aug 24, 2024
Merged

Conversation

stefanprodan
Copy link
Member

Remove the controller-runtime direct dependency from pkg/oci.

@stefanprodan stefanprodan added the area/oci OCI related issues and pull requests label Aug 23, 2024
Copy link
Contributor

@darkowlzz darkowlzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Ran the GCP integration test to exercise the auth change and it worked https://github.com/fluxcd/pkg/actions/runs/10532031187. CI failed due to a timeout from GCR, which has been observed before. All the other tests have passed. This failure on GCR seems almost as if the GCR requests require a cold boot to be served, as the subsequent GCR tests pass.

Left a minor comment about may be an unintended change which can be addressed before merge.

oci/auth/login/login.go Outdated Show resolved Hide resolved
Signed-off-by: Stefan Prodan <[email protected]>
@stefanprodan stefanprodan merged commit e40e7ed into main Aug 24, 2024
12 checks passed
@stefanprodan stefanprodan deleted the oci-logr branch August 24, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oci OCI related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants