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
Today, environment variables are shown in the UI as a series of dots (like a password mask) and the user must flip a toggle to show them. This prevents accidental disclosure to onlookers, such as when screen sharing.
We should add the same facility to resource properties, and allow each property to define whether it is a secret or not. Such secret properties would be displayed as masked in the UI by default.
The text was updated successfully, but these errors were encountered:
drewnoakes
changed the title
Add support for properties to express if they are a secret are not (and therefore should be masked). This is useful for showing things like connection strings in the list of properties.
Allow resource properties to be marked as secret
Jul 24, 2024
Today, environment variables are shown in the UI as a series of dots (like a password mask) and the user must flip a toggle to show them. This prevents accidental disclosure to onlookers, such as when screen sharing.
We should add the same facility to resource properties, and allow each property to define whether it is a secret or not. Such secret properties would be displayed as masked in the UI by default.
The text was updated successfully, but these errors were encountered: