Hi Team, Is it possible to have multiple urls for...
# gooddata-cn
p
Hi Team, Is it possible to have multiple urls for
allowRedirect
field in helm-chart authService? Regards, Prashant
r
Hi, the
allowRedirect
hard-coded in helm chart authService section is deprecated in favor of more powerful, per-organization setting. You can set multiple permitted URLs as described in https://www.gooddata.com/developers/cloud-native/doc/1.7/administration/organization/set-up-cors-for-organization/ Although the docs explicitly mention only CORS setup, this setting also controls permitted values in redirectTo parameter of the /appLogin endpoint (that's what is used in UI.SDK-based react apps after login). So, make sure you have the latest (1.7.2) version deployed, update your organization(s) with
allowedOrigins
and remove authService.allowRedirect value from deployment (it will not be used anymore and will be removed in the next version).
👍 1
p
Hi @Robert Moucha, it may take some time for us to upgrade. Is there any fix available for 1.5.1 version?
r
No, we don't plan to add any new functionality to older releases. Please follow the upgrade guides to get to the latest version containing the requested functionality.