Hi Viktor
If you can change your option name contains any following specific
keywords, the flink web ui will hidden the value
// the keys whose values should be hidden
private static final String[] SENSITIVE_KEYS =
new String[] {
"password",
"secret",
"fs.azure.account.key",
"apikey",
"auth-params",
"service-key",
"token",
"basic-auth",
"jaas.config"
};
Best,
Shammon FY
On Wed, Apr 19, 2023 at 10:47 PM Viktor Borisov <[email protected]>
wrote:
> Hi, community!
>
> Is there a way to filter what options are displayed in Web UI under the
> Job Manager -> Configuration tab? Specifically, I need to hide
> "$internal.application.program-args". This option is displayed when running
> an Application Cluster in Kubernetes.
>
> I use Flink 1.15.
>
> Best regards,
>
> Viktor