-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
Recently the env var CAMUNDA_OPTIMIZE_IDENTITY_REDIRECT_ROOT_URL has been introduced.
However, currently (in Optimize 3.10.1), the var expects to have the "full URL" not the "root URL" as the rest of the Camunda components (Operate, Tasklist, Web-Modeler).
Current behavior:
CAMUNDA_OPTIMIZE_IDENTITY_REDIRECT_ROOT_URL=https://v8.2.4.release.distro.ultrawombat.com/optimize/api/authentication/callback
Expected behavior (like the rest of the apps, neither the user nor the Helm chart should know about the endpoint inside Optimize):
CAMUNDA_OPTIMIZE_IDENTITY_REDIRECT_ROOT_URL=https://v8.2.4.release.distro.ultrawombat.com/optimize
For now, in the Helm chart, Ahmed will make a quick fix by using the full URL to make the Camunda Platform Helm chart functional.
This change means customers who already use this variable will have to update their variable value, so we need to communication this accordingly.
Testing Notes:
Use the CAMUNDA_OPTIMIZE_IDENTITY_REDIRECT_ROOT_URL without the /api/authentication/callback part and ensure it works as expected.