amoghrajesh commented on code in PR #39003:
URL: https://github.com/apache/airflow/pull/39003#discussion_r1566688312


##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -334,6 +335,8 @@ def __init__(
         self.env_vars = env_vars
         if pod_runtime_info_envs:
             self.env_vars.extend([convert_pod_runtime_info_env(p) for p in 
pod_runtime_info_envs])
+        mask_secret(self.env_vars)
+        self.env_vars = redact(self.env_vars)

Review Comment:
   Yeah, looking at it. 



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