mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 08:27:26 +02:00
proxy: add support for spdy upgrades (#1203)
This commit is contained in:
parent
5653a398de
commit
7a53e6bb42
5 changed files with 121 additions and 42 deletions
|
@ -193,6 +193,7 @@ The policy should be a base64-encoded block of yaml:
|
|||
- from: https://k8s.localhost.pomerium.io:30443
|
||||
to: https://kubernetes.default.svc
|
||||
tls_skip_verify: true
|
||||
allow_spdy: true
|
||||
allowed_domains:
|
||||
- pomerium.com
|
||||
kubernetes_service_account_token: "..." #$(kubectl get secret/"$(kubectl get serviceaccount/pomerium -o json | jq -r '.secrets[0].name')" -o json | jq -r .data.token | base64 -d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue