pomerium/pkg/envoy
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
..
files allow pomerium to be embedded as a library (#3415) 2022-06-15 20:29:19 -04:00
envoy.go core/logging: less verbose logs (#5040) 2024-03-29 15:26:20 -06:00
envoy_darwin.go fix lint warning in pkg/envoy (#4181) 2023-05-16 13:58:00 -07:00
envoy_linux.go allow pomerium to be embedded as a library (#3415) 2022-06-15 20:29:19 -04:00
envoy_other.go allow pomerium to be embedded as a library (#3415) 2022-06-15 20:29:19 -04:00
envoy_test.go allow pomerium to be embedded as a library (#3415) 2022-06-15 20:29:19 -04:00
extract.go core/envoy: clean up temporary directory on start (#4914) 2024-01-24 15:53:44 -07:00
extract_test.go core/envoy: clean up temporary directory on start (#4914) 2024-01-24 15:53:44 -07:00
misc.go envoyconfig: address strconv.Atoi warnings (#5076) 2024-04-26 09:38:41 -07:00