emqx / emqx-auth-http

EMQX HTTP Authentication/ACL Plugin
https://emqx.io/
Apache License 2.0
43 stars 47 forks source link

Unable to use the plugin when upgrading from 4.2.3 to 4.2.4 #274

Open rtshome opened 3 years ago

rtshome commented 3 years ago

The commit "3d46ac13134d2b0b4e41b245906f71cf4cfd6584" that replaced httpc with gun library makes the auth-http plugin unusable.

Same config working with 4.2.3 is no more working with 4.2.4 (and up). I always get a timeout error. It seems like something in the configuration file is broken.

Any idea? Thanks Denis

LennartOlsen commented 2 years ago

It could be this? https://docs.emqx.io/en/broker/v4.3/changes/upgrade-4.3.html#important-config-changes

I am currently seeing some similar issues but i know that my authentication endpoint is taking a long time to respond

Enorio commented 8 months ago

It could be this? https://docs.emqx.io/en/broker/v4.3/changes/upgrade-4.3.html#important-config-changes

I am currently seeing some similar issues but i know that my authentication endpoint is taking a long time to respond

Is the plugin supporting these changes? I've update the EMQX_AUTH__HTTP__ACL_REQ to EMQX_AUTH__HTTP__ACL_REQ__URL but it doens't change anything inside the container