[GitHub] [airflow] potiuk commented on issue #31873: KubernetesPodOperator doesn't mask variables in Rendered Template that are used as arguments

2023-06-16 Thread via GitHub
potiuk commented on issue #31873: URL: https://github.com/apache/airflow/issues/31873#issuecomment-1594934440 > @potiuk @phanikumv I think we should mask the value of the loaded dict when `deserialize_json=True`, I tested #31964 and it fixed the problem cool! -- This is an automate

[GitHub] [airflow] potiuk commented on issue #31873: KubernetesPodOperator doesn't mask variables in Rendered Template that are used as arguments

2023-06-16 Thread via GitHub
potiuk commented on issue #31873: URL: https://github.com/apache/airflow/issues/31873#issuecomment-1594867356 > Hi @phanikumv , thank you for your comment. > > I tried to implement the use of masking the secret on DAG level, but that still doesn't work: > > ``` > @task >