ashb edited a comment on issue #19251:
URL: https://github.com/apache/airflow/issues/19251#issuecomment-958961239


   I closed the PR as the implementation is not close to something I am happy 
with, so any new solution will have share none of the current changes. But we 
can edit this issue yes, so sorry for closing the issue as well - that was 
hasty of me. Sorry.
   
   If a variable is a secret/sensitive, why not store it in a connection? We 
could add a new "generic" type of connection and then you can access it as `{{ 
conn.some_name.pass }}` etc. Using that approach then it would be a) clear if 
something is sensitive or not (Variable: not sensitive, Connection: sensitive) 
and then it's easy for an install to be configured to not pull variables from 
the secrets store.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to