sidshas03 commented on PR #63276: URL: https://github.com/apache/airflow/pull/63276#issuecomment-4033241798
> @sidshas03 Airflow currently uses version 4.4.2 of gitsync, according to [kubernetes/git-sync#976](https://github.com/kubernetes/git-sync/pull/976) the feature required is in 4.6.0? I could be missing something :) Good catch, thanks for pointing this out. You’re right, in git-sync v4.4.2, --password-file exists but it is not re-read on every sync. The auto re-read for rotated credentials came in v4.6.0 via kubernetes/git-sync#976. So to make this fix effective by default, we should run git-sync >= v4.6.0. -- 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]
