[ 
https://issues.apache.org/jira/browse/AIRFLOW-6234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994764#comment-16994764
 ] 

ASF GitHub Bot commented on AIRFLOW-6234:
-----------------------------------------

kevoriordan commented on pull request #6802: [AIRFLOW-6234] Allow override of 
k8s secret volume default mode
URL: https://github.com/apache/airflow/pull/6802
 
 
   
   ### Description
   
   - Some secrets, eg: SSH keys require specific file system permissions which 
can be specified using defaultMode parameter on secret volume. This allows 
specifying of that parameter value in k8s pod operator secret.
   
   ### Tests
   
   - tests/kubernetes/test_pod_generator.py
   
   
   
 
----------------------------------------------------------------
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:
[email protected]


> KubernetesPodOperator secret volume - allow defaultMode override
> ----------------------------------------------------------------
>
>                 Key: AIRFLOW-6234
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6234
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: operators
>    Affects Versions: 2.0.0, 1.10.6, 1.10.7
>            Reporter: Kevin O'Riordan
>            Assignee: Kevin O'Riordan
>            Priority: Minor
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> KubernetesPodOperator allows mounting of Kubernetes secrets as volumes on a 
> container but does not allow override of defaultMode parameter. This is 
> necessary for example, to mountain SSH key secrets which need a defaultMode 
> of 0400 (octal). 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to