Add a note for jwt public key url change (#11277)

This commit is contained in:
Akash Jain 2023-04-26 09:38:19 +05:30 committed by GitHub
parent a7d2ca1786
commit 0e874ff51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,10 @@ If you are upgrading production this is the recommended version to upgrade to.
## Breaking Changes for 1.0 Stable Release ## 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 ### Airflow Configuration & Pipeline Service Client
The new section on the `openmetadata.yaml` configuration for the Pipeline Service Client has been updated. The new section on the `openmetadata.yaml` configuration for the Pipeline Service Client has been updated.

View File

@ -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 ## 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 ### Airflow Configuration & Pipeline Service Client
The new section on the `openmetadata.yaml` configuration for the Pipeline Service Client has been updated. The new section on the `openmetadata.yaml` configuration for the Pipeline Service Client has been updated.