pomerium/internal/controlplane
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
..
luascripts authorize/evaluator/opa/policy: fix allow rules with impersonate (#1094) 2020-07-17 22:07:11 +07:00
grpc_accesslog.go envoy: add duration and size to access log (#735) 2020-05-19 12:11:48 -06:00
grpc_xds.go envoy: support autocert (#695) 2020-05-18 17:10:10 -04:00
http.go envoy: use envoy request id for logging across systems with http and gRPC (#691) 2020-05-18 17:10:10 -04:00
server.go options refactor (#1088) 2020-07-16 14:30:15 -06:00
xds.go Backport go 1.15 changes for 0-10-0 (#1334) 2020-08-25 16:59:36 -04:00
xds_cluster_test.go implement google cloud serverless authentication (#1080) 2020-07-16 08:25:14 -06:00
xds_clusters.go Set ExtAuthz Cluster name to URL Host (#1132) 2020-07-23 14:10:16 -04:00
xds_listeners.go authorize: strip port from host header if necessary (#1175) 2020-07-31 21:41:58 +07:00
xds_listeners_test.go handle example.com and example.com:443 (#1153) 2020-07-28 15:30:41 -06:00
xds_lua.go envoy: fix lua warning (#731) 2020-05-19 10:21:50 -06:00
xds_routes.go Backport go 1.15 changes for 0-10-0 (#1334) 2020-08-25 16:59:36 -04:00
xds_routes_test.go Backport go 1.15 changes for 0-10-0 (#1334) 2020-08-25 16:59:36 -04:00