Skip to content

Commit d064aae

Browse files
committed
fix docker-entry point http basic auth (#1098)
1 parent df61311 commit d064aae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docker-entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ if [ "$1" = '/bin/sqld' ]; then
1515

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

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

0 commit comments

Comments
 (0)