Kong / kong-plugin-acme

Let's Encrypt and ACMEv2 integration with Kong - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
Apache License 2.0
36 stars 10 forks source link

fix(handler) increased plugin priority to run before all the auth #46

Closed dndx closed 4 years ago

dndx commented 4 years ago

plugins

This ensures the ACME validation endpoints /.well-known/acme-challenge/* doesn't get blocked by auth plugins, causing validation failures.

fixes #38

alexmbird commented 4 years ago

Thanks, this looks great.

Any idea when it'll show up on Kong Hub and get included in the standard Docker images? I ask because this PR increments LetsencryptHandler.VERSION to 0.2.9 but the latest version showing on Kong Hub is still 0.2.7.

fffonion commented 4 years ago

@alexmbird This change is in Kong starting 2.1.3 and the upcoming 2.2.0, we will need to update the doc in Kong Hub.