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

Add support for additional content type data for API calls body parts hiding #29

Open
7kov opened this issue Dec 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@7kov
Copy link

7kov commented Dec 1, 2023

Currently Carina framework has possibilities to hide some sensitive data in API calls through @HideRequest/ResponseBodyPartsInLogs annotations. But as I understand these annotations support JSON and XML data types only. Now on *** project we have some specific calls with application/x-www-form-urlencoded content-type data with some sensitive data in body to hide. The request body in such case looks like this: grant_type=some_grant_type&username=some_username&password=some_password - just some key=value variables pairs through & without any types of brackets, special symbols, etc. One of the key/value pair must be hidden. Can you please add support for such content-type data or at least possibility to hide the whole request/response body for a certain API method in case of some specific content-type data.
Carina Core Version 7.3.19.

@7kov 7kov added the enhancement New feature or request label Dec 1, 2023
@7kov 7kov changed the title Add support for additional content type for API calls body parts hiding Add support for additional content type data for API calls body parts hiding Dec 1, 2023
@akamarouski akamarouski transferred this issue from zebrunner/carina Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant