jozu-ai / kitops

Tools for easing the handoff between AI/ML and App/SRE teams.
https://KitOps.ml
Apache License 2.0
339 stars 34 forks source link

Add an option to authenticate via client certificate #401

Closed notniknot closed 2 months ago

notniknot commented 2 months ago

Describe the problem you're trying to solve It should be possible to use a personal client certificate (https://en.wikipedia.org/wiki/Client_certificate) for a reverse proxy in order to reach the image registry (Artifactory).

Describe the solution you'd like Add a flag to specify a client cert for authentication and/or look for an envrionment variable that specifies the path to said certificate.

Additional context At our company we cannot use KitOps from our local development environments because of the reverse proxy.

amisevsk commented 2 months ago

Hi @notniknot, I've opened PR https://github.com/jozu-ai/kitops/pull/402 that hopefully addresses your issue -- if you have a chance to take a look, your feedback would be appreciated!