-
Notifications
You must be signed in to change notification settings - Fork 84
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
[Feature] notation login #119
Comments
Current notation CLI has only a very basic auth / credential module. This will eventually be resolved by moving to the oras-go library. |
@shizhMSFT will you be able to integrate this into RC1? |
Login functionalities are currently not present in |
@shizhMSFT were you able to look into #170, basic auth with |
Yes, a new release of |
Just clarifying, a new release of |
@binbin-li Could you ack this item as you are working on this? |
acked |
Other than 2fa - it seems this work is complete and we can close this item out? @binbin-li @SteveLasker |
If someone has tried the experience, as opposed to reviewing PRs, I'm happy to close. I'm not suggesting |
The current notation cli supports
-u / -p
for each command. However, having to provide the username/password for each command is tedious at best.Alternatively, cli commands provide a
notation login -u -p
type of experience where the subsequent commands can forgo having to provide the commands each time.Ideally, this would be provided by the
oras-go
library, and notation just benefits from that common experience.The text was updated successfully, but these errors were encountered: