-
Notifications
You must be signed in to change notification settings - Fork 328
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
Offline login? #124
Comments
@toringe: Sorry for the delay in responding. Currently there is no local database for admin authentication. This has come up before, though. Out of curiosity, would you be interested in an authentication mechanism that could hook into some other internal-only authentication system (eg, via something like SAML, CAS, LDAP, ActiveDirectory, etc)? Or would you prefer to have the API Umbrella admin have it's own standalone user database? |
Hi Nick. I am no advocate of local user dbs, but an operations principle I like to However, LDAP or AD integration would solve the issue. And would make PS: I did notice a few js libs being remotely referenced, this would also Thanks for getting back to me. Tor Inge Skaar On Mar 19, 2015 10:25 PM, "Nick Muerdter" [email protected] wrote:
|
Good point on the external JS libraries. Yeah, if you're looking for a completely offline solution, I think our main external dependency in the admin is Google Charts for the analytics graphs. I believe all the other pieces of the admin should work without an internet connection, though (but I haven't looked super closely). Replacing Google Charts for the analytics graphs is doable, but would require some additional work. One option that's been on my radar if this is something we tackle one day is ECharts. There are a lot of other graphing options in this space, but ECharts seems like it might be nice, since it's a rather complete charting library that would cover most of our needs, and the licensing is friendly to inclusion (versus something like HighCharts, which I like and use on other projects, but it's non-commercial stipulation might make it less useful for others). |
This is an old issue, but as a heads up, the v0.14.0 release of API Umbrella should now be able to operate offline (there's an option for local admin accounts, and there's no external javascript references anymore). |
How do I login to the admin interface when API Umbrella is installed on a machine without internet access? Is there no local user authorization available?
The text was updated successfully, but these errors were encountered: