Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 16, 2024
1 parent f8f5a61 commit 5da791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wait-for-as-server-to-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ is_security_enabled=$2

if [[ $is_security_enabled == true ]]; then
# We need to pass credentials to asinfo if server requires it
# TODO: passing in hardcoded credentials since I can't figure out how to use --instance with global astools.conf
# TODO: passing in credentials via command line flags since I can't figure out how to use --instance with global astools.conf
user_credentials="--user=admin --password=admin"
fi

Expand Down

0 comments on commit 5da791c

Please sign in to comment.