Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
    • Václav Bartoš's avatar
      Changed the character set of generated passwords · 7fa298e7
      Václav Bartoš authored
      Passwords which may be passed via HTTP basic auth (as "<username>:<password>") shouldn't contain a colon. Although it should work according to corresponding RFC, a colon in password causes problems in some servers (Cortex at minimum).
      Therefore, we only allow letters and numbers in most of the automatically generated passwords.
      7fa298e7
  2. Jan 26, 2023
  3. Jan 25, 2023
  4. Jan 19, 2023
  5. Jan 17, 2023
  6. Jan 16, 2023
  7. Jan 13, 2023
  8. Jan 09, 2023
  9. Jan 04, 2023
  10. Jan 03, 2023
  11. Dec 26, 2022
  12. Dec 23, 2022
  13. Dec 22, 2022
  14. Dec 21, 2022
    • Václav Bartoš's avatar
      OSD: map "all_access" role to any authenticated user · d4e25289
      Václav Bartoš authored
      We don't use an explicit list of users in OSD, it only takes identification from Keycloak. This change assigns full access to any user. It's probably not the best solution, but the only one I can do quickly, now.
      d4e25289
    • Václav Bartoš's avatar
      changes in user management in TheHive and Cortex · 83b91d67
      Václav Bartoš authored
      - users can have any email, it's no longer bound to configured "domain" (configure.sh updated)
      - "domain" parameter replaced by "org_name", it can be any string, used as org.name in The Hive and Crtex (and MISP in the future)
      - users are not created automatically in The Hive and Cortex - they will be crated using user-mgmt-web
      - email is used as login in both TheHive and Cortex
      83b91d67
  15. Dec 20, 2022
  16. Dec 15, 2022
  17. Dec 13, 2022
  18. Dec 06, 2022
  19. Dec 05, 2022
  20. Dec 04, 2022
  21. Nov 26, 2022
    • Václav Bartoš's avatar
      NiFi: Changed the processor writing data to Elastic · 95a2aef4
      Václav Bartoš authored
      - PutElasticsearchHttpRecord (deprecated) -> PutElasticsearchRecord
      - Also, Elastic URL set to soctools-opensearches-[12], so data goes directly, not through haproxy
      - Reverted change in access.ips, as it's not needed anymore
      95a2aef4
  22. Nov 21, 2022
  23. Nov 07, 2022
  24. Nov 01, 2022
  25. Oct 31, 2022
Loading