ashb commented on a change in pull request #4777: Airflow 3918 add git sync ssh auth URL: https://github.com/apache/airflow/pull/4777#discussion_r260202321
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -640,18 +640,23 @@ logs_volume_host = # Git credentials and repository for DAGs mounted via Git (mutually exclusive with volume claim) git_repo = git_branch = +git_subpath = +# Use git_user and git_password for user authentication or git_ssh_key_secret_name and git_ssh_key_secret_key +# for SSH authentication git_user = git_password = -git_subpath = git_sync_root = /git git_sync_dest = repo # Mount point of the volume if git-sync is being used. # i.e. {AIRFLOW_HOME}/dags git_dags_folder_mount_point = +# Kubernetes secret name and secret key where the SSH key is stored +git_ssh_key_secret_name = +git_ssh_key_secret_key = Review comment: What is the key_secret_key? I can't work this out from having no context in to git-sync :) ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services