-
Notifications
You must be signed in to change notification settings - Fork 20
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
Worker authorization #103
Comments
Note The following contributors may be suitable for this task: whilefoo
rndquu
|
I had in mind that we'd
|
If we verify the signature, only our kernel would be able to run the worker, wouldn't that be enough for authentication? Maybe at this time it would be problematic for |
As far as I understand right now there're no clear specs that the kernel should be able to generate permits. But |
Why don't we just make it redundant for this one off use case? It seems a lot simpler and we don't change that code much if ever. It seems nice that the auth works well for our kernel via GitHub built-ins. It would be a shame to compromise its integrity by trying to mix the use cases for being called by our ui as well. |
Depends on #92
The cloudflare worker implemented in #92 does not have any authentication mechanic.
Right now calling the permit generation worker in a secure way should be supported by:
pay.ubq.fi
worker backendThe text was updated successfully, but these errors were encountered: