docs: only secure schemes are supported (#2408)

* docs: only secure schemes are supported

https://pomerium-io.slack.com/archives/CK92MUAES/p1627615869000100?thread_ts=1627567572.143500&cid=CK92MUAES

* bring update to source file

Co-authored-by: alexfornuto <alex@fornuto.com>
This commit is contained in:
bobby 2021-07-30 07:40:41 -07:00 committed by GitHub
parent 386fc6ef81
commit 2b6813dc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -1188,6 +1188,12 @@ Requires setting [Google Cloud Serverless Authentication Service Account](./#goo
Specifying `tcp+https` for the scheme enables [TCP proxying](../docs/topics/tcp-support.md) support for the route. You may map more than one port through the same hostname by specifying a different `:port` in the URL.
:::warning
Only secure schemes (`https` and `tcp+https`) are supported.
:::
### Kubernetes Service Account Token
- `yaml`/`json` setting: `kubernetes_service_account_token` / `kubernetes_service_account_token_file`

View file

@ -1313,6 +1313,12 @@ settings:
`From` is the externally accessible URL for the proxied request.
Specifying `tcp+https` for the scheme enables [TCP proxying](../docs/topics/tcp-support.md) support for the route. You may map more than one port through the same hostname by specifying a different `:port` in the URL.
:::warning
Only secure schemes (`https` and `tcp+https`) are supported.
:::
- name: "Kubernetes Service Account Token"
keys:
[