mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
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:
parent
386fc6ef81
commit
2b6813dc95
2 changed files with 12 additions and 0 deletions
|
@ -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`
|
||||
|
|
|
@ -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:
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue