Commit graph

4 commits

Author SHA1 Message Date
Joe Kralicky
bfd7cf73b3
bugfixes 2024-11-04 19:06:56 -05:00
Joe Kralicky
8049ca54d0
linter pass 2024-11-04 13:07:43 -05:00
Joe Kralicky
f1d2799a9f
Initial test environment implementation 2024-11-04 13:07:42 -05:00
Joe Kralicky
e3e7de741c
envoy: support http2 prior knowledge for insecure upstream targets (#5205)
This allows using the scheme 'h2c' to indicate http2 prior knowledge for
insecure upstream servers. This can be used to perform TLS termination for
GRPC servers configured with insecure credentials.

As an example, this allows the following route configuration:

routes:
  - from: https://grpc.localhost.pomerium.io
    to: h2c://localhost:9090
2024-08-13 13:40:44 -04:00