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
Right now kwctl reuses the docker credentials to be able to pull and push to OCI registries. However, what if the user doesn't have the credentials for a certain registry?
Acceptance criteria
kwctl keeps looking for the docker credentials, and uses them when available
kwctl login creates its own credential files, with the username/password of the registry that was provided to the login subcommand
The text was updated successfully, but these errors were encountered:
Right now
kwctl
reuses the docker credentials to be able to pull and push to OCI registries. However, what if the user doesn't have the credentials for a certain registry?Acceptance criteria
kwctl
keeps looking for the docker credentials, and uses them when availablekwctl login
creates its own credential files, with the username/password of the registry that was provided to thelogin
subcommandThe text was updated successfully, but these errors were encountered: