openBackhaul / RegistryOffice

Apache License 2.0
2 stars 8 forks source link

To expand the wildcards in the output fc-port of the forwardings RequestForOldRelease RequestForUpdatingNewReleaseClient #537

Closed PrathibaJee closed 8 months ago

PrathibaJee commented 9 months ago

In the following forwarding , we have the output fc-ports defined in wildcards ,

  1. ApprovingApplicationCausesPreparingTheEmbedding.RequestForOldRelease - ro-2-1-0-op-c-im-*-*-*-*-008 (that refers the operation-client /v1/inform-about-preceding-release)
  2. ApprovingApplicationCausesPreparingTheEmbedding.RequestForUpdatingNewReleaseClient - ro-2-1-0-op-c-im-*-*-*-*-009 (that refers the operation-client /v1/update-client-of-subsequent-release)
  3. ApprovingApplicationCausesPreparingTheEmbedding.RequestForEmbedding - ro-2-1-0-op-c-im-*-*-*-*-000 (that refers the operation-client /v1/embed-yourself)

Proposal : Instead of the wildcards , the actual uuids shall be included.

openBackhaul commented 8 months ago

Changed the ForwardingList and the CONFIGfile as proposed.