forked from irl/ansible-collection-wip
Feat: add link role
This commit is contained in:
parent
051c1ab57f
commit
1730aa5b13
26 changed files with 716 additions and 0 deletions
36
roles/podman_link/templates/opensearch-config.yml
Normal file
36
roles/podman_link/templates/opensearch-config.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
_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
|
||||
order: 0
|
||||
http_authenticator:
|
||||
type: basic
|
||||
challenge: false
|
||||
authentication_backend:
|
||||
type: intern
|
||||
proxy_auth_domain:
|
||||
description: "Authenticate via proxy"
|
||||
http_enabled: true
|
||||
transport_enabled: true
|
||||
order: 1
|
||||
http_authenticator:
|
||||
type: proxy
|
||||
challenge: false
|
||||
config:
|
||||
user_header: "x-forwarded-user"
|
||||
roles_header: "x-forwarded-roles"
|
||||
authentication_backend:
|
||||
type: noop
|
Loading…
Add table
Add a link
Reference in a new issue