WIP 4
This commit is contained in:
parent
f62c9f064d
commit
b8c6e893ff
43 changed files with 4721 additions and 1807 deletions
|
|
@ -2,14 +2,22 @@ opensearch.hosts: [https://opensearch:9200]
|
|||
opensearch.ssl.verificationMode: none
|
||||
opensearch.username: kibanaserver
|
||||
opensearch.password: kibanaserver
|
||||
opensearch.requestHeadersAllowlist: ["securitytenant","Authorization","x-forwarded-for","x-proxy-user","x-proxy-roles"]
|
||||
opensearch_security.auth.type: "proxy"
|
||||
opensearch_security.proxycache.user_header: "x-proxy-user"
|
||||
opensearch_security.proxycache.roles_header: "x-proxy-roles"
|
||||
opensearch.requestHeadersAllowlist:
|
||||
[
|
||||
"securitytenant",
|
||||
"Authorization",
|
||||
"x-forwarded-for",
|
||||
"x-proxy-user",
|
||||
"x-proxy-roles",
|
||||
]
|
||||
# opensearch_security.auth.type: "proxy"
|
||||
# opensearch_security.proxycache.user_header: "x-proxy-user"
|
||||
# opensearch_security.proxycache.roles_header: "x-proxy-roles"
|
||||
|
||||
opensearch_security.multitenancy.enabled: true
|
||||
opensearch_security.multitenancy.tenants.preferred: [Private, Global]
|
||||
opensearch_security.readonly_mode.roles: [kibana_read_only]
|
||||
# Use this setting if you are running opensearch-dashboards without https
|
||||
opensearch_security.cookie.secure: false
|
||||
server.host: '0.0.0.0'
|
||||
server.host: "0.0.0.0"
|
||||
server.basePath: "/opensearch"
|
||||
server.rewriteBasePath: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue