From fd57850bf477e994ed46c987e50ad3e7b0f36650 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Wed, 13 Sep 2023 18:13:09 +0200 Subject: [PATCH 1/2] Update sftd docs: include uri scheme in allowOrigin --- docs/src/how-to/install/sft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/how-to/install/sft.md b/docs/src/how-to/install/sft.md index e4560c72168..f71680e08b5 100644 --- a/docs/src/how-to/install/sft.md +++ b/docs/src/how-to/install/sft.md @@ -18,7 +18,7 @@ tags: sftd: host: sftd.example.com # Replace example.com with your domain - allowOrigin: webapp.example.com # Should be the address you used for the webapp deployment + allowOrigin: https://webapp.example.com # Should be the address you used for the webapp deployment (Note: you must include the uri schema "https://") ``` In your `secrets.yaml` you should set the TLS keys for sftd domain: From 98d061efa1f28b769b007bf60343a7714c247bf9 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Wed, 13 Sep 2023 18:14:39 +0200 Subject: [PATCH 2/2] fixup --- docs/src/how-to/install/sft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/how-to/install/sft.md b/docs/src/how-to/install/sft.md index f71680e08b5..9074bd93a21 100644 --- a/docs/src/how-to/install/sft.md +++ b/docs/src/how-to/install/sft.md @@ -18,7 +18,7 @@ tags: sftd: host: sftd.example.com # Replace example.com with your domain - allowOrigin: https://webapp.example.com # Should be the address you used for the webapp deployment (Note: you must include the uri schema "https://") + allowOrigin: https://webapp.example.com # Should be the address you used for the webapp deployment (Note: you must include the uri scheme "https://") ``` In your `secrets.yaml` you should set the TLS keys for sftd domain: