You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current user authentication architecture allows user to have only one keypair at once. Let's extend this architecture so that we can let users create multiple keypairs for a single account.
We can split this issue to smaller chunks, like:
manager: let main keypair (the one generated when creating user) as a "default keypair" to user, and use it as a login credential when logging in to Backend.AI WebUI with session mode
manager: add API to support arbitrary keypair creation/removal
limit additional keypairs not to have resource limits bigger than default keypair
Main idea
Our current user authentication architecture allows user to have only one keypair at once. Let's extend this architecture so that we can let users create multiple keypairs for a single account.
We can split this issue to smaller chunks, like:
limit additional keypairs not to have resource limits bigger than default keypairSide-effects of keypair-based resource policy
Tasks
main_access_key
#1775users
table intoidentities
anduser_profiles
#1783The text was updated successfully, but these errors were encountered: