ove/ove-asset-services

/api/ServicesRegistry/GetService returns details of non-existing Graph Service

Closed this issue · 3 comments

If someone only starts the Asset Manager with the ImageTiles service, they should not see details about the non-existing Graph service. The services should ideally be registering themselves with the Asset Manager, according to the design of it.

This applies both to the Image and Graph entries in appsettings.json - both should be removed as they will be filled when another service registered.

However removing all service registrations will cause the asset manager to be non functional as you will not be able to upload anything as there are no services to choose.

Hence i have appended this to #15 which will permit users to upload zip files even if no other services are running

Yup, makes sense, and we can resolve both issues in a single PR.

fixed in PR #15