firest
|
e64f60b73f
|
fix(auth): redact sensitive data for the authn/authz APIs
|
2024-06-11 16:05:11 +08:00 |
zhongwencool
|
b657dc537c
|
Merge pull request #13156 from savonarola/0529-fix-dashboard-monitor
fix(dashboard_monitor): correctly merge old and new sample data
|
2024-06-11 10:33:15 +08:00 |
Thales Macedo Garitezi
|
3f77c6f64e
|
Merge pull request #13219 from thalesmg/otp-26-2-5-2-r57-20240610
chore: bump OTP to 26.2.5-2
|
2024-06-10 17:01:25 -03:00 |
Thales Macedo Garitezi
|
05ebb17cd6
|
refactor: index positions rather than names
Addresses https://github.com/emqx/emqx/pull/13199#discussion_r1633096025
|
2024-06-10 15:54:37 -03:00 |
Thales Macedo Garitezi
|
5eff4a7544
|
refactor(schema validation): improve api and module organization
To conform to comment from another PR:
https://github.com/emqx/emqx/pull/13199#discussion_r1632658742
... since schema validation is the "inspiration" for message transformation.
|
2024-06-10 15:46:28 -03:00 |
Thales Macedo Garitezi
|
d93c8540c8
|
feat: pass along peername down to transformation context
|
2024-06-10 15:35:35 -03:00 |
Thales Macedo Garitezi
|
6e0ef893f4
|
feat: pass along client attributes down to message transformation context
|
2024-06-10 15:27:04 -03:00 |
Thales Macedo Garitezi
|
3c501e4f2a
|
fix: remove another redundant health check
Fixes https://emqx.atlassian.net/browse/EMQX-12521
|
2024-06-10 15:13:34 -03:00 |
Thales Macedo Garitezi
|
1a20a40218
|
Merge pull request #13209 from thalesmg/rm-redundant-hc-r57-20240607
chore: remove redundant health check call
|
2024-06-10 14:58:48 -03:00 |
Thales Macedo Garitezi
|
e586178479
|
chore: refactor azure blob connector to use new `erlazure` without `gen_server`
https://github.com/dkataskin/erlazure/pull/43 removes unnecessary usage of `gen_server`
from the driver.
|
2024-06-10 13:42:28 -03:00 |
Thales Macedo Garitezi
|
f6680ed063
|
chore: bump OTP to 26.2.5-2
https://github.com/emqx/otp/pull/54
|
2024-06-10 13:41:23 -03:00 |
Thales Macedo Garitezi
|
5629fe60c1
|
refactor: index positions rather than names
|
2024-06-10 13:33:22 -03:00 |
Thales Macedo Garitezi
|
8c7a7cf9db
|
refactor: apply review remarks
|
2024-06-10 11:17:13 -03:00 |
Thales Macedo Garitezi
|
e54cf2f218
|
refactor: use option to skip rendering as string
|
2024-06-10 10:49:39 -03:00 |
Thales Macedo Garitezi
|
d34558954d
|
refactor: improve api and module organization
|
2024-06-10 10:40:53 -03:00 |
zmstone
|
e6ece52575
|
Merge pull request #13217 from zmstone/0610-chore-refine-code
chore: cosmetic changes
|
2024-06-10 15:11:19 +02:00 |
Thales Macedo Garitezi
|
4aa1c3842f
|
fix: declare `emqx` as a dependency in `.app.src`
|
2024-06-10 09:53:29 -03:00 |
Thales Macedo Garitezi
|
aa416cc0ad
|
docs: fix stale comments and dates
|
2024-06-10 09:53:02 -03:00 |
zmstone
|
7a09b0470d
|
chore: cosmetic changes
|
2024-06-10 14:22:25 +02:00 |
zmstone
|
f911347318
|
Merge pull request #13216 from zmstone/0610-mqtt-bridge-respect-clientid-prefix
fix(bridge/mqtt): respect client ID prefix
|
2024-06-10 14:07:30 +02:00 |
Kjell Winblad
|
a885f0b41a
|
test(emqx_bridge_pgsql_SUITE): call test janitor
|
2024-06-10 13:45:27 +02:00 |
zmstone
|
7b2b2b527c
|
docs: add changelog for pr #13216
|
2024-06-10 10:48:04 +02:00 |
William Yang
|
64d7d2484f
|
chore(tls): move changelog again
|
2024-06-10 10:36:13 +02:00 |
William Yang
|
2ca7e9c55e
|
chore: rename changelog
|
2024-06-10 10:34:30 +02:00 |
William Yang
|
a1aa9a4375
|
fix(ee): emqx no longer deps on emqx_auth_ext
|
2024-06-10 10:32:01 +02:00 |
zmstone
|
f8cb5161a9
|
Merge pull request #13212 from zmstone/0609-upgrade-system-monitor
0609 upgrade system monitor
|
2024-06-10 10:29:11 +02:00 |
zmstone
|
bb9fb10ec5
|
Merge pull request #13213 from zmstone/0609-syn-release-57-to-master
0609 syn release 57 to master
|
2024-06-10 10:28:59 +02:00 |
zmstone
|
4347f3de3e
|
fix(bridge/mqtt): respect client ID prefix
|
2024-06-10 10:27:45 +02:00 |
William Yang
|
95e515d585
|
docs: add emqx_auth_ext_schema.hocon
|
2024-06-10 10:25:47 +02:00 |
William Yang
|
76cfc309a9
|
feat(tls): partial_chain not required
|
2024-06-10 10:25:44 +02:00 |
William Yang
|
7c37bf9965
|
feat(tls): ee only: TLS partial_chain and Keyusage
|
2024-06-10 10:24:48 +02:00 |
William Yang
|
2b50610a60
|
chore: fix nit for spellcheck
|
2024-06-10 09:55:51 +02:00 |
William Yang
|
1040c752db
|
docs: Apply suggestions from code review
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
|
2024-06-10 09:55:49 +02:00 |
William Yang
|
38115f9233
|
chore: update doc for `partial_chain` and `verify_peer_ext_key_usage`
|
2024-06-10 09:55:45 +02:00 |
William Yang
|
e60380d205
|
chore: fix nit
|
2024-06-10 09:55:12 +02:00 |
William Yang
|
e9b813d8ef
|
chore: fix test
|
2024-06-10 09:54:54 +02:00 |
William Yang
|
1739bc0c24
|
feat(partial_chain): gateway support
|
2024-06-10 09:54:44 +02:00 |
zmstone
|
45dd7816d7
|
Merge remote-tracking branch 'origin/release-57'
|
2024-06-09 10:11:15 +02:00 |
zmstone
|
672173c7fd
|
chore: pin system_monitor 3.0.5
|
2024-06-09 10:06:15 +02:00 |
zmstone
|
5da5ce1aae
|
docs: fix a typo in change log
|
2024-06-08 18:05:14 +02:00 |
William Yang
|
abbf2ef62f
|
chore(TLS-chain-test): update for OTP 26
|
2024-06-08 00:16:06 +02:00 |
William Yang
|
9e196680de
|
chore: add changelog
|
2024-06-08 00:16:04 +02:00 |
William Yang
|
221b748b0f
|
test(partial_chain): update tcs for OTP-25
|
2024-06-08 00:16:01 +02:00 |
William Yang
|
463d1a1875
|
fix(test): tls_verify_partial_chain
|
2024-06-08 00:15:54 +02:00 |
William Yang
|
788cdbc6dd
|
fix(listener): remove partial_chain in wss opts
|
2024-06-08 00:15:51 +02:00 |
William Yang
|
3fc99315e0
|
chore: happy elvis
|
2024-06-08 00:15:45 +02:00 |
William Yang
|
c5dccdf526
|
feat(tls): update schema for TLS keyusage
|
2024-06-08 00:15:43 +02:00 |
William Yang
|
aa25e3badd
|
fix(tls): undefined keyusage
|
2024-06-08 00:15:39 +02:00 |
William Yang
|
9e5cfea8c0
|
test(tls): verify peer keyusage
|
2024-06-08 00:15:36 +02:00 |
William Yang
|
c5657029ab
|
feat(config): partial_chain
|
2024-06-08 00:15:34 +02:00 |