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

Secret variable is shown in plain text in the Timeline #3943

Open
2 tasks done
katlim-br opened this issue Feb 5, 2025 · 0 comments
Open
2 tasks done

Secret variable is shown in plain text in the Timeline #3943

katlim-br opened this issue Feb 5, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@katlim-br
Copy link

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

I have an .env file with a secret called MY_SECRET=myverysecret123.

Then, I created a GLOBAL variable: MY_SECRET with the value {{process.env.MY_SECRET}}. And I also marked it as a Secret (shows as ***** in the UI).

When I execute a Request, and I set a header "X-API-KEY" with the value {{MY_SECRET}}, it works.

However, in the Timeline tab, the secret shows as a plain text value (myverysecret123).

Proposed Solution:

When the env var is marked as Secret, the Timeline should also show "****"

.bru file to reproduce the bug

No response

Screenshots/Live demo link

Image

@katlim-br katlim-br added the bug Something isn't working label Feb 5, 2025
@ganesh-bruno ganesh-bruno self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants