We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an .env file with a secret called MY_SECRET=myverysecret123.
.env
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).
MY_SECRET
{{process.env.MY_SECRET}}
When I execute a Request, and I set a header "X-API-KEY" with the value {{MY_SECRET}}, it works.
{{MY_SECRET}}
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 "****"
No response
The text was updated successfully, but these errors were encountered:
ganesh-bruno
No branches or pull requests
I have checked the following:
Describe the bug
I have an
.env
file with a secret calledMY_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
The text was updated successfully, but these errors were encountered: