From 86d000a02aa3ce7c07c50a43e5efd65907192c59 Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Fri, 25 Apr 2025 17:39:06 +0530 Subject: [PATCH] Docs: Removing ODIC Troubleshooting Section (#20974) Co-authored-by: Rounak Dhillon --- .../deployment/security/custom-oidc/kubernetes.md | 10 ---------- .../deployment/security/custom-oidc/kubernetes.md | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/openmetadata-docs/content/v1.7.x/deployment/security/custom-oidc/kubernetes.md b/openmetadata-docs/content/v1.7.x/deployment/security/custom-oidc/kubernetes.md index 09e5419d24f..1d103579651 100644 --- a/openmetadata-docs/content/v1.7.x/deployment/security/custom-oidc/kubernetes.md +++ b/openmetadata-docs/content/v1.7.x/deployment/security/custom-oidc/kubernetes.md @@ -31,13 +31,3 @@ global: ``` {% partial file="/v1.7/deployment/configure-ingestion.md" /%} - -### Troubleshooting - -* If you are seeing the below trace in the logs, you need to add the discovery URL - -``` -org.pac4j.core.exception.TechnicalException: You must define either the discovery URL or directly the provider metadata -``` - -To resolve the error regarding the discovery URL, you need to set the `AUTHENTICATION_DISCOVERY_URI` in your configuration. This URI is used to discover the OpenID Connect provider's configuration. diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/security/custom-oidc/kubernetes.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/security/custom-oidc/kubernetes.md index ed8765e0db4..5668b438b99 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/security/custom-oidc/kubernetes.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/security/custom-oidc/kubernetes.md @@ -31,13 +31,3 @@ global: ``` {% partial file="/v1.8/deployment/configure-ingestion.md" /%} - -### Troubleshooting - -* If you are seeing the below trace in the logs, you need to add the discovery URL - -``` -org.pac4j.core.exception.TechnicalException: You must define either the discovery URL or directly the provider metadata -``` - -To resolve the error regarding the discovery URL, you need to set the `AUTHENTICATION_DISCOVERY_URI` in your configuration. This URI is used to discover the OpenID Connect provider's configuration.