pieterlange / kube-openvpn

:closed_lock_with_key: Kubernetes native OpenVPN
MIT License
383 stars 57 forks source link

Update alpine & openvpn, fix PKI permissions #53

Closed bekriebel closed 6 years ago

bekriebel commented 6 years ago

These changes update the version of alpine and openvpn to the latest releases and also properly set the permissions of the PKI volume mount so it is readable only by root.

I've tested both changes in a newly created environment.

Thanks for the work on this!

pieterlange commented 6 years ago

Looks fine, and i only just noticed the new alpine release this week!

Thanks for the patch & tests, i'll also cut a new release after i've done my own tests.

bekriebel commented 6 years ago

Thanks! If you could do a new tagged release on Docker Hub too, that would be fantastic.

I may have some more improvements around the deploy scripts in the future, but for now I have it working for what I needed.

pieterlange commented 6 years ago

Yeah the deployment process can use some work.

The endgame is probably to write an operator for the cert management, but i need to block some time for that.

pieterlange commented 6 years ago

Just noticed tagged releases on docker hub have been broken for a while..manually triggered 0.4.3. Sorry for the delay and thanks again for the PR.