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

Fix management API not returning the content of the data service when elements attribute in not configured #3294

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

DedunuKarunarathne
Copy link
Contributor

@DedunuKarunarathne DedunuKarunarathne commented Mar 28, 2024

Purpose:

Fix management API not returning the content of the data service when elements attribute in not configured in the data service.
The deployment is validated only if the query is called and the management API does not validate the configuration during query serialization. Therefore, during query serialization the elements attribute is considered as optional.

Fixes: #3291

@DedunuKarunarathne DedunuKarunarathne changed the title Fix management API not validating query configuration in a Data Service Fix management API not returning the content of the data service when elements attribute in not configured Mar 28, 2024
… elements attribute in not configured

The deployment is validated only if the query is called and the management API does not validate the configuration during query serialization. Therefore, during query serialization the elements attribute is considered as optional.
Fixes: wso2#3291
@DedunuKarunarathne DedunuKarunarathne merged commit 701e56e into wso2:master Mar 28, 2024
5 of 9 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.

[MI 4.2.0] Management API does not validate query configuration in a Data Service.
2 participants