flex
flex copied to clipboard
feat(admin-ui): receive configApiHost from `/admin-ui/config` (not from .env)
-
The config-api hosts will be removed from .env file (CONFIG_API_BASE_URL and API_BASE_URL).
-
Admin UI will take
configApiHost
fromGET
/admin-ui/config
and use in application. -
Add
uiConfig.configApiHost
field carrying configApi hostname in https://github.com/GluuFederation/flex/blob/main/flex-linux-setup/flex_linux_setup/templates/auiConfiguration.json.
Jans issue: https://github.com/JanssenProject/jans/issues/8573