Zaiming Shi
|
65d0b70ff6
|
refactor(authz): simplify config update impl
|
2021-09-26 16:19:47 +08:00 |
Zaiming Shi
|
f18d0c7167
|
fix(authz): delete unused config field
path is not used for built-in-database type
|
2021-09-26 16:19:47 +08:00 |
zhanghongtong
|
7d18250a1d
|
chore(authz mnesia): fix dialyzer error
|
2021-09-26 16:19:47 +08:00 |
zhanghongtong
|
673b12a46d
|
chore(authz mnesia): in the mnesia table, replace atom with int
|
2021-09-26 16:19:47 +08:00 |
zhanghongtong
|
9b3917e0d3
|
chore(authz mnesia api): get method supports paging
Signed-off-by: zhanghongtong <rory-z@outlook.com>
|
2021-09-26 16:19:47 +08:00 |
zhanghongtong
|
1a02e0cfd1
|
feat(authz mnesia api): post accept array data
|
2021-09-26 16:19:47 +08:00 |
zhanghongtong
|
2dc3b51675
|
chore(authz): use ekka_mnesia instead of mnesia
|
2021-09-26 16:19:47 +08:00 |
zhanghongtong
|
b583509976
|
feat(authz): add authorize for mnesia
|
2021-09-26 16:19:47 +08:00 |
zhanghongtong
|
ed6f4895e2
|
feat(authz mnesia): add api
Signed-off-by: zhanghongtong <rory-z@outlook.com>
|
2021-09-26 16:19:47 +08:00 |
lafirest
|
acb5c693ba
|
Merge pull request #5767 from lafirest/fix/time_unit
fix(schema): fix some time unit in schema
|
2021-09-26 15:35:27 +08:00 |
JianBo He
|
8e78d29325
|
chore(gw): improve emqx_gateway_schema
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
b78c914651
|
test(authn): cleanup the dirty configs
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
791408cd99
|
refactor(gw): simplify code structure
1. Add the management API for listener's authn
2. Clarify responsed error messages
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
5ad1a8c232
|
chore(gw): fix test case errors
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
f0ac62c513
|
refactor(gw): use emqx_gateway_conf to update conf
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
b55a1f62c3
|
test(gw): more cases for emqx_gateway_conf
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
d163e99d58
|
chore(gw): add cases for emqx_gateway_conf
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
f68dfff0d6
|
refactor(gw): refactor config hot-upgrade mechnism
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
a9e32ac106
|
chore(gw): fix gatway enable/1 not working
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
d8176f4378
|
chore(gw): pass listener id into listener params
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
3e033b419c
|
refactor(gw): integrate with authn
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
f3c675b139
|
chore(deps): upgrade esockd to 5.8.3
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
eda94f5754
|
chore(gw): more comment for coap options
|
2021-09-26 15:19:55 +08:00 |
JianBo He
|
aa03023811
|
chore(gw): http-api for loading gateway
|
2021-09-26 15:19:55 +08:00 |
lafirest
|
6e3ec6c9db
|
fix(schema): fix authn/z's schema time unit
|
2021-09-26 14:41:46 +08:00 |
lafirest
|
e31e175e47
|
fix(schema): fix some time unit in schema
|
2021-09-26 14:38:53 +08:00 |
xujun540
|
92c02c0c8b
|
chore(autotest): add and run test scripts and modify plug-ins
|
2021-09-26 14:04:43 +08:00 |
zhanghongtong
|
11c90cfce4
|
fix(authz api): fix file type error
|
2021-09-26 12:35:35 +08:00 |
zhanghongtong
|
f091858a27
|
chore(CI): add macos 11 for build workflows
Signed-off-by: zhanghongtong <rory-z@outlook.com>
|
2021-09-26 12:33:59 +08:00 |
zhouzb
|
096e85dc14
|
chore(authn): improve log and fix disabled authentication still working
|
2021-09-26 11:31:19 +08:00 |
zhongwencool
|
cae79a0584
|
feat(swagger): move public page/limit/error_code to emqx_dashboard_swagger module
|
2021-09-24 21:51:53 +08:00 |
Zaiming (Stone) Shi
|
d2278b02d9
|
Merge pull request #5798 from Rory-Z/feat/update-acl-conf
feat(authz): acl.conf is compatible with the 4.x syntax
|
2021-09-24 11:53:12 +02:00 |
zhouzb
|
6051ea92eb
|
chore(authn): improve log
|
2021-09-24 17:24:04 +08:00 |
zhouzb
|
11bdfcb8f0
|
fix(authn): fix bugs in http and pgsql authn
|
2021-09-24 17:15:10 +08:00 |
zhouzb
|
e31840d943
|
fix(authn): add timeout option for mysql connector
|
2021-09-24 17:15:10 +08:00 |
zhouzb
|
98ecafcceb
|
chore(psk): fix dialyzer
|
2021-09-24 17:07:08 +08:00 |
zhouzb
|
d391690505
|
chore(psk): fix bugs
|
2021-09-24 17:07:08 +08:00 |
zhouzb
|
29277b1d6b
|
chore(psk): rename boot.psk to init.psk
|
2021-09-24 17:07:08 +08:00 |
zhouzb
|
e9cd757432
|
chore(psk): delete old module and update configuration
|
2021-09-24 17:07:05 +08:00 |
zhouzb
|
4ca9628899
|
chore(psk): rename boot_file to init_file
|
2021-09-24 17:05:26 +08:00 |
zhouzb
|
2f18f5e8b5
|
chore(psk): improve configuration file
|
2021-09-24 17:05:26 +08:00 |
zhouzb
|
7c61bc18cf
|
feat(psk): support psk
|
2021-09-24 17:05:26 +08:00 |
zhongwencool
|
7e494afd98
|
fix(swagger): desc must be binary
|
2021-09-24 15:55:49 +08:00 |
zhongwencool
|
8c441673c2
|
feat(delayed_api): support hocon schema
|
2021-09-24 15:22:05 +08:00 |
JimMoen
|
e737f18548
|
fix(mgmt_api): Friendly HTTP Status Code for Listeners.
|
2021-09-24 14:28:52 +08:00 |
JimMoen
|
54b3dd8718
|
fix(mgmt_api): update listener on specific node.
|
2021-09-24 14:28:52 +08:00 |
JimMoen
|
2e088c0ae8
|
fix(mgmt_api): return 404 when node not found.
|
2021-09-24 14:28:52 +08:00 |
zhongwencool
|
357456880e
|
Merge pull request #5777 from zmstone/fix-ssl-listener-config
fix(emqx_schema): make ssl config schema right
|
2021-09-24 13:39:44 +08:00 |
lafirest
|
7ff26003e5
|
fix(emqx_retainer): fix the bug that re-enable does't work
|
2021-09-24 10:25:19 +08:00 |
zhanghongtong
|
d1e85e8d00
|
feat(authz): acl.conf is compatible with the 4.x syntax
|
2021-09-24 09:59:45 +08:00 |