sidshas03 commented on issue #63253: URL: https://github.com/apache/airflow/issues/63253#issuecomment-4030551180
Hi @electrical, thanks for raising this. I checked the flow, and issue is valid: with `dags.gitSync.credentialsSecret` the token goes as env var (`GITSYNC_PASSWORD`), so after ESO rotates it, running git-sync pod will not pick new value until restart. Better fix is to support secret file mount + `GITSYNC_PASSWORD_FILE` (file-based auth), so git-sync can read rotated token in sync loop without crashing/restarting. I can raise a PR with backward-compatible chart changes for this. -- 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]
