fix: enable SSL when OAuth is used in entrypoint script
This commit is contained in:
@@ -98,6 +98,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
OAUTH_ARGS=("--oauth" "basic")
|
OAUTH_ARGS=("--oauth" "basic")
|
||||||
# Ensure Caddy is disabled when using OAuth, as Azurite does not support OAuth behind a reverse proxy.
|
# Ensure Caddy is disabled when using OAuth, as Azurite does not support OAuth behind a reverse proxy.
|
||||||
CADDY=""
|
CADDY=""
|
||||||
|
AZURITE_SSL=true
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--ssl)
|
--ssl)
|
||||||
|
|||||||
Reference in New Issue
Block a user