JianBo He
|
419623fc63
|
chore: bump vsn
|
2024-07-30 08:23:44 +08:00 |
zmstone
|
a49cd78aae
|
refactor: force getenv to access only OS env with prefix EMQXVAR_
|
2024-07-29 23:54:00 +02:00 |
zmstone
|
7f7d0741d2
|
Merge pull request #13528 from zmstone/0726-unrecoverable-error-limit
0726 unrecoverable error limit
|
2024-07-29 21:32:14 +02:00 |
zmstone
|
e08425e67d
|
refactor(log-throttler): remove unnecessary code
there is no need to reset counters before erasing
|
2024-07-29 20:41:27 +02:00 |
zhongwencool
|
f6f1d32da0
|
feat: throttle with resource_id
|
2024-07-29 20:41:27 +02:00 |
zhongwencool
|
2924ec582a
|
feat: add unrecoverable_resource_error throttle
|
2024-07-29 20:41:27 +02:00 |
zhongwencool
|
8dc1d1424a
|
chore: add resource tag for log
|
2024-07-29 20:41:27 +02:00 |
Thales Macedo Garitezi
|
693d5dd394
|
feat: attempt to automatically decode `payload` similar to key and message templates
|
2024-07-29 13:01:06 -03:00 |
lafirest
|
60aefd1065
|
Merge pull request #13520 from lafirest/feat/scram-rest-acl
feat(scram): supports ACL rules in `scram_restapi` backend
|
2024-07-29 22:46:50 +08:00 |
JianBo He
|
c637422302
|
Merge pull request #13518 from thalesmg/20240724-r57-dynamic-kprodu-action-mkIII
feat(kafka producer): allow dynamic topics (mkIII)
|
2024-07-29 22:43:20 +08:00 |
Thales Macedo Garitezi
|
6786c9b517
|
refactor: improve descriptions and identifiers
Co-authored-by: zmstone <zmstone@gmail.com>
|
2024-07-29 09:45:52 -03:00 |
Thales Macedo Garitezi
|
8913de10c0
|
Merge pull request #13527 from thalesmg/20240726-r57-multiple-froms-sql-test
fix(rule engine tester): fix message publish with bridge source in from clause
|
2024-07-29 09:37:17 -03:00 |
Thales Macedo Garitezi
|
1d56ac6e5e
|
refactor: change topic schema type
|
2024-07-26 14:26:21 -03:00 |
Thales Macedo Garitezi
|
4e0742c66f
|
feat: make kafka producer freely dynamic
|
2024-07-26 14:25:20 -03:00 |
lafirest
|
b2f2af6871
|
Merge pull request #13523 from lafirest/fix/oidc
fix(oidc): fixed update and callback errors for OIDC
|
2024-07-26 21:09:11 +08:00 |
Thales Macedo Garitezi
|
3fae704903
|
fix(rule engine tester): fix message publish with bridge source in from clause
Fixes https://emqx.atlassian.net/browse/EMQX-12762
|
2024-07-26 09:27:16 -03:00 |
firest
|
49b24a3049
|
fix(oidc): fixed update and callback errors for OIDC
|
2024-07-26 15:41:22 +08:00 |
firest
|
7bf70aaab6
|
feat(scram): supports ACL rules in `scram_restapi` backend
|
2024-07-26 14:30:28 +08:00 |
Thales Macedo Garitezi
|
df1f4fad70
|
feat(kafka producer): allow dynamic topics from pre-configured topics
Fixes https://emqx.atlassian.net/browse/EMQX-12656
|
2024-07-25 15:33:12 -03:00 |
Thales Macedo Garitezi
|
33eccb35da
|
chore: update wolff -> 3.0.2
|
2024-07-25 14:30:50 -03:00 |
zmstone
|
7631420eef
|
test: add test case to cover ldap search timeout
|
2024-07-25 18:43:37 +02:00 |
zmstone
|
8f94e9684c
|
fix: handle ldap seqrch error
|
2024-07-25 18:42:09 +02:00 |
lafirest
|
1925ed2f55
|
Merge pull request #13507 from lafirest/feat/env_func
feat(variform): add a builtin function to get env vars
|
2024-07-25 22:46:50 +08:00 |
lafirest
|
a45f817f0e
|
Merge pull request #13515 from lafirest/fix/exclusive
fix(exclusive): allow the same client to resubscribe to an existing exclusive topic
|
2024-07-25 21:26:08 +08:00 |
firest
|
79020b2436
|
feat(variform): add a builtin function to get env vars
|
2024-07-25 18:50:53 +08:00 |
firest
|
141d8144e4
|
fix(scram): change the name from `scram_http` to `scram_restapi`
|
2024-07-25 17:01:49 +08:00 |
firest
|
117c8197d7
|
fix(exclusive): allow the same client to resubscribe to an existing exclusive topic
|
2024-07-25 09:40:15 +08:00 |
Thales Macedo Garitezi
|
c728b98e79
|
Merge pull request #13510 from thalesmg/20240723-r57-fix-jwt-about-to-expire-check
fix(jwt): fix grace period for renewal check
|
2024-07-24 16:52:35 -03:00 |
Thales Macedo Garitezi
|
9e65e0d048
|
Merge pull request #13503 from thalesmg/20240722-r57-resource-manager-hc-interval-startup
fix(connector resource): use configuration `resource_opts` for health check interval when starting up
|
2024-07-24 09:15:47 -03:00 |
zhongwencool
|
c7a7658c7a
|
Merge pull request #13449 from zhongwencool/resource-log
feat: add group/type to resource slog
|
2024-07-24 14:34:25 +08:00 |
zhongwencool
|
4d7535df2d
|
chore: use pgsqsl replace postgresql
|
2024-07-24 13:49:31 +08:00 |
lafirest
|
8a344a8646
|
Merge pull request #13504 from lafirest/feat/scram-http
feat(authn): added a HTTP backend for the authentication mechanism scram
|
2024-07-24 10:28:57 +08:00 |
Thales Macedo Garitezi
|
7374123c5c
|
fix(jwt): fix grace period for renewal check
|
2024-07-23 17:25:29 -03:00 |
zhongwencool
|
e7d07ea17c
|
feat: add resource_type to emqx_resource behaviour
|
2024-07-23 18:24:28 +08:00 |
firest
|
878b218692
|
feat(authn): added a HTTP backend for the authentication mechanism scram
|
2024-07-23 16:07:32 +08:00 |
zhongwencool
|
e74a921d33
|
chore: compile error
|
2024-07-23 15:14:42 +08:00 |
zhongwencool
|
2a58a36e37
|
chore: add resource tag for log
|
2024-07-23 15:14:42 +08:00 |
zhongwencool
|
2bb062d3a3
|
chore: create_local/5 for emqx_resource_proto_v1
|
2024-07-23 15:14:42 +08:00 |
zhongwencool
|
f29988ed8e
|
chore: add tag to resouce log
|
2024-07-23 15:14:42 +08:00 |
zhongwencool
|
e148d903e8
|
feat: log resource_id
|
2024-07-23 15:14:42 +08:00 |
zhongwencool
|
0a04b1ad6e
|
feat: add group/type to resource slog
|
2024-07-23 15:14:41 +08:00 |
zhongwencool
|
cba3f532f8
|
feat: don't record dry_run log
|
2024-07-23 15:14:41 +08:00 |
Thales Macedo Garitezi
|
8ae54ac325
|
fix(connector resource): use configuration `resource_opts` for health check interval when starting up
Fixes https://emqx.atlassian.net/browse/EMQX-12738
|
2024-07-22 11:34:10 -03:00 |
zhongwencool
|
a2bed1efb8
|
Merge pull request #13480 from zhongwencool/rule-engine-log-tag
feat: Rule engine log tag
|
2024-07-22 16:47:13 +08:00 |
zhongwencool
|
57b67ebb37
|
Merge pull request #13481 from zhongwencool/match_rule_error
chore: add authz tag to match_rule_error log
|
2024-07-22 16:46:49 +08:00 |
Thales Macedo Garitezi
|
ca47e4768d
|
Merge pull request #13485 from thalesmg/20240717-r57-rm-dead-code-purge-proto
chore: remove dead code
|
2024-07-18 09:22:27 -03:00 |
Thales Macedo Garitezi
|
93c725732c
|
chore: remove dead code
|
2024-07-17 12:56:45 -03:00 |
Thales Macedo Garitezi
|
cd8bf2725a
|
Merge pull request #13453 from thalesmg/20240711-r57-mt-fixes
batch of message transformation fixes
|
2024-07-17 12:45:19 -03:00 |
zhongwencool
|
52031441cf
|
chore: add authz tag to match_rule_error log
|
2024-07-17 12:21:32 +08:00 |
zhongwencool
|
604cff4887
|
feat: add rule tag to rule_engine log
|
2024-07-17 12:15:57 +08:00 |