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
The cosign login command does not validate the credentials against the registry server and directly puts the credentials into the `/root/.docker/config.json`
The correct behaviour would be to ask for the password via prompt and once the creds are validated, the /root/.docker/config.json file should be updated. This leads to problems when signing the images.
Description
The cosign login command does not validate the credentials against the registry server and directly puts the credentials into the `/root/.docker/config.json`The correct behaviour would be to ask for the password via prompt and once the creds are validated, the /root/.docker/config.json file should be updated. This leads to problems when signing the images.
Version
The text was updated successfully, but these errors were encountered: