Skip to content
Snippets Groups Projects
Commit e12acc21 authored by Bozidar Proevski's avatar Bozidar Proevski
Browse files

Change kibana security cookie to static value

parent c6faf9ad
Branches
Tags
No related merge requests found
......@@ -56,6 +56,7 @@ soctools_users:
odfees_img: "{{repo}}/odfees:{{version}}{{suffix}}"
odfekibana_img: "{{repo}}/odfekibana:{{version}}{{suffix}}"
odfekibana_cookie: "iroAm0ueIV7w6CS1WcJTwIV6R4d5RIAt"
odfees_adminpass: "Pass004"
#elk_version: "oss-7.6.1"
#odfeplugin_version: "1.7.0.0"
......
......@@ -46,8 +46,7 @@ opendistro_security.openid.root_ca: "/usr/share/kibana/config/{{ca_cn}}.crt"
opendistro_security.openid.base_redirect_url: "https://{{dslproxy}}:5601"
opendistro_security.cookie.secure: true
#opendistro_security.cookie.password: "MezgW6l2v9BWi6wEwbEn4gaqJZbWGPSI"
opendistro_security.cookie.password: "{{lookup('password', '/dev/null length=32 chars=ascii_letters,digits,hexdigits')}}"
opendistro_security.cookie.password: "{{odfekibana_cookie}}"
server.ssl.enabled: true
server.ssl.key: /usr/share/kibana/config/{{inventory_hostname}}.key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment