SJSU-CS-systems-group / DDD

2 stars 0 forks source link

[SERVER] change DDDServiceAdaptors to be configured at the server rather than pushed #86

Open breed opened 3 weeks ago

breed commented 3 weeks ago

Currently, any server can contact the BundleServer and say that they will process ADUs for an application.

This is a security issue.

We need to change the BundleServer to have a list of configured applications and URLs to contact for ADUs for those applications.