Using latest SearchGuard tool. Fixing Wazuh API credentials template
This commit is contained in:
parent
af88cc4de8
commit
f2e7a75b09
@ -53,10 +53,10 @@ opendistro_jvm_xms: null
|
|||||||
|
|
||||||
opendistro_http_port: 9200
|
opendistro_http_port: 9200
|
||||||
|
|
||||||
certs_gen_tool_version: 1.7
|
certs_gen_tool_version: 1.8
|
||||||
|
|
||||||
# Url of Search Guard certificates generator tool
|
# Url of Search Guard certificates generator tool
|
||||||
certs_gen_tool_url: "https://wazuh-demo.s3-us-west-1.amazonaws.com/search-guard-tlstool-{{ certs_gen_tool_version }}.zip"
|
certs_gen_tool_url: "https://maven.search-guard.com/search-guard-tlstool/{{ certs_gen_tool_version }}/search-guard-tlstool-{{ certs_gen_tool_version }}.zip"
|
||||||
|
|
||||||
elasticrepo:
|
elasticrepo:
|
||||||
apt: 'https://artifacts.elastic.co/packages/7.x/apt'
|
apt: 'https://artifacts.elastic.co/packages/7.x/apt'
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
- name: Local action | Extract the certificates generation tool
|
- name: Local action | Extract the certificates generation tool
|
||||||
unarchive:
|
unarchive:
|
||||||
src: "{{ local_certs_path }}/search-guard-tlstool-1.7.zip"
|
src: "{{ local_certs_path }}/search-guard-tlstool-{{ certs_gen_tool_version }}.zip"
|
||||||
dest: "{{ local_certs_path }}/"
|
dest: "{{ local_certs_path }}/"
|
||||||
|
|
||||||
- name: Local action | Add the execution bit to the binary
|
- name: Local action | Add the execution bit to the binary
|
||||||
|
|||||||
@ -34,10 +34,10 @@ package_repos:
|
|||||||
# API credentials
|
# API credentials
|
||||||
wazuh_api_credentials:
|
wazuh_api_credentials:
|
||||||
- id: "default"
|
- id: "default"
|
||||||
url: "http://localhost"
|
url: "https://localhost"
|
||||||
port: 55000
|
port: 55000
|
||||||
user: "foo"
|
username: "wazuh"
|
||||||
password: "bar"
|
password: "wazuh"
|
||||||
|
|
||||||
# opendistro Security
|
# opendistro Security
|
||||||
kibana_opendistro_security: true
|
kibana_opendistro_security: true
|
||||||
|
|||||||
@ -35,26 +35,10 @@ wazuh_manager_sources_installation:
|
|||||||
user_ca_store: null
|
user_ca_store: null
|
||||||
threads: "2"
|
threads: "2"
|
||||||
|
|
||||||
wazuh_api_sources_installation:
|
# wazuh_api_users:
|
||||||
enabled: false
|
# - username: custom_user5
|
||||||
branch: "v3.13.1"
|
# password: Custom_password0
|
||||||
update: "y"
|
# role: administrator
|
||||||
remove: "y"
|
|
||||||
directory: null
|
|
||||||
port: 55000
|
|
||||||
https: "n"
|
|
||||||
authd: null
|
|
||||||
proxy: null
|
|
||||||
country: null
|
|
||||||
state: null
|
|
||||||
locality: null
|
|
||||||
org_name: null
|
|
||||||
org_unit: null
|
|
||||||
common_name: null
|
|
||||||
password: null
|
|
||||||
|
|
||||||
wazuh_api_user:
|
|
||||||
- "foo:$apr1$/axqZYWQ$Xo/nz/IG3PdwV82EnfYKh/"
|
|
||||||
|
|
||||||
wazuh_manager_config:
|
wazuh_manager_config:
|
||||||
repo:
|
repo:
|
||||||
@ -68,29 +52,29 @@ wazuh_manager_config:
|
|||||||
logall_json: 'no'
|
logall_json: 'no'
|
||||||
log_format: 'plain'
|
log_format: 'plain'
|
||||||
api:
|
api:
|
||||||
bind_addr: '0.0.0.0'
|
bind_addr: 0.0.0.0
|
||||||
port: 55000
|
port: 55000
|
||||||
behind_proxy_server: 'no'
|
behind_proxy_server: no
|
||||||
https: 'yes'
|
https: yes
|
||||||
https_key: 'api/configuration/ssl/server.key'
|
https_key: "api/configuration/ssl/server.key"
|
||||||
https_cert: 'api/configuration/ssl/server.crt'
|
https_cert: "api/configuration/ssl/server.crt"
|
||||||
https_use_ca: 'False'
|
https_use_ca: False
|
||||||
https_ca: 'api/configuration/ssl/ca.crt'
|
https_ca: "api/configuration/ssl/ca.crt"
|
||||||
logging_level: 'info'
|
logging_level: "info"
|
||||||
logging_path: 'logs/api.log'
|
logging_path: "logs/api.log"
|
||||||
cors: 'no'
|
cors: no
|
||||||
cors_source_route: '*'
|
cors_source_route: "*"
|
||||||
cors_expose_headers: '*'
|
cors_expose_headers: "*"
|
||||||
cors_allow_headers: '*'
|
cors_allow_headers: "*"
|
||||||
cors_allow_credentials: 'no'
|
cors_allow_credentials: no
|
||||||
cache: 'yes'
|
cache: yes
|
||||||
cache_time: 0.750
|
cache_time: 0.750
|
||||||
access_max_login_attempts: 5
|
access_max_login_attempts: 5
|
||||||
access_block_time: 300
|
access_block_time: 300
|
||||||
access_max_request_per_minute: 300
|
access_max_request_per_minute: 300
|
||||||
use_only_authd: 'no'
|
use_only_authd: no
|
||||||
drop_privileges: 'yes'
|
drop_privileges: yes
|
||||||
experimental_features: 'no'
|
experimental_features: no
|
||||||
cluster:
|
cluster:
|
||||||
disable: 'yes'
|
disable: 'yes'
|
||||||
name: 'wazuh'
|
name: 'wazuh'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user