Skip to content

Commit 778f45e

Browse files
fix: Fix shell script from #4357 (#4382)
Signed-off-by: Pavel Jareš <[email protected]>
1 parent 259a2fc commit 778f45e

File tree

1 file changed

+2
-2
lines changed
  • apiml-package/src/main/resources/bin

1 file changed

+2
-2
lines changed

apiml-package/src/main/resources/bin/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ _BPX_JOBNAME=${ZWE_zowe_job_prefix}${APIML_CODE} ${JAVA_BIN_DIR}java \
461461
-Dserver.webSocket.maxIdleTimeout=${ZWE_components_gateway_server_webSocket_maxIdleTimeout:-${ZWE_configs_server_webSocket_maxIdleTimeout:-3600000}} \
462462
-Dserver.webSocket.requestBufferSize=${ZWE_components_gateway_server_webSocket_requestBufferSize:-${ZWE_configs_server_webSocket_requestBufferSize:-8192}} \
463463
-Dspring.profiles.active=${ZWE_configs_spring_profiles_active:-} \
464-
-Dapiml.security.rauditx.onOidcUserIsMapped=${ZWE_configs_apiml_security_rauditx_onOidcUserIsMapped:${ZWE_components_gateway_apiml_security_rauditx_onOidcUserIsMapped:-false}} \
465-
-Dapiml.security.rauditx.oidcSourceUserPaths=${ZWE_configs_apiml_security_rauditx_oidcSourceUserPaths:${ZWE_components_gateway_apiml_security_rauditx_oidcSourceUserPaths:-sub}} \
464+
-Dapiml.security.rauditx.onOidcUserIsMapped=${ZWE_configs_apiml_security_rauditx_onOidcUserIsMapped:-${ZWE_components_gateway_apiml_security_rauditx_onOidcUserIsMapped:-false}} \
465+
-Dapiml.security.rauditx.oidcSourceUserPaths=${ZWE_configs_apiml_security_rauditx_oidcSourceUserPaths:-${ZWE_components_gateway_apiml_security_rauditx_oidcSourceUserPaths:-sub}} \
466466
-jar "${JAR_FILE}" &
467467

468468
pid=$!

0 commit comments

Comments
 (0)