wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

Verify Migration Preparedness for Feature: JWT Private Key with Management Application #21586

Open aaujayasena opened 2 weeks ago

aaujayasena commented 2 weeks ago

Describe the issue: We need to re-evaluate if migration steps are required for the feature concerning JWT private key management in the WSO2 Identity Server (IS).

Version Transitions:

Key Considerations:

Related issue: https://github.com/wso2/product-is/issues/20546

aaujayasena commented 2 weeks ago

I have tried to test this with 7.0.0 -> 7.1.0. But served startup give issue due to change https://github.com/wso2/product-is/issues/21379

Thumimku commented 2 weeks ago

Based on the code, and the comment on the PR, The behavior should follow this priority order:

  1. Application
  2. Tenant
  3. System

If a configuration at a higher level is not defined, the configuration from the next level will be applied. Therefore, no migration effort should be required; however, an evaluation is necessary.

aaujayasena commented 2 weeks ago

I have tried to test this with 7.0.0 -> 7.1.0. But served startup give issue due to change #21379

Issue created for the blocker https://github.com/wso2/product-is/issues/21625