This SenNet Gateway serves as an authentication and authorization gateway for some of the API services and File assets service.
HTTP requests to the following APIs will be proxied to this gateway service for authentication and authorization against Globus Auth before reaching to the target endpoints.
The file assets service is not an API per se, the gateway only does the auth cehck for requests made to
https://assets.sennetconsortium.org/<uuid>/<relative-file-path>[?token=<globus-token>]
cd docker
./docker-development.sh [check|config|build|start|stop|down]
cd docker
./docker-deployment.sh [start|stop|down]