emqx/apps/emqx_auth/test/emqx_authz
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
..
emqx_authz_SUITE.erl refactor(authz): improve logging 2023-12-17 22:32:26 +01:00
emqx_authz_api_cache_SUITE.erl chore(auth): split emqx_authn and emqx_authz apps 2023-10-05 13:41:50 +03:00
emqx_authz_api_settings_SUITE.erl feat: support authz cache exclusion config 2024-01-10 13:52:00 +01:00
emqx_authz_api_sources_SUITE.erl chore(auth): cleanup code 2023-10-11 13:13:50 +03:00
emqx_authz_fake_source.erl chore(auth): cleanup code 2023-10-11 13:13:50 +03:00
emqx_authz_file_SUITE.erl refactor(authz): improve logging 2023-12-17 22:32:26 +01:00
emqx_authz_rich_actions_SUITE.erl chore(auth): update tests 2023-10-05 13:41:50 +03:00
emqx_authz_rule_SUITE.erl refactor(authz): improve logging 2023-12-17 22:32:26 +01:00
emqx_authz_rule_raw_SUITE.erl chore(auth): split emqx_authn and emqx_authz apps 2023-10-05 13:41:50 +03:00
emqx_authz_schema_tests.erl chore(auth): update tests 2023-10-05 13:41:50 +03:00
emqx_authz_test_lib.erl chore(auth): cleanup code 2023-10-11 13:13:50 +03:00