From 2ba879c0061da6ee4bc74cf294a80f9af73ef0c9 Mon Sep 17 00:00:00 2001 From: "backport-actions-token[bot]" <87506591+backport-actions-token[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 12:17:24 -0500 Subject: [PATCH] DOCS: CORS preflight in console (#2642) (#2693) * document CORS preflight for console * rm paste error. Co-authored-by: Alex Fornuto --- docs/enterprise/console-settings.yaml | 2 +- docs/enterprise/reference/manage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/enterprise/console-settings.yaml b/docs/enterprise/console-settings.yaml index 835bd8638..d8f1c6912 100644 --- a/docs/enterprise/console-settings.yaml +++ b/docs/enterprise/console-settings.yaml @@ -165,7 +165,7 @@ settings: ### Overrides - **Any Authenticated User**: This setting will allow access to a route with this policy attached to any user who can authenticate to your Identity Provider (**IdP**). - - **CORS Preflight**: + - **CORS Preflight**: Allow unauthenticated HTTP OPTIONS requests as per the CORS spec. - **Public Access**: This setting allows complete, unrestricted access to an associated route. Use this setting with caution. - name: "Certificates" - name: "Configure" diff --git a/docs/enterprise/reference/manage.md b/docs/enterprise/reference/manage.md index 35f29e303..840396691 100644 --- a/docs/enterprise/reference/manage.md +++ b/docs/enterprise/reference/manage.md @@ -356,7 +356,7 @@ A policy can only support PPL or Rego. Once one is set, the other tab is disable ### Overrides - **Any Authenticated User**: This setting will allow access to a route with this policy attached to any user who can authenticate to your Identity Provider (**IdP**). -- **CORS Preflight**: +- **CORS Preflight**: Allow unauthenticated HTTP OPTIONS requests as per the CORS spec. - **Public Access**: This setting allows complete, unrestricted access to an associated route. Use this setting with caution.