-
Notifications
You must be signed in to change notification settings - Fork 283
/
Copy pathconfig_dnfof.yml
98 lines (96 loc) · 2.63 KB
/
config_dnfof.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
_meta:
type: "config"
config_version: 2
config:
dynamic:
filtered_alias_mode: "disallow"
disable_rest_auth: false
disable_intertransport_auth: false
respect_request_indices_options: false
kibana:
multitenancy_enabled: true
private_tenant_enabled: true
default_tenant: ""
server_username: "kibanaserver"
index: ".kibana"
http:
anonymous_auth_enabled: false
xff:
enabled: false
internalProxies: "192\\.168\\.0\\.10|192\\.168\\.0\\.11"
remoteIpHeader: "x-forwarded-for"
authc:
authentication_domain_kerb:
http_enabled: false
transport_enabled: false
order: 3
http_authenticator:
challenge: true
type: "kerberos"
config: {}
authentication_backend:
type: "noop"
config: {}
description: "Migrated from v6"
authentication_domain_proxy:
http_enabled: false
transport_enabled: false
order: 2
http_authenticator:
challenge: true
type: "proxy"
config:
user_header: "x-proxy-user"
roles_header: "x-proxy-roles"
authentication_backend:
type: "noop"
config: {}
description: "Migrated from v6"
authentication_domain_clientcert:
http_enabled: false
transport_enabled: false
order: 1
http_authenticator:
challenge: true
type: "clientcert"
config: {}
authentication_backend:
type: "noop"
config: {}
description: "Migrated from v6"
authentication_domain_basic_internal:
http_enabled: true
transport_enabled: true
order: 0
http_authenticator:
challenge: true
type: "basic"
config: {}
authentication_backend:
type: "intern"
config: {}
description: "Migrated from v6"
authz:
roles_from_xxx:
http_enabled: false
transport_enabled: false
authorization_backend:
type: "xxx"
config: {}
description: "Migrated from v6"
roles_from_myldap:
http_enabled: false
transport_enabled: false
authorization_backend:
type: "ldap"
config:
rolesearch: "(uniqueMember={0})"
resolve_nested_roles: true
rolebase: "ou=groups,o=TEST"
rolename: "cn"
description: "Migrated from v6"
do_not_fail_on_forbidden: true
multi_rolespan_enabled: false
hosts_resolver_mode: "ip-only"
transport_userrname_attribute: null