-
Notifications
You must be signed in to change notification settings - Fork 81
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
Authentication request #66
Comments
Django has some authentication models built in i can look to include one of those. |
Ok, so i have auth working, you can use the builtin django admin panel to manage accounts. i.e. read only, analyst, admin |
This is amazing, thank you for such a fast response! I think this might be where my lack of django knowledge will show. I am able to authenticate by adding myself as an admin and logging into the admin view. git pull origin auth
Decided to drop databases created as I just had a test image loaded:
dropped voldb & voldbfs and restarted server, everything is up and working now.
But one problem, not sure how to authenticate, here is my lack of django is showing..
python manage.py changepassword administrator user@host> manage.py shell
Just some other thoughts on enhancement in the future, by no means overnight or if you even deam meaningful, but add an incident object using timesketch as a template where there could be multiple user accounts, bookmark & notes function, and grouping memory images within that incident object allowing teams to collaborate over images. |
I need to add the setup details. in to the wiki. Also looks like your not pulling the new element from the config file. You will need to add [auth] to an existing config file. I will do some more testing over the next ferw days before merging in to master. Collaboration is my next thing. I want to make it easier for teams to work together but i want to avoid creating a 'crappy' ticketing / tracking system in VolUtiltiy when there are things like FIR designed to do just that. |
This is now in master and the wiki has been updated to reflect the install steps. Thanks for the suggestion. |
Not so much as a real issue other than just an issue for me. I love this tool, it really helps out my team and I see huge value, but I have been ask to take it down due to there being no auth and leaving images open to anyone on the network. Do you have any suggestions on how you or others are dealing with this? Also maybe a feature request to add authentication and user management.
The text was updated successfully, but these errors were encountered: