eitan-shalev commented on issue #72377:
URL: https://github.com/apache/airflow/issues/72377#issuecomment-5510482840
Amazing!
Just to put a finer point on something, you wrote
> If someone XComs dag_run.conf['api_token'], it'd still show up in
plaintext in the XCom UI
This is exactly the same thing that would happen if they'd return `{{
conn.password }}` to xcom, right? So this is a known limitation of the system -
if a user writes a task that deliberately emits a secret, then the secret will
deliberately be emitted. Right?
--
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]