diff --git a/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md b/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md index dc55d8ad349..ba2038a23ff 100644 --- a/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md +++ b/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/index.md @@ -67,6 +67,10 @@ If you are upgrading production this is the recommended version to upgrade to. ## Breaking Changes for 1.0 Stable Release +### JWT Authentication Public Keys URL Change + +With Release 1.0.0, JWT Authentication endpoint needs to be updated from `{OPENMETADATA_HOST_NAME}/api/v1/config/jwks` to `{OPENMETADATA_HOST_NAME}/api/v1/system/config/jwks`. This is required as part of [API Endpoints](/deployment/upgrade#api-endpoint-changes). The Environment variable name is `AUTHENTICATION_PUBLIC_KEYS`. It expects list of URLs. One of the URL will be for OpenMetadata JWT Authentication Endpoint. + ### Airflow Configuration & Pipeline Service Client The new section on the `openmetadata.yaml` configuration for the Pipeline Service Client has been updated. diff --git a/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/versions/013-to-100.md b/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/versions/013-to-100.md index 61c4397a304..18a9b0e5d88 100644 --- a/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/versions/013-to-100.md +++ b/openmetadata-docs-v1/content/v1.0.0/deployment/upgrade/versions/013-to-100.md @@ -29,6 +29,10 @@ Upgrading from 0.13 to 1.0 can be done directly on your instances. This page wil ## Breaking Changes for 1.0 Stable Release +### JWT Authentication Public Keys URL Change + +With Release 1.0.0, JWT Authentication endpoint needs to be updated from `{OPENMETADATA_HOST_NAME}/api/v1/config/jwks` to `{OPENMETADATA_HOST_NAME}/api/v1/system/config/jwks`. This is required as part of [API Endpoints](/deployment/upgrade#api-endpoint-changes). The Environment variable name is `AUTHENTICATION_PUBLIC_KEYS`. It expects list of URLs. One of the URL will be for OpenMetadata JWT Authentication Endpoint. + ### Airflow Configuration & Pipeline Service Client The new section on the `openmetadata.yaml` configuration for the Pipeline Service Client has been updated.