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
Describe the issue:
Following error occurs when importing a service provider from a yaml file. This is happening after upgrading to snakeyaml 2.xx (wso2/identity-api-server#480).
Need to check the other places where resources are being imported from yaml files (idp import API).
Caused by: Global tag is not allowed: tag:yaml.org,2002:org.wso2.carbon.identity.application.common.model.ServiceProvider
in 'string', line 1, column 1:
!!org.wso2.carbon.identity.appli ...
^
Describe the issue:
Following error occurs when importing a service provider from a yaml file. This is happening after upgrading to snakeyaml 2.xx (wso2/identity-api-server#480).
Need to check the other places where resources are being imported from yaml files (idp import API).
How to reproduce:
Possible Fix:
https://stackoverflow.com/questions/76717530/global-tag-is-not-allowed-exception-in-snakeyaml-2-0
The text was updated successfully, but these errors were encountered: