revomatico / kong-oidc

OIDC plugin for Kong
Apache License 2.0
110 stars 75 forks source link

added "introspection_cache_ignore" config option #8

Closed ruiengana closed 3 years ago

ruiengana commented 3 years ago

lua-resty-openidc leverages introspection_cache_ignore option to define if introspection result should be cached or not. This PR adds to Kong OIDC plugin the option to define introspection_cache_ignore so it can be passed down to lua-resty-openidc.