-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The addresses of core systems should be discoverable through the Arrowhead cloud and not by values in the configuration files. Well, all but the one being queried for the addresses that is.
-
At first I tried making application systems query the service registry (the simple solution). However, I realised that the service registry is now closed for everyone, but a few of the core systems. So unless we open it for requests on core systems, this is not an option.
-
The alternative road is to query the orchestration system - however, I presume that would require entries in the authorisation and orchestration database tables. Currently, it would be a big hassle to add these manually for all combinations of core systems and applications systems.
Unless anyone have a better suggestion, I'll leave this issue open. Hoping that the upcoming management interface or on-boarding procedure might open better roads...