You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since APIM does not have any flows that edit past API revisions, this flow has not been tested. But editing past API revision became a requirement with https://github.com/wso2-enterprise/wso2-apim-internal/issues/7431 where we need to decrypt and re-encrypt endpoint secrets stored in past API revisions.
Editing old API revisions result in a Null Pointer Exception due to null being returned from here and that null being accessed here
Steps to Reproduce
Log into the publisher portal
Deploy the Pizza Shack API
Change some configuration and deploy another revision of the API
Log into the carbon console and click on browse to browse registry artifacts
Expand and click on _system -> governance -> apimgt -> applicationdata -> apis -> [api-uuid] -> [revision] -> api
Change something like the port of the endpoint in endpoint configs
Click on save API
Version
4.1.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
Since APIM does not have any flows that edit past API revisions, this flow has not been tested. But editing past API revision became a requirement with https://github.com/wso2-enterprise/wso2-apim-internal/issues/7431 where we need to decrypt and re-encrypt endpoint secrets stored in past API revisions.
Editing old API revisions result in a Null Pointer Exception due to null being returned from here and that null being accessed here
Steps to Reproduce
Version
4.1.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: