Skip to content
Snippets Groups Projects
  • Václav Bartoš's avatar
    7fa298e7
    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
    History
    Changed the character set of generated passwords
    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.
env.js.j2 349 B
// Default plugin configuration
export const THEHIVE_URL = 'https://{{soctoolsproxy}}:9000';
export const THEHIVE_API_KEY = '{{lookup('password', '{{playbook_dir}}/secrets/tokens/thehive_kibana_secret_key chars=ascii_letters,digits')}}';
export const THEHIVE_OWNER = '{{THEHIVE_KIBANA_USER.username}}'; // default owner account of the created cases