Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.62 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.62 KB

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)