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