-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
hold other things in registry #1929
Comments
aqua supports the following package types.
minio and s3 aren't supported. |
Interesting. Do you develop the SaaS like platform for signing? |
Perfect. Has HTTP for other places at least. so registry can pint to that and it all just works i guess ? I just need to maintain a s3... |
am playing around :) It could be a SAAS or who knows right now.. With Passkeys its somewhat possible to make it peer to peer even for any packages like wasm being delivered on the fly from github release --> server --> GUI. so user can assert a package "passes" into their own devices itself this is partly why i was asking about the Registry Web server and gui. Was just curious about what's possible :) you could integrate passkey auth and i18n and other things into it for on the fly assertion, etc |
There are some http packages. https://github.com/search?q=repo%3Aaquaproj%2Faqua-registry%20%22type%3A%20http%22&type=code Note that the authentication isn't supported at the moment. |
oh yeah forgot about AUTH for http--- Yep will need auth auth token eventually i guess. thanks !! |
I created some issues for Do you know how to pass the auth token? Header or query? |
thanks - no i don't know the QUERYSTRING or HEADER signature for passing the token.. I assumed it was not implemented yet ? It's on your side so i just need to respect it. Maybe just get something working and then we find work it out as we go? |
Yes. aqua doesn't support it. Hmm. It's complicated to authenticate s3 for HTTP request. https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html It may be better to support the package type |
i use aqua and its cool for cli stuff.
So from any CI the build outputs go to aqua
Does aqua have a local / minio / s3 backend FS so that the registry points to a long term storage location ? i guess now it points to the github tagged releases and so is dependent on that. Its just that i want to run a registry and have a backing store that is not dependent on github etc.
The text was updated successfully, but these errors were encountered: