link-stack/docker/opensearch/config.yml

37 lines
928 B
YAML
Raw Normal View History

2024-03-16 12:51:56 +01:00
_meta:
type: "config"
config_version: 2
config:
dynamic:
http:
anonymous_auth_enabled: false
xff:
enabled: true
remoteIpHeader: "x-forwarded-for"
internalProxies: ".*"
authc:
basic_internal_auth_domain:
description: "Authenticate via HTTP Basic against internal users database"
http_enabled: true
transport_enabled: true
2024-03-17 12:58:25 +01:00
order: 0
2024-03-16 12:51:56 +01:00
http_authenticator:
type: basic
2024-03-17 12:58:25 +01:00
challenge: false
2024-03-16 12:51:56 +01:00
authentication_backend:
type: intern
proxy_auth_domain:
description: "Authenticate via proxy"
http_enabled: true
transport_enabled: true
2024-03-17 12:58:25 +01:00
order: 1
2024-03-16 12:51:56 +01:00
http_authenticator:
type: proxy
challenge: false
config:
user_header: "x-proxy-user"
roles_header: "x-proxy-roles"
authentication_backend:
type: noop