pomerium/config/envoyconfig
Kenneth Jenkins a3149363a6
envoyconfig: address strconv.Atoi warnings (#5076)
Replace Atoi() calls with ParseUint(), and update the buildAddress()
defaultPort parameter to be a uint32. (A uint16 would arguably make more
sense for a port number, but uint32 matches the Envoy proto field.)

Delete a ParseAddress() method that appears to be unused.
2024-04-26 09:38:41 -07:00
..
filemgr core/filemgr: use xxhash instead of sha512 for filenames (#4697) 2023-11-01 13:52:32 -06:00
luascripts core/envoy: fix remove cookie lua script (#4641) 2023-11-09 10:49:56 -07:00
testdata core/envoy: format envoy local replies (#5067) 2024-04-18 09:22:15 -06:00
acmetlsalpn.go envoyconfig: address strconv.Atoi warnings (#5076) 2024-04-26 09:38:41 -07:00
acmetlsalpn_test.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
bootstrap.go envoy: migrate deprecated overload setting (#5082) 2024-04-22 18:53:24 -07:00
bootstrap_test.go envoy: migrate deprecated overload setting (#5082) 2024-04-22 18:53:24 -07:00
builder.go
clusters.go envoyconfig: address strconv.Atoi warnings (#5076) 2024-04-26 09:38:41 -07:00
clusters_envoy_admin.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
clusters_test.go config: add runtime flags (#5050) 2024-04-04 17:51:04 -04:00
envoyconfig.go envoyconfig: address strconv.Atoi warnings (#5076) 2024-04-26 09:38:41 -07:00
filters.go authorize: incorporate mTLS validation from Envoy (#4374) 2023-07-21 12:17:01 -07:00
http_connection_manager.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
listeners.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
listeners_envoy_admin.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
listeners_test.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
lua.go envoy: add a filter to store client cert info (#4372) 2023-07-19 13:02:13 -07:00
lua_test.go core/envoy: fix remove cookie lua script (#4641) 2023-11-09 10:49:56 -07:00
outbound.go core/envoy: only enable port reuse on linux (#5066) 2024-04-11 16:19:20 -06:00
outbound_test.go explicitly list gRPC services accessible via the gRPC listener (#3879) 2023-01-11 12:38:34 -05:00
per_filter_config.go core/grpc: fix deprecated protobuf package, remove tools (#4643) 2023-10-26 11:38:54 -06:00
protocols.go config: add runtime flags (#5050) 2024-04-04 17:51:04 -04:00
protocols_test.go config: add runtime flags (#5050) 2024-04-04 17:51:04 -04:00
route_configurations.go core/config: add config version, additional telemetry (#4645) 2023-10-27 15:16:40 -06:00
route_configurations_test.go core/config: implement direct response (#4960) 2024-02-15 14:33:56 -07:00
routes.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
routes_test.go config: add support for TCP proxy chaining (#5053) 2024-04-24 16:35:18 -07:00
tls.go envoy: configure upstream IP SAN match as needed (#4380) 2023-07-21 12:02:51 -07:00
tls_test.go envoy: configure upstream IP SAN match as needed (#4380) 2023-07-21 12:02:51 -07:00
tracing.go
tracing_test.go