kitops icon indicating copy to clipboard operation
kitops copied to clipboard

Kit CLI should be able to use same credentials as docker

Open gorkem opened this issue 1 year ago • 2 comments

kit CLI should be able to share the credentials with docker. If a user is authenticated with a registry using docker, they should be able to push to that registry without re-authenticating.

gorkem avatar Apr 13 '24 02:04 gorkem

@gorkem hey I was going through the code, and I fell confused a bit about the issue because it seems to be already implemented cmd.go an example would be nice! would love to help out if this issue has not already been solved.

0hmX avatar Dec 20 '24 18:12 0hmX

This is more about the credential store that kit uses by default. The default credential store for kit is under its own config home. This is different from docker CLI and it is not configurable. kit CLI needs a way to configure the credentials file so that it can be told to use the docker CLI's credentials.

gorkem avatar Dec 20 '24 22:12 gorkem