mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Change TheHive play secret
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
{%- set MANAGERIP = salt['pillar.get']('static:managerip', '') %}
|
{%- set MANAGERIP = salt['pillar.get']('static:managerip', '') %}
|
||||||
{%- set CORTEXKEY = salt['pillar.get']('static:cortexorguserkey', '') %}
|
{%- set CORTEXKEY = salt['pillar.get']('static:cortexorguserkey', '') %}
|
||||||
|
{%- set HIVEPLAYSECRET = salt['pillar.get']('static:hiveplaysecret', '') %}
|
||||||
|
|
||||||
# Secret Key
|
# Secret Key
|
||||||
# The secret key is used to secure cryptographic functions.
|
# The secret key is used to secure cryptographic functions.
|
||||||
# WARNING: If you deploy your application on several servers, make sure to use the same key.
|
# WARNING: If you deploy your application on several servers, make sure to use the same key.
|
||||||
play.http.secret.key="letsdewdis"
|
play.http.secret.key="{{ HIVEPLAYSECRET }}"
|
||||||
play.http.context=/thehive/
|
play.http.context=/thehive/
|
||||||
search.uri = "http://{{ MANAGERIP }}:9400"
|
search.uri = "http://{{ MANAGERIP }}:9400"
|
||||||
# Elasticsearch
|
# Elasticsearch
|
||||||
|
|||||||
Reference in New Issue
Block a user