OpenSearch/qa/remote-clusters/docker-test-entrypoint.sh
Harold Wang 62c14bbde0 Remove x-pact from RESI API username and password (#117)
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:15 -06:00

6 lines
241 B
Bash
Executable File

#!/bin/bash
cd /usr/share/elasticsearch/bin/
./elasticsearch-users useradd rest_user -p test-password -r superuser || true
echo "testnode" > /tmp/password
/usr/local/bin/docker-entrypoint.sh | tee > /usr/share/elasticsearch/logs/console.log