Changelog
- cc399aa Merge pull request #12 from Infisical/feat/gateway-v2
- 0da9260 misc: updated cert renewal every 6 hours
- 242eb0a misc: deleted network.go file
- 8857179 misc: more improvements to logging
- 61182d9 misc: addressed comments
- e00b1a8 misc: updated gateway to negotiate protocol through alpn headers
- 97da198 misc: updated logs
- e79f425 misc: updated ip flag to be host instead for relay
- 7e9a71a misc: updated proxy terminology to relay and finalized command location
- fc62acd misc: updated gateway logs
- fcdc145 misc: removed proxy auth logging
- e5a426d misc: addressed greptile
- 7d2276f misc: decreased tls deadline
- 21d61c1 misc: only close new connection for duplicate gateway
- c51d31f Revert "misc: added sending of error message when multiple gateway is detected"
- ce41396 misc: added sending of error message when multiple gateway is detected
- 8eaf2a5 misc: improved security posture of proxy server
- 4e6ee38 misc: used non-standard port for proxy TLS
- 6065584 misc: add cert renewal to gateway server
- d39ef05 misc: finalized cert renewal interval to 10 days
- 9ccf30b misc: add connection deadline for unauthenticated requests
- 3bcf34c misc: addeed tls connection accept log
- b152338 misc: corrected client handling
- 6d0a021 misc: updated proxy tls server handling for cert renewal
- 9909141 misc: added proxy cert auto-renewal
- 085de6d misc: added proxy name validation
- 2dbb176 feat: added systemd support
- dc7a438 feat: added heartbeat
- f7ed054 feat: added auth injection for k8 and platform checks
- 36c069d feat: added TCP and HTTP forward handling to gateway
- 74db2f3 misc: set target host of proxy to gateway
- a233a3f misc: updated gateway to fetch client certificate chain
- ef24451 misc: added handshake forcing
- 97b9d17 misc: added log point
- 3369207 misc: updated proxy to fetch client pem chain
- 6f7eda5 misc: added log
- cda3ac3 misc: added full server certificate chain to proxy tls
- 1fb0a48 misc: updated proxy to start tls server instead of tcp
- 069883c feat: gateway v2 scaffolding