You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (Jira)" <ji...@apache.org> on 2019/12/06 16:05:00 UTC

[jira] [Updated] (FLINK-15113) fs.azure.account.key not hidden from global configuration

     [ https://issues.apache.org/jira/browse/FLINK-15113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nico Kruber updated FLINK-15113:
--------------------------------
    Description: 
For access to Azure's Blob Storage, you need to provide the (secret) key with

{{fs.azure.account.key.<storageaccount>.core.windows.net}}

This value, however, is not hidden from the global configuration which only specifies configurations with keys containing "password" or "secret" as sensitive.

We should add {{fs.azure.account.key}} to that list as well.

  was:
For access to Azrue's Blob Storage, you need to provide the (secret) key with

{{fs.azure.account.key.<storageaccount>.core.windows.net}}

This value, however, is not hidden from the global configuration which only specifies configurations with keys containing "password" or "secret" as sensitive.

We should add {{fs.azure.account.key}} to that list as well.


> fs.azure.account.key not hidden from global configuration
> ---------------------------------------------------------
>
>                 Key: FLINK-15113
>                 URL: https://issues.apache.org/jira/browse/FLINK-15113
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Web Frontend
>    Affects Versions: 1.9.1
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>            Priority: Major
>             Fix For: 1.10.0
>
>
> For access to Azure's Blob Storage, you need to provide the (secret) key with
> {{fs.azure.account.key.<storageaccount>.core.windows.net}}
> This value, however, is not hidden from the global configuration which only specifies configurations with keys containing "password" or "secret" as sensitive.
> We should add {{fs.azure.account.key}} to that list as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)