eclipse-arrowhead / core-java-spring

Eclipse Public License 2.0
26 stars 51 forks source link

[Service Registry] Endpoint duplicates? #346

Closed BlackRose01 closed 2 years ago

BlackRose01 commented 2 years ago

Hello,

what is the difference between the POST endpoints "/serviceregistry/mgmt" and "/serviceregistry/register"? Both of them take the same payload and returns the same information.

KR, BlackRose01

rbocsi commented 2 years ago

The first one is for the system operator with sysop certificate (like the management tool). System operator can register any system's services. The second one is for the provider system to register its own services (and only those).

BlackRose01 commented 2 years ago

Ah, ok. Thank you!