benchflow / benchflow

An open-source expert system for automated end-to-end objective-driven performance testing and performance insights.
Other
25 stars 4 forks source link

Configure Secured Access or Unpublish Ports for some Services #4

Open VincenzoFerme opened 8 years ago

VincenzoFerme commented 8 years ago

Services:

Notes:

-Swarm:

VincenzoFerme commented 7 years ago

We need to decide how to handle secured access to the services and between the services. Some thoughts on this:

An example of API that is private is the trial API currently exposed by the test manager: https://github.com/benchflow/benchflow/blob/devel/benchflow-test-manager/application/src/main/java/cloud/benchflow/testmanager/resources/BenchFlowTrialResource.java

jeppe-style commented 7 years ago

In dropwizard there is already functionality for authentication. Could we not use that?

Each service could then have its own user and password and in that way authenticate.