You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
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.
The text was updated successfully, but these errors were encountered: