configure function is not called when plugin configuration changes #13930
Labels
pending author feedback
Waiting for the issue author to get back to a maintainer with findings, more details, etc...
Is there an existing issue for this?
Kong version (
$ kong version
)2.8.4.11
Current Behavior
I'm writing my Custom plugin. I set up configure callback like so:
And when I start kong container I try to change configuration of my plugin, for example like so:
But the log message inside the callback is never printed.
I might be getting the way it works wrong and in such case sorry, but that's as much as I could understand from the documentation here Implementing Custom Logic
Expected Behavior
I expect log message inside configure callback to be printed once I execute:
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: