Skip to content

Elastic Search + LDAP + groups/permissions + some fixes

Compare
Choose a tag to compare
@eshaan7 eshaan7 released this 16 Aug 23:30
· 2496 commits to master since this release
635e827
  • Added the ability to leverage Django's permissions system to organize users into groups, allow/restrict different permissions to different groups, mark particular jobs as private so they are not visible to other users. Docs on how to use this.
  • Added support for Elastic Search. If elastic search is enabled, all analysis are auto synced between the postgreSQL database and the Elastic Search index. Docs.
    • As a bonus, a preconfigured Kibana configuration (having some helpful visualizations and dashboard) is also provided which can be imported as a "Saved Object" into Kibana.
  • Added basic support for LDAP authentication mechanism. Docs.
  • Fixed: CUCKOO_API_KEY variable missing from env_file_app_template.
  • Increased observable_name field's max_length to support upto 512 chars. Up from the previous 128 limit. (Issue #144)
  • Cleaner log messages throughout analyzer related functions.
  • Various other under-the-hood improvements, fixes and optimizations.

For users upgrading to v1.3.0 from prior versions - Please follow the steps described here.