pomerium/internal
Travis Groth 683c591f14
Backport go 1.15 changes for 0-10-0 (#1334)
* pkg/storage/redis: use SANs cert

Since go1.15, X.509 CommonName is deprecated, switch to a SANs
certificate for test redis TLS.

While at it, add instruction to genearte cert and build test image.

See: https://golang.org/doc/go1.15#commonname

* config: do not test for exact route id

Different go version can genearte different route id, due to the fact
that we are relying on xxhash.

* internal/controlplane: mocking policy name in test

We don't have to test for exact policy name, as it does not make sense
and force us to change test every new go release.

Co-authored-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
2020-08-25 16:59:36 -04:00
..
autocert autocert: fix locking issue (#1310) (#1311) 2020-08-20 14:43:51 -06:00
cmd/pomerium config: add support for policies stored in the databroker (#1099) 2020-07-17 10:35:29 -06:00
controlplane Backport go 1.15 changes for 0-10-0 (#1334) 2020-08-25 16:59:36 -04:00
databroker pkg/storage/redis: add redis TLS support (#1163) 2020-07-31 19:37:23 +07:00
directory azure: support deriving credentials from client id, client secret and provider url (#1300) (#1301) 2020-08-18 10:41:21 -06:00
encoding cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
envoy internal/envoy: improve handleLogs (#929) 2020-06-19 09:14:10 +07:00
fileutil *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
frontend directory.Group entry for groups (#1118) 2020-07-22 11:28:53 -06:00
hashutil authenticate: save oauth2 tokens to cache (#698) 2020-05-18 17:10:10 -04:00
httputil config: add PassIdentityHeaders option (#903) 2020-06-22 10:29:44 +07:00
identity fix redirect loop, remove user/session services, remove duplicate deleted_at fields (#1162) 2020-07-30 09:41:57 -06: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
protoutil feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00
scheduler feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00
sessions kubernetes apiserver integration (#1063) 2020-07-14 08:33:24 -06:00
signal pkg/storage: introduce storage.Backend Watch method (#1135) 2020-07-27 21:10:47 +07:00
telemetry telmetry: add databroker storage metrics and tracing (#1161) 2020-07-30 18:19:23 -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 internal/urlutil: add tests for GetDomainsForURL (#1183) 2020-08-01 09:59:40 -07:00
version *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00