File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ All notable changes to this project will be documented in this file.
59
59
60
60
### Added
61
61
62
+ - Add opensearch_dashboard.yml parameters. ([ #1423 ] ( https://github.com/wazuh/wazuh-puppet/pull/1423 ) )
62
63
- Add missing malicious-ioc ruleset lists ([ #1352 ] ( https://github.com/wazuh/wazuh-puppet/pull/1352 ) )
63
64
- Integrate bumper script via GitHub action. ([ #1344 ] ( https://github.com/wazuh/wazuh-puppet/pull/1344 ) )
64
65
- Added repository_bumper script. ([ #1302 ] ( https://github.com/wazuh/wazuh-puppet/pull/1302 ) )
Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ server.ssl.key: "/etc/wazuh-dashboard/certs/dashboard-key.pem"
12
12
server.ssl.certificate: "/etc/wazuh-dashboard/certs/dashboard.pem"
13
13
opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"]
14
14
uiSettings.overrides.defaultRoute: /app/wz-home
15
+ # Session expiration settings
16
+ opensearch_security.cookie.ttl: 900000
17
+ opensearch_security.session.ttl: 900000
18
+ opensearch_security.session.keepalive: true
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ server.ssl.key: "<%= @dashboard_path_certs %>/dashboard-key.pem"
14
14
server.ssl.certificate: "<%= @dashboard_path_certs %> /dashboard.pem"
15
15
opensearch.ssl.certificateAuthorities: ["<%= @dashboard_path_certs %> /root-ca.pem"]
16
16
uiSettings.overrides.defaultRoute: /app/wz-home
17
+ # Session expiration settings
18
+ opensearch_security.cookie.ttl: 900000
19
+ opensearch_security.session.ttl: 900000
20
+ opensearch_security.session.keepalive: true
You can’t perform that action at this time.
0 commit comments