Skip to content

Commit

Permalink
fix docker-entry point http basic auth (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Feb 27, 2024
1 parent df61311 commit d064aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ if [ "$1" = '/bin/sqld' ]; then

# Listen on HTTP 8080 port by default.
server_args+=("--http-listen-addr" "$SQLD_HTTP_LISTEN_ADDR")
server_args+=("--http-auth" "$SQLD_HTTP_AUTH")

# Set remaining arguments depending on what type of node we are.
case "$SQLD_NODE" in
Expand Down

0 comments on commit d064aae

Please sign in to comment.