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
Passwords and tokens no longer sit in plain sight. Anything that looks like a credential — by its name, or by the shape of its value — is now drawn dotted out. Click the eye to reveal it, and it hides itself again the moment the view redraws, so nothing lingers on screen after you look away. Everything that isn't a secret stays readable as before.
Copy a hidden value without revealing it. Right-click a masked entry and copy the real value straight to the clipboard.
Masking follows your secrets everywhere they show up. A running container's environment, each Compose service's environment, an image's baked-in environment, labels on containers, volumes and networks, and volume mount options — including the password on a CIFS mount — all hide credentials the same way.
Fixes
A label or environment entry that has a key but no value now displays as written, instead of picking up a stray =.