pomerium/config
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
..
testdata config: additional kubernetes token source support (#1200) 2020-08-04 09:40:51 -04:00
autocert.go options refactor (#1088) 2020-07-16 14:30:15 -06:00
config_source.go config: add support for policies stored in the databroker (#1099) 2020-07-17 10:35:29 -06:00
doc.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
helpers.go fix lint errors (#1171) 2020-07-31 00:00:06 -04:00
helpers_test.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
options.go azure: support deriving credentials from client id, client secret and provider url (#1300) (#1301) 2020-08-18 10:41:21 -06:00
options_test.go databroker server backend config (#1127) 2020-07-23 10:42:43 +07:00
policy.go config: omit empty subpolicies in yaml/json (#1229) (#1230) 2020-08-07 15:27:43 -04:00
policy_test.go Backport go 1.15 changes for 0-10-0 (#1334) 2020-08-25 16:59:36 -04:00
trace.go telemetry: service label updates (#802) 2020-05-29 15:16:22 -04:00
trace_test.go telemetry: service label updates (#802) 2020-05-29 15:16:22 -04:00