-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Client Certificate Authentication #1106
Comments
@rbkaspr @antechrestos did some great work to add a new flag I am going to get this in next release v0.19.0 I am going to mark this as duplicate of #1100 |
Hi, #1037 does not seem to address the issue that the author describes, I believe this should be re-opened @tejal29 From my understanding the What the author requests is the functionality to inherit or being able to pass a certificate + private key to be used for TLS authentication against the registry endpoint (Client certificate Authentication). |
@Jonher937 is correct, I am asking for information on how to have Kaniko authenticate with a registry using client certificates rather than a username and password, which is something my organization requires. |
@tejal29 Can this issue be reopened, or does Kaniko support this functionality now? |
+1, I too would love the ability to authenticate purely with a certificate without a username-password combination, this might be related to this fixed issue This is mostly because I followed instructions for a quick install trow registry and am able to build and push with certificates stored in Kaniko however does not seem to accept just a certificate and insists on being presented with a username and password authentication scheme to push images into the registry |
Does Kaniko support the concept of authenticating to a secure registry using client TLS certificates?
For reference, looking for something similar to this: https://docs.docker.com/engine/security/certificates/
The text was updated successfully, but these errors were encountered: