mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10592] Remove 'secret' field from OAUTH config across ADF/ACA/ADW (#4894)
This commit is contained in:
@@ -43,13 +43,6 @@ if [ -n "${APP_CONFIG_OAUTH2_CLIENTID}" ]; then
|
||||
-i "$APP_CONFIG_FILE"
|
||||
fi
|
||||
|
||||
if [ -n "${APP_CONFIG_OAUTH2_CLIENT_SECRET}" ]; then
|
||||
echo "SET APP_CONFIG_OAUTH2_CLIENT_SECRET"
|
||||
|
||||
sed -e "s/\"secret\": \".*\"/\"secret\": \"${APP_CONFIG_OAUTH2_CLIENT_SECRET}\"/g" \
|
||||
-i "$APP_CONFIG_FILE"
|
||||
fi
|
||||
|
||||
if [ -n "${APP_CONFIG_OAUTH2_IMPLICIT_FLOW}" ]; then
|
||||
echo "SET APP_CONFIG_OAUTH2_IMPLICIT_FLOW"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user