hybox / aws

AWS CloudFormation templates for the Hydra-in-a-Box application stack
Apache License 2.0
24 stars 13 forks source link

Create VPN host in stack #137

Open bbranan opened 7 years ago

bbranan commented 7 years ago

This allows for viewing the Solr admin UI as well as the Fedora UI.

mbklein commented 7 years ago

I have a working OpenVPN solution (currently operating alongside bastion, but could easily supplant it) in a branch on top of @eefahy's add-default-params PR branch, and rebased on master. I've got a little more testing to do before I'm ready to submit a PR, but since I don't have repo rights to assign myself an issue, I wanted to make you aware of it.

bbranan commented 7 years ago

Given that the original purpose of adding a VPN was to support viewing of the various app UIs (solr, zookeeper, fedora), is there still a need for this given the alternate approach described here: https://github.com/samvera-labs/hyku/wiki/View-Solr-and-Zookeeper-dashboards-in-AWS? @eefahy?