[
https://issues.apache.org/jira/browse/FLINK-14047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-14047.
---------------------------------
Fix Version/s: 1.10.0
Resolution: Implemented
Implemented via
e6db3ebd24a9a6cf9b5cec66d11d78a9ca030966
7b862d3e690099bd0a845431622e0a5f505ab162
dd31f8327b8670cd4855f1d4b454acb99d68f27d
> Hide secret values when displaying user configuration/global job parameters
> in web UI
> -------------------------------------------------------------------------------------
>
> Key: FLINK-14047
> URL: https://issues.apache.org/jira/browse/FLINK-14047
> Project: Flink
> Issue Type: New Feature
> Components: Runtime / REST, Runtime / Web Frontend
> Affects Versions: 1.8.1, 1.9.0, 1.10.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> A user requested the feature to hide secret values when displaying the user
> configuration/global job parameters in the web UI. Ideally, there is a way to
> denote keys which contain secret values so that the {{JobConfigHandler}}
> excludes them from the response.
> For the cluster level configuration Flink supports a similar functionality.
> The {{ClusterConfigHandler}} replaces the values of all keys which contain
> one of the strings specified in {{GlobalConfiguration.SENSITIVE_KEYS}}, which
> is currently defined as {{["password", "secret"]}}, with
> {{GlobalConfiguration.HIDDEN_CONTENT}}. That way Flink hides the sensitive
> information.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)