Explicitly set xpack.security.enabled: True
Only run test for checking if X-Pack is a plugin for 6.3 because it is now installed into core
This commit is contained in:
parent
06a8c5c41b
commit
d8cf1d1f66
3 changed files with 56 additions and 31 deletions
|
|
@ -8,16 +8,14 @@
|
|||
tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- {
|
||||
role: elasticsearch,
|
||||
es_config:
|
||||
{
|
||||
"xpack.security.authc.realms.file1.type": "file",
|
||||
"xpack.security.authc.realms.file1.order": 1,
|
||||
"xpack.security.authc.realms.native1.type": "native",
|
||||
"xpack.security.authc.realms.native1.order": 0
|
||||
},
|
||||
es_instance_name: "security_node" }
|
||||
- role: elasticsearch
|
||||
es_instance_name: "security_node"
|
||||
es_config:
|
||||
xpack.security.enabled: True
|
||||
xpack.security.authc.realms.file1.type: "file"
|
||||
xpack.security.authc.realms.file1.order: 1
|
||||
xpack.security.authc.realms.native1.type: "native"
|
||||
xpack.security.authc.realms.native1.order: 0
|
||||
vars:
|
||||
es_heap_size: "1g"
|
||||
es_enable_xpack: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue