mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 02:16:18 +00:00
Add a note for jwt public key url change (#11277)
This commit is contained in:
parent
a7d2ca1786
commit
0e874ff51a
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user