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

Capturing sensitive data : hiding the value in the report #2972

Open
glb-cblin opened this issue Jun 27, 2024 · 2 comments
Open

Capturing sensitive data : hiding the value in the report #2972

glb-cblin opened this issue Jun 27, 2024 · 2 comments
Labels
enhancement New feature or request topic: secret

Comments

@glb-cblin
Copy link

glb-cblin commented Jun 27, 2024

I'd like to capture sensitive data in my test and I do not want it to show up in the reports

Is that possible ?

Actual example

POST {{URL}}:/token
{
  "login": "{{LOGIN}}", 
  "password": "{{PASSWORD}}"
}

HTTP 200
[Captures]
access_token: jsonpath "$.access_token"

=> I do not want to be able to see this access_token in the report since it is a permanent token (yes I know, it's not correct from the server to return always the same token but I do not have the choice here ...)

I'd like to be able to do something like

 access_token: jsonpath "$.access_token" hidden
@glb-cblin glb-cblin added the bug Something isn't working label Jun 27, 2024
@jcamiel
Copy link
Collaborator

jcamiel commented Jun 27, 2024

Hi,
Yes we'll support this feature : hiding secrets in logs and reports.

See #2950

@glb-cblin
Copy link
Author

I'm sorry, I do not see how this is realted to #2950

@jcamiel jcamiel added enhancement New feature or request topic: secret and removed bug Something isn't working labels Jun 27, 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 topic: secret
Projects
None yet
Development

No branches or pull requests

2 participants