summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2021-05-27[feat] add eip v4HEAD1.0masterkwadronaut
- Closes: #16
2021-05-18Remove versioned CA endpoint. Fixes #13Micah Anderson
2020-03-10[bug] Fix pathing for provider.json.Micah Anderson
This `web.HttpFileHandler(srv, "/provider.json", opts.ApiPath+"provider.json")` should have been `opts.ApiPath+"/provider.json"`. The difference is there was a missing / before provider.json. That results in vpnweb trying to open a path that doesn't exist: /etc/leap/config/vpnprovider.json. Because this is so hard to see, its better to use filepath.Join, so these things cannot happen. So I've switched these to the standard library function that joins paths.
2020-02-11[feat] metrics listen in separate portkali kaneko (leap communications)
2020-02-11[feat] metrics listen in separate portkali kaneko (leap communications)
2020-02-11[feat] add prometheus instrumentationkali kaneko (leap communications)
2020-02-04[docs] document flags and env varskali kaneko (leap communications)
- Resolves: #5
2020-02-04[feat] configurable api pathskali kaneko (leap communications)
- Resolves: #6
2020-01-30refactor auth middlewarekali kaneko (leap communications)
2020-01-29fixes after reviewkali kaneko (leap communications)
2020-01-24refactor into cmd/pkgkali kaneko (leap communications)
2020-01-24fallback to env vars for config optionskali kaneko (leap communications)
2020-01-24refactor flag initializationkali kaneko (leap communications)
2019-09-17add simple provider.jsonKali Kaneko
2019-07-31fix eip-service urlKali Kaneko
2019-07-08bug: repeated registration of eip-serviceKali Kaneko
2019-07-08generate eip-service.jsonKali Kaneko
2019-07-05add tlsKali Kaneko
2019-07-02file handlerKali Kaneko
2019-06-13some error handlingKali Kaneko
2019-06-13initial commitKali Kaneko