-
Notifications
You must be signed in to change notification settings - Fork 41
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
How to protect the GUI session of WISTAR with your credentials so that no one can delete your topologies #51
Comments
You can enable basic webauthentication on your webserver. If you use Apache as the webserver you can simply follow the instructions here: https://httpd.apache.org/docs/2.4/howto/auth.html |
I am able to bring up the apache server but the authentication is not working for me. This is my serverankur@ankur-virtual-machine:/etc/apache2/sites-enabled$ pwd virtual-machine:/etc/apache2/sites-enabled$ cat 999-wistar.conf <Directory "${wistar_path}/common/static"> +++++++++THIS IS NOT WORKING+++++++++ <Directory "${wistar_path}/common/static">
========= So, in which path I should call my password? Regards, |
Please provide some directions? |
@akher1 today Wistar has no authentication methods enabled as it is a lab tool only. The suggestion made by @Sidiox is by far the easiest way to provide some level of authentication. I suspect you haven't created the file Alternatively, but far more complex, you can enable authentication in DJango. But this will require extra coding. |
How to add username and password for the WEBUI so that no one should make any changes to your topologies. The reason, I am asking because today someone deleted my topology which was building for past one week. This is really needed for me.
Regards,
Ankur
The text was updated successfully, but these errors were encountered: