pomerium/internal
Cuong Manh Le 896467c4bf
internal/cmd/pomerium: fix data race in handling context (#890)
Caught by:

	go test -race ./internal/cmd/pomerium

The ctx in Run is both read (in handle signal goroutine) and write
(when passing to errgroup context in Run), causes data race.

Fixing it, by passing the ctx to goroutine via argument instead of
accessing it directly.
2020-06-15 22:38:45 +07:00
..
cmd/pomerium internal/cmd/pomerium: fix data race in handling context (#890) 2020-06-15 22:38:45 +07:00
controlplane controlplane: use previous preferred cipher suite (#889) 2020-06-14 17:53:18 -07:00
cryptutil authenticate: add jwks and .well-known endpoint (#745) 2020-05-21 11:46:29 -07:00
encoding *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
envoy telemetry: service label updates (#802) 2020-05-29 15:16:22 -04:00
fileutil *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
frontend frontend: fix logo fill on chrome (#893) 2020-06-13 13:55:01 -07:00
grpc authenticate: fix insecure gRPC connection string default port (#795) 2020-05-28 07:47:41 -06:00
hashutil authenticate: save oauth2 tokens to cache (#698) 2020-05-18 17:10:10 -04:00
httputil internal/httputil: add HTTPStatsRoundTripper to DefaultClient (#828) 2020-06-08 14:34:32 -04:00
identity authenticate: fix user-info call for AWS cognito (#792) 2020-05-27 15:37:42 -06:00
kv Fix autocache telemetry labels (#805) 2020-05-29 17:47:45 -04:00
log envoy: use envoy request id for logging across systems with http and gRPC (#691) 2020-05-18 17:10:10 -04:00
middleware authorize: allow CORS preflight requests (#672) 2020-05-18 17:10:10 -04:00
sessions state: infer user from subject (#772) 2020-05-26 10:31:55 -07:00
telemetry Fix autocache telemetry labels (#805) 2020-05-29 17:47:45 -04:00
testutil controlplane: xds unit tests (#770) 2020-05-25 11:14:07 -06:00
tripper *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
urlutil authenticate: save oauth2 tokens to cache (#698) 2020-05-18 17:10:10 -04:00
version *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00