MI-DPLA / combine

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

Proxy ports #288

Closed colehudson closed 5 years ago

colehudson commented 5 years ago

Need to update routes to different services outside of Django to proxy through port 80. This will mostly involve Nginx configuration as well as an authentication mechanism (hopefully tied in through Django auth). Deployment via playbook will be affected as well.

colehudson commented 5 years ago

Scratch the auth mechanism. Will make that a separate issue.

colehudson commented 5 years ago

Same response as for #292

Nope, not gonna happen. Per https://issues.apache.org/jira/browse/SPARK-20044. Thanks to @ghukill for testing this. Basically, the apps that were going to be proxied through are not designed to accommodate this. Instead, a more sustainable solution is to have these apps firewalled off to the world and access be granted to needed IPs.