Skip to content

Commit

Permalink
Addresses changes made to security demo config install tool (#55)
Browse files Browse the repository at this point in the history
* Addresses changes made to security demo config install tool

Signed-off-by: Darshit Chanpura <[email protected]>

* Fixes ci

Signed-off-by: Darshit Chanpura <[email protected]>

---------

Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura authored Jan 26, 2024
1 parent b6040c2 commit 654255e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
# - `-XX:+UseParallelGC` do not use G1 (default) on Java 11
# - `-v -W1` print JRuby version but do not go verbose
JRUBY_OPTS=-Xregexp.interruptible=true -Xcompile.invokedynamic=true -Xjit.threshold=0 -J-XX:+UseParallelGC -J-XX:+PrintCommandLineFlags -v -W1
OPENSEARCH_INITIAL_ADMIN_PASSWORD=myStrongPassword123!
2 changes: 1 addition & 1 deletion .ci/logstash-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wait_for_es() {

SERVICE_URL="http://integration:9200"
if [[ "$SECURE_INTEGRATION" == "true" ]]; then
SERVICE_URL="https://integration:9200 -k -u admin:admin"
SERVICE_URL="https://integration:9200 -k -u admin:myStrongPassword123!"
fi
count=10
while ! curl -s $SERVICE_URL >/dev/null && [[ $count -ne 0 ]]; do
Expand Down

0 comments on commit 654255e

Please sign in to comment.