ashb commented on pull request #21342:
URL: https://github.com/apache/airflow/pull/21342#issuecomment-1032404998


   Looking at this a bit more, this possibly poses a security risk. Right now 
"sensitive" values are masked (i.e. not shown in the UI) -- try this and create 
a Variable called "api_key" and you'll see it as `*******`, but if we add a 
show page it _won't_ mask it, making the value readable by anyone with read 
access to Variables which is likely not what we want.


-- 
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