-
Notifications
You must be signed in to change notification settings - Fork 131
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
Implement auth and transfer commands #1298
Conversation
Absolutely no problem, I assumed it would be this way. I'm happy to keep rebasing until it's time. |
I'm afraid it'll take me a few days to review though. This is quite large. |
Of course happy to have @thomashoneyman's review as well here if it doesn't take away time from other things 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! I don't know if I have enough fresh context on Spago to give an approval, but everything seems reasonable. Just a couple comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fluffy!
Co-authored-by: Thomas Honeyman <admin@thomashoneyman.com>
Co-authored-by: Fyodor Soikin <name.fa@gmail.com>
Co-authored-by: Fyodor Soikin <name.fa@gmail.com>
Co-authored-by: Fyodor Soikin <name.fa@gmail.com>
Co-authored-by: Fyodor Soikin <name.fa@gmail.com>
We fix #1123 by adding the
auth
andregistry transfer
commands, to allow for authenticated interactions with the Registry. Theunpublish
command is still unimplemented, but it should be easy now that the rest of the scaffolding is in place.This PR includes a whole set of tests to verify that things do what they should, and docs to inform users how the authenticated flow looks like.
@fsoikin I intend to merge this before #1296 since I've been rebasing it for months already and I'd love to not have to do it once more 😄
(this fixes #1294 as well)