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

2023-06-16 Thread via GitHub
NikitasB commented on issue #31873: URL: https://github.com/apache/airflow/issues/31873#issuecomment-1594678732 Sorry, I closed this by accident. I'm still curious on a solution because if the token can't be masked, I can't deploy the DAG to production. -- This is an automated message fr

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

2023-06-16 Thread via GitHub
NikitasB commented on issue #31873: URL: https://github.com/apache/airflow/issues/31873#issuecomment-1594465486 > > @phanikumv But the name of the variable contain the phrase `api_key` which is also part of the sensitive list of terms that should be masked. > > How is `arguments` in KPO d

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

2023-06-15 Thread via GitHub
NikitasB commented on issue #31873: URL: https://github.com/apache/airflow/issues/31873#issuecomment-1593146828 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 def hide_g