Skip to content
New issue

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

Changelog: add a changelog entry for hidden env vars #2947

Merged
merged 3 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions src/changelog/2025/01/hidden-env-vars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Hidden Environment Variables
summary: Users can now hide environment variable values in the UI when creating or editing them.
date: 2025-01-21 14:00:00.0
authors: ["serban-costin"]
tags:
- changelog
---

We’ve expanded the functionality of managing Node-RED environment variables by introducing the ability to hide their values in the UI.

### What’s new?
This feature is supported by both hosted and remote Node-RED instances.
- Users can now designate values as 'hidden' when creating or editing them.
- Hidden values are concealed in the UI for enhanced privacy and security.
- Once marked as hidden and saved:
- the **name** cannot be changed.
- the value can only be updated - its existing value cannot be seen.
- To make a value visible again, users must delete the entry and recreate it as a visible one.

This feature enhances security and allows for more control over sensitive configuration data, ensuring better management in your Node-RED workflows.

![Screenshot of the new hidden environment variables feature - Hosted Instances](./images/hidden-env-var-instances.png){data-zoomable}
_Screenshot of the new hidden environment variables feature - Hosted Instances_

![Screenshot of the new hidden environment variables feature - Remote Instances](./images/hidden-env-var-devices.png){data-zoomable}
_Screenshot of the new hidden environment variables feature - Remote Instances_

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading