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