-
Notifications
You must be signed in to change notification settings - Fork 67
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
Simpler sign-on process for demo hub #403
Comments
The berkeley workshop hub uses DummayAuthenticator with a simple password. It has restrictions on maximum active users as a way to control cost. I propose we do the same here. |
This is also just for demo.cloudbank.2i2c.cloud, so will mostly just be used by DSEP folks. |
Fine with me - we can always change the password if people are abusing it. I think this hub should generally be "no promises" from us anyway |
Uses a 'database' connector[1] with auth0 to provide username / password authentication. demo.cloudbank.2i2c.cloud is now moved over to this, making it easier for people to give demos. This also removes any current restrictions on who can log in, and opens it up to everyone. We add some resource restrictions to match this. Fixes 2i2c-org#403 [1]: https://auth0.com/docs/connections/database
ok I've actually instead added a signup with username / password + login there. This uses auth0 as well - https://auth0.com/docs/connections/database. @ericvd-ucb @sean-morris Once we switch, users who are currently using the google auth will need to sign up with a username / password to log in. Do you think you can communicate this to them? |
Uses a 'database' connector[1] with auth0 to provide username / password authentication. demo.cloudbank.2i2c.cloud is now moved over to this, making it easier for people to give demos. This also removes any current restrictions on who can log in, and opens it up to everyone. We add some resource restrictions to match this. Fixes 2i2c-org#403 [1]: https://auth0.com/docs/connections/database
Documentation at pilot.2i2c.org also needs to be updated |
Summary
There is a conversation between Eric V, Yuvi and myself regarding allowing a simpler login process to the demo hub for instructors who are wanting to explore how the 2i2c hubs are working.
User Stories
Acceptance criteria
Important information
Tasks to complete
The text was updated successfully, but these errors were encountered: