Skip to content

Conversation

@celdrake
Copy link
Collaborator

Whenever the users would modify an OCI registry, the credentials were incorrectly included (as they are masked)

The same thing is likely happening for other repository types, but there's a bug in the API and we can't set credentials on those repositories to test it properly. Marking as Draft until the backend bug is fixed.

@coderabbitai
Copy link

coderabbitai bot commented Jan 13, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@celdrake celdrake force-pushed the EDM-3069-patch-credentials-only-if-changed branch from 5a5a811 to 971480f Compare January 13, 2026 10:11
@celdrake celdrake force-pushed the EDM-3069-patch-credentials-only-if-changed branch from 971480f to b953478 Compare January 13, 2026 10:15
if (ociRepoSpec.skipServerVerification !== undefined) {
patches.push({ op: 'remove', path: '/spec/skipServerVerification' });
}
if (ociRepoSpec.scheme) {
Copy link
Collaborator Author

@celdrake celdrake Jan 13, 2026

Choose a reason for hiding this comment

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

scheme and accessMode are not part of the "additionalSettings" field, they are mandatory though they have defauts. S this would have been resetting to the defaults incorrectly.

@celdrake celdrake force-pushed the EDM-3069-patch-credentials-only-if-changed branch from b953478 to 167723e Compare January 13, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant