You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/16 23:16:05 UTC

[GitHub] [airflow] rcramblit edited a comment on issue #8421: Hide sensitive data in UI

rcramblit edited a comment on issue #8421:
URL: https://github.com/apache/airflow/issues/8421#issuecomment-821550334


   I have a similar need that might not be covered by the solutions posed in this thread:
   I am using the DockerOperator in Airflow 1.10.15 and want to pass some secrets to the docker container via DockerOperator's `environment` argument, but this argument is rendered in the AirflowUI in the Task Instance Details view. Is there any way to control what arguments are rendered there?
   
   edit: I see there is a private_environment in the DockerOperator plugin for 2.x, so I am copying that functionality by overriding the `_run_image` method in a sublcass - in case anyone else happens along this issue.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org