Skip to content
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

Kit CLI should be able to use same credentials as docker #213

Open
gorkem opened this issue Apr 13, 2024 · 2 comments
Open

Kit CLI should be able to use same credentials as docker #213

gorkem opened this issue Apr 13, 2024 · 2 comments
Labels
enhancement New feature or request hacktoberfest

Comments

@gorkem
Copy link
Contributor

gorkem commented Apr 13, 2024

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 gorkem added the enhancement New feature or request label Apr 13, 2024
@cu8code
Copy link

cu8code commented Dec 20, 2024

@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.

@gorkem
Copy link
Contributor Author

gorkem commented Dec 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants