[
https://issues.apache.org/jira/browse/AIRFLOW-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16781748#comment-16781748
]
ASF GitHub Bot commented on AIRFLOW-3918:
-----------------------------------------
ashb commented on pull request #4777: [AIRFLOW-3918] Add ssh private-key
support to git-sync for KubernetesExecutor
URL: https://github.com/apache/airflow/pull/4777
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Adding a parameter in Airflow-kubernetes config to support git-sync with SSH
> credential
> ---------------------------------------------------------------------------------------
>
> Key: AIRFLOW-3918
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3918
> Project: Apache Airflow
> Issue Type: New Feature
> Reporter: Daniel Mateus Pires
> Assignee: Daniel Mateus Pires
> Priority: Minor
>
> It's the preferred pattern in my work place to integrate deployment systems
> with GitHub using the SSH deploy key feature that can easily be scoped to
> read-only on a single repository
> I would like to support this feature by supporting a "git_ssh_key_file"
> parameter in the kubernetes section of the config, which would be an
> alternate authentication method to the already supported git_user +
> git_password
> It will use the following feature:
> https://github.com/kubernetes/git-sync/blob/7bb3262084ac1ad64321856c1e769358cf18f67d/cmd/git-sync/main.go#L88
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)