Renovate Bot
5373a1d637
Update module google.golang.org/api to v0.26.0
2020-06-11 04:26:26 +00:00
Renovate Bot
5a22a0d6f7
Update module stretchr/testify to v1.6.1
2020-06-10 22:59:32 +00:00
Renovate Bot
89ece36d0c
Update module rs/zerolog to v1.19.0
2020-06-10 21:42:18 +00:00
Renovate Bot
5baeb4ae94
Update module open-policy-agent/opa to v0.20.5
2020-06-10 20:35:03 +00:00
Renovate Bot
eecf33218a
Update module contrib.go.opencensus.io/exporter/prometheus to v0.2.0
2020-06-10 20:25:14 +00:00
Renovate Bot
5aa3cbc5b9
Update module caddyserver/certmagic to v0.11.1
2020-06-10 18:20:19 +00:00
Renovate Bot
36fa986e97
Update google.golang.org/genproto commit hash to a5b850b
2020-06-10 16:40:59 +00:00
Bobby DeSimone
b00acad517
internal/controlplane: set minimum tls version ( #854 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-06-10 09:08:05 -07:00
Bobby DeSimone
b8ccfee499
go.mod: bump required go version to 1.14 ( #868 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-06-10 09:07:39 -07:00
Caleb Doxsey
fe2369400c
proxy: only set validation context if trusted_ca is used ( #863 )
...
* proxy: only set validation context if trusted_ca is used
* fix test
2020-06-09 13:45:03 -06:00
Cuong Manh Le
9e711b4612
internal/httputil: add HTTPStatsRoundTripper to DefaultClient ( #828 )
2020-06-08 14:34:32 -04:00
Yuchen Ying
7abe3a3b02
Remove additional indirection. ( #848 )
...
o is already a pointer to Options struct.
2020-06-08 07:36:24 -06:00
Aidan Steele
48912dbc33
Fix small typo ( #836 )
2020-06-07 07:46:47 -04:00
Travis Groth
6f938562ca
Add backport action ( #829 )
2020-06-06 16:19:38 -04:00
Cuong Manh Le
4d5edb0d64
Feature/remove request headers ( #822 )
...
* config: add RemoveRequestHeaders
Currently, we have "set_request_headers" config, which reflects envoy
route.Route.RequestHeadersToAdd. This commit add new config
"remove_request_headers", which reflects envoy RequestHeadersToRemove.
This is also a preparation for future PRs to implement disable user
identity in request headers feature.
* integration: add test for remove_request_headers
* docs: add documentation/changelog for remove_request_headers
2020-06-03 07:46:51 -07:00
Caleb Doxsey
b80a419699
xds: use ipv4 address when ipv6 is disabled ( #823 )
2020-06-02 13:05:44 -06:00
Bobby DeSimone
afe22fd24b
posts: 0-9-0 release notes ( #820 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-06-01 20:29:50 -07:00
Renovate Bot
7e77a2fc9f
chore(deps): update module stretchr/testify to v1.6.0
2020-06-01 19:29:46 +00:00
Renovate Bot
db2ca576fd
chore(deps): update module caddyserver/certmagic to v0.11.0
2020-06-01 17:54:45 +00:00
Renovate Bot
ab00c68cc8
chore(deps): update google.golang.org/genproto commit hash to 0f60399
2020-06-01 16:47:54 +00:00
Caleb Doxsey
fca17d365a
xds: force ipv4 for localhost to workaround ipv6 issue in docker compose ( #819 )
2020-06-01 08:58:28 -06:00
Caleb Doxsey
12e373249b
config: strip quotes from http redirect addr ( #818 )
2020-06-01 08:51:56 -06:00
Renovate Bot
44784e98fe
chore(deps): update golang.org/x/net commit hash to 3c3fba1
2020-06-01 13:49:57 +00:00
Renovate Bot
c973174d30
chore(deps): update github.com/natefinch/atomic commit hash to 18c0533
2020-06-01 12:33:54 +00:00
Travis Groth
914b952854
envoy: Switch to distroless/base for releases ( #810 )
2020-05-31 10:18:03 -04:00
Bobby DeSimone
44cf1fba1f
deployment: prepare 0.9.0 ( #798 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-30 18:07:57 -07:00
Bobby DeSimone
eae217851a
authenticate: clear session if ctx fails ( #806 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-29 17:25:09 -07:00
Caleb Doxsey
b88a619c0d
docs: add mTLS recipe ( #807 )
...
* docs: add mTLS recipe
* add argo and mtls to sidebar
2020-05-29 16:10:40 -06:00
Travis Groth
f97341dcb8
Fix autocache telemetry labels ( #805 )
2020-05-29 17:47:45 -04:00
Travis Groth
06e3f5def5
Fix missing/incorrect grpc labels ( #804 )
2020-05-29 15:57:58 -04:00
Travis Groth
6761cc7a14
telemetry: service label updates ( #802 )
2020-05-29 15:16:22 -04:00
Caleb Doxsey
49c323ae73
docs: add argo recipe ( #803 )
2020-05-29 12:05:14 -06:00
Caleb Doxsey
c1e648e0a9
docs: update dockerfiles for v0.9.0 ( #801 )
...
* docs: update dockerfiles for v0.9.0
* docs: use latest tag for docker files
2020-05-29 08:13:01 -06:00
Joel Bastos
d67bb22342
docs: typo on configuration doc ( #800 )
...
Correct memcached name
2020-05-28 16:28:55 -07:00
Travis Groth
49db9867d7
docs: Expose config parameters in sidebar ( #797 )
2020-05-28 16:37:34 -04:00
Caleb Doxsey
df2b09a906
docs: add note about unsupported platforms ( #799 )
2020-05-28 12:57:03 -06:00
Travis Groth
14432daf26
docs: Update examples ( #796 )
2020-05-28 10:29:10 -04:00
Caleb Doxsey
c77b2c6876
authenticate: fix insecure gRPC connection string default port ( #795 )
2020-05-28 07:47:41 -06:00
Caleb Doxsey
988477c90d
authenticate: fix user-info call for AWS cognito ( #792 )
2020-05-27 15:37:42 -06:00
Caleb Doxsey
b16bc5e090
authorize: reduce log noise for empty jwt ( #793 )
2020-05-27 15:34:15 -06:00
Caleb Doxsey
748ab836b6
cache: fix closing too early ( #791 )
...
* cache: fix closing too early
* fix test
2020-05-27 11:28:08 -06:00
Caleb Doxsey
12d90a021c
authenticate: remove authorize url validate check ( #790 )
...
* authenticate: remove authorize url validate check
* fix test
2020-05-27 09:23:22 -06:00
Caleb Doxsey
f6114c288a
xds: add catch-all for pomerium routes ( #789 )
2020-05-27 09:12:04 -06:00
Caleb Doxsey
17952e3ac5
xds: disable cluster validation to handle out-of-order updates ( #783 )
2020-05-27 08:02:29 -06:00
Noah Stride
d85e490640
fix: docs regarding claim headers ( #782 )
2020-05-27 09:58:48 -04:00
Caleb Doxsey
f03f57980c
docs: update traefik example and add note about forwarded headers ( #784 )
2020-05-26 18:14:11 -06:00
Caleb Doxsey
268a7067c1
forward-auth: support x-forwarded-uri ( #780 )
2020-05-26 14:07:20 -06:00
Renovate Bot
57d2656f66
chore(deps): update module open-policy-agent/opa to v0.20.4
2020-05-26 19:50:06 +00:00
Renovate Bot
80597c9459
chore(deps): update module go-redis/redis/v7 to v7.3.0
2020-05-26 18:41:19 +00:00
Caleb Doxsey
8943c7c17d
xds: lazy-load root ca bundle to avoid log in version command ( #778 )
2020-05-26 12:00:36 -06:00