-
Notifications
You must be signed in to change notification settings - Fork 26
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
CaSS Login #226
Comments
I would be interested in this, too! |
@Lomilar Do you know if there's any traction on adding some sort of requirement that a user be logged-in before creating resources? We're getting slammed atm by fuzz testing that ends up adding a ton of junk to any publicly-accessible CaSS instance and quickly exhausts the machine's storage. I don't mind helping with this implementation if you're all tapped on resourcing atm. |
I can think of a simple configuration option that would enable this, but it would play havoc with all of the editor use cases. https://github.com/cassproject/CASS/blob/master/src/main/server/skyRepo.js#L151 A check there for an environment variable, something like Most of the complexity would be handling that gracefully in the editor. Feel free to contribute via a PR. |
Is there a way to configure CaSS to have an admin account who can view/modify/delete all frameworks?
Additionally, can CaSS be configured to require sign-in order to add/modify/delete frameworks?
The text was updated successfully, but these errors were encountered: