Go to file
Dustin 25524d5290 routes: Add WireGuard configuration resource
The * GET /wireguard/config/<instance-id>* resource returns the
WireGuard client configuration assigned to the specified instance ID.
The resource contents are stored in the Kubernetes Secret, in a data
field named `wireguard-config`.  The contents of this field are returned
directly as a string, without any transformation.  Thus, the value must
be a complete, valid WireGuard configuration document.  Instances will
fetch and save this configuration when they first launch, to configure
their access to the VPN.
2022-10-03 18:29:47 -05:00
ci ci: Begin Jenkins build pipeline 2022-09-10 10:30:54 -05:00
src routes: Add WireGuard configuration resource 2022-10-03 18:29:47 -05:00
terraform terraform: Begin AWS configuration 2022-09-27 12:58:51 -05:00
test/data/sns Begin HTTP server, SNS message receiver 2022-09-03 22:58:23 -05:00
.dockerignore ci: Begin Jenkins build pipeline 2022-09-10 10:30:54 -05:00
.editorconfig ci: Begin Jenkins build pipeline 2022-09-10 10:30:54 -05:00
.gitattributes Initial commit 2022-08-31 21:02:17 -05:00
.gitignore sns: Save messages to disk 2022-09-05 09:45:44 -05:00
Cargo.lock Begin EC2 instance state event handler 2022-10-01 10:34:03 -05:00
Cargo.toml Begin EC2 instance state event handler 2022-10-01 10:34:03 -05:00
Containerfile container: Rebase on Fedora 35 2022-09-11 13:17:54 -05:00
rustfmt.toml Initial commit 2022-08-31 21:02:17 -05:00