emqx/apps/emqx_auth
Zaiming (Stone) Shi 9e8a67fd68 feat: support authz cache exclusion config
now one can configure a list of topic-filters to avoid
caching ACL check results

for example

authorization.cache.excludes = ["nocache/#"]

this means ACL check results for topics having 'nocache/' prefix
will not be cached
2024-01-10 13:52:00 +01:00
..
data chore(auth): split emqx_authn and emqx_authz apps 2023-10-05 13:41:50 +03:00
etc chore(auth): update tests 2023-10-05 13:41:50 +03:00
include chore(auth): cleanup code 2023-10-11 13:13:50 +03:00
src chore: update app versions 2023-12-22 15:29:22 +01:00
test feat: support authz cache exclusion config 2024-01-10 13:52:00 +01:00
rebar.config chore(auth): split emqx_authn and emqx_authz apps 2023-10-05 13:41:50 +03:00