Skip to content

Commit 5c58e08

Browse files
committed
roadmap improv
1 parent 20e7a95 commit 5c58e08

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/roadmap/index.jsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ const roadmapItems = [
5858
5959
This would be a settable setting such that the layout within the buckets can follow the standard u/ and f/ layouts of windmill and that list, read and write permissions would be inherited from the folder permissions.`
6060
},
61+
{
62+
title: 'Hide sensitive values from logs',
63+
month: 'June',
64+
category: 'Backend',
65+
issueLink: 'https://github.com/windmill-labs/windmill/issues/5450',
66+
description: `SDK clients should automatically propagate to the workers (maybe using a special pattern in stdout) that there is some strings that are sensitive because they correspond to secrets pulled with getResource and getValue. Additionally, workers should be able to have a list of values to consider secrets synced from an external source-of-truth. Those sensitive values would always be masked in logs.`
67+
},
6168
{
6269
title: 'feature: Database explorer for every SQL',
6370
month: 'May',
@@ -69,7 +76,7 @@ This would be a settable setting such that the layout within the buckets can fol
6976
title: 'SSH-like repl direct to workers (ee)',
7077
month: 'April',
7178
category: 'Developer',
72-
issueLink: 'https://github.com/windmill-labs/windmill/issues/5447',
79+
issueLink: 'https://github.com/windmill-labs/windmill/issues/5449',
7380
description: `feature: SSH-like repl direct to workers (ee)`
7481
},
7582

0 commit comments

Comments
 (0)