We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3cc7f commit e1b9114Copy full SHA for e1b9114
.buildkite/scripts/steps/ess.sh
@@ -57,7 +57,6 @@ function ess_load_secrets() {
57
source "${secrets_file}" || rm "$secrets_file"
58
rm $secrets_file || true
59
60
- # NOTE: only for debugging purposes
61
- # so we know they have been loaded
62
- env | sort
+ echo "smoke test: ESS Stack secrets loaded"
+ curl -X GET "${ELASTICSEARCH_HOST}/_cat/indices?v" -u ${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD}
63
}
0 commit comments