Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,8 @@ deploy-pro: image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest variables: DOCKER_DRIVER: overlay2 STATUS_CHECK_DELAY: '60' STATUS_CHECK_INTERVAL: '20' SSH_REMOTE: ${PRO_SSH_REMOTE} SERVICE: elastic SERVICES_TO_CHECK: elastic_${CI_PROJECT_NAME} Loading scripts/manage-users.sh +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ while [ "${retryManageUsers}" -eq "1" ] do responseStatus=$(curl --write-out %{http_code} --silent --output /dev/null \ -u "${elasticAdmin}:${ELASTIC_ADMIN_PASS}" \ localhost:9200/_cluster/health) "localhost:9200/_xpack/security/user/${elasticAdmin}") echo "Trying to manage users, got ${responseStatus} response" Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,8 @@ deploy-pro: image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest variables: DOCKER_DRIVER: overlay2 STATUS_CHECK_DELAY: '60' STATUS_CHECK_INTERVAL: '20' SSH_REMOTE: ${PRO_SSH_REMOTE} SERVICE: elastic SERVICES_TO_CHECK: elastic_${CI_PROJECT_NAME} Loading
scripts/manage-users.sh +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ while [ "${retryManageUsers}" -eq "1" ] do responseStatus=$(curl --write-out %{http_code} --silent --output /dev/null \ -u "${elasticAdmin}:${ELASTIC_ADMIN_PASS}" \ localhost:9200/_cluster/health) "localhost:9200/_xpack/security/user/${elasticAdmin}") echo "Trying to manage users, got ${responseStatus} response" Loading