bump sentry version
This commit is contained in:
parent
cc57e6c97d
commit
d13001efff
|
@ -27,7 +27,7 @@ fi
|
|||
if [[ -z "${KEYCLOAK_BASE_URL:-}" ]]; then
|
||||
# KEYCLOAK_BASE_URL=http://localhost:7002
|
||||
if grep -qE "spiffworkflow.org" <<<"$BACKEND_BASE_URL" ; then
|
||||
env_domain=$(sed -E 's/.*api\.(\w+\.spiffworkflow.org).*/\1/' <<<"${BACKEND_BASE_URL}")
|
||||
env_domain=$(hot_sed -E 's/.*api\.(\w+\.spiffworkflow.org).*/\1/' <<<"${BACKEND_BASE_URL}")
|
||||
KEYCLOAK_BASE_URL="https://keycloak.${env_domain}"
|
||||
elif grep -qE "localhost:7000" <<<"$BACKEND_BASE_URL" ; then
|
||||
KEYCLOAK_BASE_URL="http://localhost:7002"
|
||||
|
@ -62,7 +62,6 @@ else
|
|||
INSECURE=--insecure
|
||||
fi
|
||||
|
||||
|
||||
### Basic auth test with backend
|
||||
result=$(curl -s -X POST "$KEYCLOAK_URL" "$INSECURE" \
|
||||
-H "Content-Type: application/x-www-form-urlencoded" \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue