Skip to content

Commit 52962fa

Browse files
committed
apply hotfix for bearer-token fallback in Configuration.auth_settings
1 parent ba5d42e commit 52962fa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

scripts/apply-hotfixes.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,15 @@ else
8989
exit 1
9090
fi;
9191

92+
# Patching commit for bearer-token fallback in Configuration.auth_settings
93+
git cherry-pick -n 5621a4c2cf5cc278e8f45ce759ce44c057f1dbe2
94+
if [ $? -eq 0 ]
95+
then
96+
echo Successfully patched changes for bearer-token fallback in Configuration.auth_settings
97+
else
98+
echo Failed to patch changes for bearer-token fallback in Configuration.auth_settings
99+
git restore --staged .
100+
exit 1
101+
fi;
102+
92103
git commit -m "Apply hotfixes"

0 commit comments

Comments
 (0)