Replies: 1 comment
-
Or does it show the key used in the env definition? In my case key equals password (for a test instance), so maybe I draw wrong conclusion. But I think if thats the case, this UX could be improved to better show this is from a secret.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am puzzled with why environment variable values are shown by Headlamp, even though they are mounted via
secretKeyRef
and the Headlamp service account has no access to secrets nor permission to run exec.I only found this PR: #2728. It looks OK, because it actually would hide secret values by default at least.
But with the current implementation, values are shown always and as clear text.
More concrete questions are:
Beta Was this translation helpful? Give feedback.
All reactions