RaphCodec opened a new issue, #62478: URL: https://github.com/apache/airflow/issues/62478
### Description I'm trying to use the Airflow 3 Dag Bundles feature with a GitHub Dag Bundle. For authenticating to Github to pull in the Dags I know a Deploy Key works generally but that is blocked where I work. I could use a PAT but that would be linked ot my work GitHub account. Therefore GitHub App authentication seems to be the most reliable solution that organizations should also be okay with from a security perspective. I have checked out the code for the Airflow GIT provider and I don't see any explicit way to use a GitHub App. Apologies if i missed something. ### Use case/motivation I'm trying to use a GitHub app to authenticate to GitHub from Airflow to pull in a Dag Bundle. I'm trying to avoid SSH as it appears my organization has blocked that for now and I'd rather avoid using a PAT linked to my GitHub account. ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
