Skip to content
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 authenticated interactions with the Registry #1123

Open
f-f opened this issue Nov 23, 2023 · 0 comments
Open

Implement authenticated interactions with the Registry #1123

f-f opened this issue Nov 23, 2023 · 0 comments

Comments

@f-f
Copy link
Member

f-f commented Nov 23, 2023

Spago should be able to deal with package transfers, and unpublishing package versions.
This requires us to implement the authentication mechanism described in the registry spec

We'd add new spago registry transfer and spago unpublish commands to execute these operations, and we'll need to implement the SSH auth bits that power these interactions. It will also require implementing the owner key in the config (see purescript/registry-dev#594).

We'll need to use the ssh2 package to implement all this - we already depend on it in fact, and it's included in the bundle already, so that part is done at least.

@f-f f-f added this to the spago-next alpha bugs milestone Nov 23, 2023
@f-f f-f removed the help wanted label Dec 23, 2023
@f-f f-f self-assigned this Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant