You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jing Ge (Jira)" <ji...@apache.org> on 2022/06/13 19:00:00 UTC

[jira] [Created] (FLINK-28028) Common secure credential protection mechanism in Flink SQL

Jing Ge created FLINK-28028:
-------------------------------

             Summary: Common secure credential protection mechanism in Flink SQL
                 Key: FLINK-28028
                 URL: https://issues.apache.org/jira/browse/FLINK-28028
             Project: Flink
          Issue Type: Improvement
            Reporter: Jing Ge


Currently, the most common way to use credential is to use:

{{CREATE TABLE ...}}

{{WITH ( ...}}

{{'username' = 'user'}}

{{'password' = 'pass'}}

{{)}}

The credential could then be read by calling SHOW CREATE TABLE <TableName>. 

We should provide a more strong way to protect the credential. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)