chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

introduce ssl/tls support #695

Closed zetaron closed 2 years ago

zetaron commented 2 years ago

In response to https://github.com/chdsbd/kodiak/issues/694 this PR is the preparation for TLS support in kodiaks bot.

This PR requires https://github.com/chdsbd/asyncio-redis/pull/6 to be merged first.

netlify[bot] commented 2 years ago

👷 Deploy request for kodiak-dashboard-staging pending review. Visit the deploys page to approve it

🔨 Explore the source changes: e5d9cfcf44e981a291e2babdf8d0b3049c58c0c8

netlify[bot] commented 2 years ago

👷 Deploy request for kodiak-docs pending review. Visit the deploys page to approve it

🔨 Explore the source changes: e5d9cfcf44e981a291e2babdf8d0b3049c58c0c8

zetaron commented 2 years ago

I'm assuming the tests are failng because the asynci_redis library needs merging first before the ssl propery can be passed.

chdsbd commented 2 years ago

@zetaron Thanks for doing this. I'll try to review your PRs soon.