Context: https://camunda.slack.com/archives/C55U06YRG/p1683275553875819
In reverse proxy environments, the Optimize redirect used by Identity is always HTTP. We need to provide a way for HTTPS to be used in such cases.
ATs:
- We should provide a way (consistent with other apps) to explicitly define a root redirect url back to Optimize
- This is backported to the maintenance/3.10 branch
- This is backported to the maintenance/3.9 branch
Testing Notes:
- When the CAMUNDA_OPTIMIZE_IDENTITY_REDIRECT_ROOT_URL env var is defined with an HTTPS URL, this is correctly respected by Identity during authentication callback
- This should be tested on the maintenance branches/releases too
- helm chart update is implemented with
OPT-6970