You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
putting the change behind the DET_DEBUG flag seems reasonable but I'll leave it up to you if asking users to reproduce the issue with the debug flag isn't or is not feasible/good.
#10117
putting the change behind the DET_DEBUG flag seems reasonable but I'll leave it up to you if asking users to reproduce the issue with the debug flag isn't or is not feasible/good.
Yes, please do this. It feels really bad to have possible environment variables (set in startup-hook.sh for example) exposed by default in the log.
Something like:
export MYSTERIOUS_API_KEY=$(cat /foobar/.secret)
should really not be exposed in the log by default.
The text was updated successfully, but these errors were encountered:
Originally posted by @hamidzr in #5967 (review)
Yes, please do this. It feels really bad to have possible environment variables (set in
startup-hook.sh
for example) exposed by default in the log.Something like:
should really not be exposed in the log by default.
The text was updated successfully, but these errors were encountered: