PyMISP
PyMISP copied to clipboard
Advanced authkeys tests
- By default MISP now installs with advanced auth keys
- Retrieving of keys is no longer possible from user objects -- temporarily removed the test for the authkey being correct
For future improvements:
- restore the authkey test -- for advanced authkeys we can still check the list of assoiated authkeys and compare the first/last 4 characters which are stored in the clear
- build a new test for the creation of new API keys
Is there some documentation on how to use the new controller via the API? I'm not sure where to look for that.
Similar to the option of creating a user through command like "Console/cake" it should be possible to create a key with required settings.
An example is if you build a new installation and want to automate the configuration it is currently not possible to generate a valid authkey without having to go through the UI.
I could be wrong in my assumptions :)