firest
6d8dd430fd
fix(psk): add more PSK ciphers support
2022-12-09 15:20:50 +08:00
Zaiming (Stone) Shi
01f594f4de
Merge pull request #9245 from ieQu1/main-v4.4
...
chore(gen_rpc): Bump version to 3.0.0
2022-11-29 13:54:08 +01:00
ieQu1
e8542b7cd7
chore(gen_rpc): Bump version to 3.0.0
2022-11-28 15:23:53 +01:00
Thales Macedo Garitezi
5aa6b6dbb6
refactor(alias_enrichment): rename `enrich_clientid_alias` -> `enrich_with_aliases` and `clientid_enrichment_module` ->`alias_enrichment_module`
...
Addresses
https://github.com/emqx/emqx-enterprise/pull/1535#discussion_r1022132136
Since it enriches client information with more than just clientid
alias.
2022-11-16 10:00:47 -03:00
Zaiming (Stone) Shi
4f02947222
fix(conf): add crl related config default values in conf
2022-11-15 13:16:20 +01:00
Zaiming (Stone) Shi
bf6ffe103f
Merge remote-tracking branch 'origin/release-v43' into release-v44
2022-11-14 14:46:32 +01:00
Thales Macedo Garitezi
5df513f277
refactor: flatten crl_cache config namespace into root
2022-11-14 09:57:04 -03:00
zhongwencool
5e3814c480
Merge pull request #9356 from zhongwencool/tls-version-validation
...
feat: validate tls_versions value
2022-11-14 20:12:09 +08:00
Zaiming (Stone) Shi
6abb451f56
Merge pull request #9348 from zmstone/1110-add-comments
...
docs: add a comment to schema default value
2022-11-14 09:48:44 +01:00
Thales Macedo Garitezi
c9e05acb4c
fix(crl): make http timeout global for all listeners
...
We make the CRL HTTP timeout the same for all listeners for simplicity
of understanding and implementation.
2022-11-11 10:50:47 -03:00
zhongwencool
2b6be02485
feat: validate tls_versions value
2022-11-11 18:08:49 +08:00
JimMoen
0748ca1238
chore: fix comment in schema and config file
2022-11-11 14:05:44 +08:00
Zaiming (Stone) Shi
f9c1f8cf32
docs: add a comment to schema default value
2022-11-10 22:00:25 +01:00
Thales Macedo Garitezi
445e176898
refactor(crl): rename `s/enable_crl_cache/enable_crl_check/g`
2022-11-10 16:26:06 -03:00
Thales Macedo Garitezi
2713af507a
refactor: move OCSP options into its own section
2022-11-08 13:19:14 -03:00
Thales Macedo Garitezi
c23c534525
refactor: fix typo, add more detail, rename option to be more clear
2022-11-08 10:42:38 -03:00
Thales Macedo Garitezi
11175b55f8
fix(ocsp): allow disabling ocsp without touching url
2022-11-07 17:50:02 -03:00
Thales Macedo Garitezi
26d2ed3d31
fix(crl): allow specifying CRL URLs per listener
2022-11-07 16:42:51 -03:00
Zaiming (Stone) Shi
51a959c3b4
Merge remote-tracking branch 'origin/release-v44' into ocsp-rv44
2022-11-07 10:18:15 +01:00
Zaiming (Stone) Shi
279046c51e
Merge remote-tracking branch 'origin/release-v43' into release-v44
2022-11-03 21:58:25 +01:00
Thales Macedo Garitezi
30a3ea3dc4
docs: add docs for client enrichment / special auth module configurations
2022-11-03 11:19:49 -03:00
Thales Macedo Garitezi
af4141bef4
chore(oscp_crl): port OCSP and CRL features to CE repo (re4.4)
2022-11-03 10:10:16 -03:00
Zaiming (Stone) Shi
d25b614a93
Merge remote-tracking branch 'origin/release-v43' into release-v44
2022-11-03 11:43:50 +01:00
JimMoen
51c532546c
feat: options for trigger disconnected events by different reasons
2022-11-03 16:43:34 +08:00
Zaiming (Stone) Shi
e0db524a10
refactor: change the format of auth_order and acl_order configs
2022-11-02 11:49:55 +01:00
Ilya Averyanov
52652f6c96
feat(hooks): add config options to set explicit callback order
2022-11-01 19:39:52 +01:00
Zaiming (Stone) Shi
bbeeafa315
Merge remote-tracking branch 'origin/main-v4.3' into merge-v43-into-v44-h
2022-09-19 20:47:45 +02:00
William Yang
cb607f760a
perf(TLS): hibernate TLS process after 5s
2022-09-19 14:53:36 +02:00
Zaiming (Stone) Shi
eca211373f
Merge remote-tracking branch 'origin/dev/v4.3.18' into dev/v4.4.7
2022-08-08 16:39:09 +02:00
Thales Macedo Garitezi
5e9462afc8
feat: add option to gc after TLS/SSL handshake (4.3)
...
Port of https://github.com/emqx/emqx/pull/8637
2022-08-04 08:51:50 -03:00
Zaiming (Stone) Shi
f47d952d82
Merge main-4.3 to 0803-sync-v4.3-to-v4.4
2022-08-03 13:41:11 +02:00
Zaiming (Stone) Shi
935e6e2f36
feat: make possible to debug ssl handshake
2022-07-22 15:00:23 +02:00
zhongwencool
3248cb92e8
Merge branch 'main-v4.3' into sync-4.3-to-4.4
2022-07-19 11:02:11 +08:00
Zaiming (Stone) Shi
998f79070d
feat: add a quick deny option to allow_anonymous config
...
prior to this change, allow_anonymous is only true | false
when set to 'false', even if the client is connected without
a username, the auth backends will be invoked.
this commit introduced a new config value `false_quick_deny`
to deny access immediately without involving auth backends
2022-07-06 11:40:24 +02:00
zhouzb
9539446ca6
Merge branch 'main-v4.4' into sync-4.3
2022-06-30 21:48:29 +08:00
Zaiming (Stone) Shi
237afd0984
chore: ensure os_mon.memsup_improved_system_memory_data is set to true
2022-06-30 14:57:01 +02:00
firest
6a741f2085
fix: remove the default value of zone's exclusive_subscription
2022-06-30 19:48:35 +08:00
Xinyu Liu
565b6b0eb3
Merge branch 'main-v4.4' into copy-of_main-v4.3
2022-06-23 22:44:53 +08:00
firest
746b996de4
feat(exclusive): update schema and conf
2022-06-23 17:03:51 +08:00
firest
6599b71b5e
feat: add exclusive subscription
2022-06-23 16:31:48 +08:00
Xinyu Liu
dc777c68a1
Merge branch 'main-v4.4' into copy-of_main-v4.3
2022-06-20 11:22:58 +08:00
DDDHuang
a8b74c10f2
Merge pull request #8113 from DDDHuang/export_ip_config
...
Add listening port to erlang node distribution
2022-06-17 09:45:33 +08:00
JianBo He
9c91788a9e
Merge tag 'v4.3.15-rc.5' into merge-main-v4.3-into-v4.4
2022-06-01 17:01:10 +08:00
DDDHuang
f900e4ea3f
feat: add rpc server listener bind ip config
2022-06-01 16:21:41 +08:00
DDDHuang
43b56e82bd
feat: add listener bind ip config.
2022-06-01 15:34:29 +08:00
DDDHuang
4347fa1b95
fix: adjust old logger config
2022-06-01 14:35:23 +08:00
JianBo He
7ee5f90516
Merge tag 'v4.3.15-rc.3' into merge-main-v4.3-into-v4.4
2022-05-27 11:09:11 +08:00
DDDHuang
e1ad8aab46
fix: date format funs & logger conf & appup & change log
2022-05-26 13:13:00 +08:00
DDDHuang
4fc5cb2817
fix: rule engine date format fun & date to timestamp
2022-05-26 12:57:53 +08:00
DDDHuang
664ebcc192
fix: log date format by emqx_calendar
2022-05-26 12:57:53 +08:00