Replies: 2 comments 2 replies
-
I second the exact steps of implementation in the order you have placed them. Starlark will be the easiest to implement, I assume. This will give us the ability to secure networks as we are used to in dev with env variables. Simply being able to explicitly define restriction by email domain or github email(s) would provide us what we need. Seems like a sound implementation order otherwise. |
Beta Was this translation helpful? Give feedback.
1 reply
-
have you seen cloud wasm https://wasmcloud.com? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, our authentication relies solely on a provider (GitHub). We need to develop a framework to support more advanced authentication methods.
Proposal:
By default, a newly created cloud instance will be restricted and will not permit any authentication.
Core Features:
Considerations:
Authentication Process:
When an authentication request is made, the authentication node will verify the correct workflow against the key-value database.
Beta Was this translation helpful? Give feedback.
All reactions