faros-ai / airbyte-connectors

Airbyte connectors (sources & destinations) + Airbyte CDK for JavaScript/TypeScript
Apache License 2.0
108 stars 64 forks source link

[Jenkins Source] Github OAuth #870

Closed konfortes closed 1 year ago

konfortes commented 1 year ago

Hey guys, We use Github oauth in Jenkins, therefore, configuring a source with user and API token is not possible for me. Also - Jenkins jobs and builds can be accessed by non-authenticated users. Any idea what can I do to use this source?

tovbinm commented 1 year ago

Are you suggesting that making API key authentication requirement optional would work for you?

konfortes commented 1 year ago

Hey @tovbinm Yep, it will definitely solve my issue

konfortes commented 1 year ago

@tovbinm I created this PR, lmk wdyt: https://github.com/faros-ai/airbyte-connectors/pull/871

tovbinm commented 1 year ago

Released in https://github.com/faros-ai/airbyte-connectors/releases/tag/v0.4.52

tovbinm commented 1 year ago

Thank you for the contribution @konfortes