openBackhaul / OperationKeyManagement

Manages keys required for consuming services between applications
Apache License 2.0
3 stars 8 forks source link

/v2/regard-updated-link to receive UUIDs of endpoints #295

Closed openBackhaul closed 11 months ago

openBackhaul commented 1 year ago

There is a problem with the number of requests that is created while starting ALT (see issue ALT#444). The process is to be shortened to reduce the number of requests to be recorded at EATL.

Part of the Solution: The requestBody of /v1/regard-updated-link shall not just contain the link-uuid, but the entire content of the responseBody of the ALT:///v1/list-end-points-of-link. For being backward compatible the expanded service shall be added as a new path /v2/regard-updated-link and the existing path /v1/regard-updated-link shall be marked deprecated. There shall be no forwarding from /v2/regard-updated-link to ALT:///v1/list-end-points-of-link in the CONFIGfile.

openBackhaul commented 11 months ago

/v2/regard-updated-link added as described above.