pomerium/pkg
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
..
cmd/pomerium core/logging: less verbose logs (#5040) 2024-03-29 15:26:20 -06:00
contextutil core: use context.WithoutCancel (#4959) 2024-02-09 13:55:06 -07:00
counter metrics: add linear probabilistic counter (#4776) 2023-12-04 08:51:41 -05:00
cryptutil databroker: build config concurrently, option to bypass validation (#4655) 2023-11-06 13:21:29 -05:00
derivecert cryptutil: generate certificates from deriveca (#3992) 2023-02-23 08:38:56 -07:00
encoding/base58 core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
envoy envoyconfig: address strconv.Atoi warnings (#5076) 2024-04-26 09:38:41 -07:00
fanout zero: merge pomerium/zero-sdk (#4848) 2023-12-11 17:31:39 -05:00
grpc core/mock: switch to uber mock (#5073) 2024-04-16 12:23:00 -06:00
grpcutil chore(deps): bump golang from a6b787c to 1415bb0 (#4883) 2024-01-02 11:05:37 -07:00
health connect: add health check (#5086) 2024-04-26 11:56:36 -04:00
hpke config: no longer stub out HPKE public key fetch (#4853) 2023-12-12 09:57:58 -08:00
httputil core: use context.WithoutCancel (#4959) 2024-02-09 13:55:06 -07:00
logutil protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
metrics more idp metrics (#2842) 2021-12-22 17:30:16 -05:00
netutil add metrics aggregation (#3452) 2022-06-30 10:52:45 -04:00
policy core/ppl: add groups criterion (#4916) 2024-01-30 09:40:15 -07:00
protoutil core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
slices integration: check for profile cookies (#4847) 2023-12-12 10:07:13 -08:00
storage health-check: add storage health check (#5074) 2024-04-19 13:10:33 -04:00
telemetry/requestid core/telemetry: move requestid to pkg directory (#4911) 2024-01-19 13:18:16 -07:00
webauthnutil config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
zero zero: add user-agent to requests (#5078) 2024-04-19 11:33:43 -04:00