Conversation
|
@ChristophWaldleitner is attempting to deploy a commit to the CodesWhat Team on Vercel. A member of the Team first needs to authorize it. |
|
The PR is currently targeting the wrong branch. Can you change the target branch of the PR if a new feature branch has been created? Else I will create a new PR with the correct target branch. |
217a611 to
18c64a9
Compare
|
Hey @Waler — thanks for the contribution! Great feature idea, mTLS support has been requested a few times. We went ahead and incorporated this into the upcoming rc.12 release with your Co-Authored-By credit. A few things we fixed along the way:
Commit: 074fc4b — you're listed as co-author. Closing this PR since the changes are merged into |
|
Hey @s-b-e-n-s-o-n , I found some of the mistakes myself while implementing the tests and I'm now very excited to see, how you did it. Thanks for reviewing, fixing and merging the PR :) |
Add CLIENTCERT and CLIENTKEY configuration options for self-hosted registries that require mutual TLS authentication. Both options must be provided together (enforced by Joi .and() constraint). Supported registries: artifactory, custom, forgejo, gitea, harbor, nexus. Based on #135 by @Waler with fixes: - Fixed config key check (certfile → clientcert) - Fixed typo (mutal → mutual) - Added Custom registry schema support (was missing) - Added full test coverage for mTLS agent and schema validation Co-Authored-By: Waler <Waler89@googlemail.com>
Add CLIENTCERT and CLIENTKEY configuration options for self-hosted registries that require mutual TLS authentication. Both options must be provided together (enforced by Joi .and() constraint). Supported registries: artifactory, custom, forgejo, gitea, harbor, nexus. Based on #135 by @Waler with fixes: - Fixed config key check (certfile → clientcert) - Fixed typo (mutal → mutual) - Added Custom registry schema support (was missing) - Added full test coverage for mTLS agent and schema validation Co-Authored-By: Waler <Waler89@googlemail.com>
No description provided.