MasseGuillaume / aws-vpn-client-docker

Linux AWS VPN Client with SAML using OpenVPN and Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenVPN AWS VPN Linux Client in Docker

This is a Docker implementation of the original AWS VPN client PoC with OpenVPN using SAML authentication. The goal is to have an easy to consume Linux client.

See the original blog post for the implementation details.

Content of the repository

How to use

  1. Place AWS configuration file at the same folder of docker-compose.yml, naming it vpn.conf
  2. Execute docker-compose up (Better to not use -d option, for getting the login URL in the logs and stopping the container in a easier way)

About

Linux AWS VPN Client with SAML using OpenVPN and Docker

License:MIT License


Languages

Language:Shell 69.0%Language:Dockerfile 18.5%Language:Go 12.5%