You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "raman (JIRA)" <ji...@apache.org> on 2019/06/26 11:55:00 UTC

[jira] [Created] (AIRFLOW-4854) Env Var passed to K8 worker pod should be case sensitive

raman created AIRFLOW-4854:
------------------------------

             Summary: Env Var passed to K8 worker pod should be case sensitive
                 Key: AIRFLOW-4854
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4854
             Project: Apache Airflow
          Issue Type: Improvement
          Components: executors
    Affects Versions: 1.10.2
            Reporter: raman


We are using K8Executor and there is a use case where users might provide env variable in lower case which is read by their custom operator in K8 Pod. But currently it seems that in K8 executor env variables are transformed in to upper case [https://github.com/apache/airflow/blob/f520d02cc1f41f9861f479f984bb52bda3860d30/airflow/kubernetes/secret.py#L43].

These should be passed in case sensitive manner



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)