MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Implement clever workaround for accessing livy and spark sessions w/o opening ports #450

Closed antmoth closed 4 years ago

antmoth commented 4 years ago

It's not ideal to expose the livy/spark ports for a production Combine deployment. When using ansible, we can probably do something clever with nginx to set up endpoints to direct to those ports. No idea what to do with docker. This would be blocked by unifying the deployment strategies.

antmoth commented 4 years ago

Added nginx to Docker :)