fix custom realm integration tests on windows
Original commit: elastic/x-pack-elasticsearch@d5a8722502
This commit is contained in:
parent
70a37440cf
commit
204bb2accb
|
@ -76,10 +76,10 @@
|
||||||
|
|
||||||
<startup-elasticsearch>
|
<startup-elasticsearch>
|
||||||
<additional-args>
|
<additional-args>
|
||||||
<arg value="-Dshield.authc.realms.custom.order=0"/>
|
<arg value="-Des.shield.authc.realms.custom.order=0"/>
|
||||||
<arg value="-Dshield.authc.realms.custom.type=custom"/>
|
<arg value="-Des.shield.authc.realms.custom.type=custom"/>
|
||||||
<arg value="-Dshield.authc.realms.esusers.order=1"/>
|
<arg value="-Des.shield.authc.realms.esusers.order=1"/>
|
||||||
<arg value="-Dshield.authc.realms.esusers.type=esusers"/>
|
<arg value="-Des.shield.authc.realms.esusers.type=esusers"/>
|
||||||
</additional-args>
|
</additional-args>
|
||||||
</startup-elasticsearch>
|
</startup-elasticsearch>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue