From 2b6813dc95ac88348df4039f705e4239a6e0b11c Mon Sep 17 00:00:00 2001 From: bobby <1544881+desimone@users.noreply.github.com> Date: Fri, 30 Jul 2021 07:40:41 -0700 Subject: [PATCH] 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 --- docs/reference/readme.md | 6 ++++++ docs/reference/settings.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/reference/readme.md b/docs/reference/readme.md index 1d88dc5cf..597d07917 100644 --- a/docs/reference/readme.md +++ b/docs/reference/readme.md @@ -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` diff --git a/docs/reference/settings.yaml b/docs/reference/settings.yaml index fe8c98a81..1d74e5faf 100644 --- a/docs/reference/settings.yaml +++ b/docs/reference/settings.yaml @@ -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: [