Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set BLOB as the property type of Google Outbound Provisioning Private Key #579

Merged

Conversation

UdeshAthukorala
Copy link
Contributor

Purpose

Resolves wso2/product-is#19049

Approach

  • When creating/updating the IDP via managemnt console, from the SOAP requests we are setting the property type of google_prov_private_key as a BLOB and due to that we are saving it as a BLOB.[1]

  • But when we creating/updating the IDP via new console, form the API server we didn't set the property type for the google_prov_private_key and due to that we are getting below error
    Value too long for column "PROPERTY_VALUE CHARACTER VARYING(2048)

  • So set BLOB as the property type of Google Outbound Provisioning Private Key.

[1] https://github.com/wso2/carbon-identity-framework/blob/610b6a595cb865320720b3884b188507dcc5587b/components/idp-mgt/org.wso2.carbon.idp.mgt.ui/src/main/java/org/wso2/carbon/idp/mgt/ui/util/IdPManagementUIUtil.java#L483-L488

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/7609152792

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/7609152792
Status: success

Copy link

@jenkins-is-staging jenkins-is-staging left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/7609152792

@madurangasiriwardena madurangasiriwardena merged commit f9ab4f6 into wso2:master Jan 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not update Google Outbound provisioning configurations via Console
3 participants