Zaiming (Stone) Shi
|
c825102bed
|
fix(authz): ensure acl.conf path template rendered
|
2023-05-02 09:10:04 +02:00 |
Stefan Strigler
|
062ce5f819
|
refactor: rename emqx_map_lib to emqx_utils_maps
|
2023-04-14 13:41:34 +02:00 |
Andrew Mayorov
|
e70deae1c3
|
feat(resource): ask for metrics only when needed
|
2023-04-11 12:00:19 +03:00 |
ieQu1
|
e3595f2e79
|
chore(mria): Bump version to 0.4.0
|
2023-03-11 00:37:25 +01:00 |
Stefan Strigler
|
b54f444263
|
fix(emqx_authz): return `404` for requests on non existent source
|
2023-03-07 13:51:06 +01:00 |
Stefan Strigler
|
d0ea7f4647
|
fix(emqx_authz): check if type param matches type in body
|
2023-03-06 11:10:31 +01:00 |
Ivan Dyachkov
|
f90c41f769
|
fix: set default value in schema
|
2023-01-12 13:49:52 +01:00 |
Zaiming (Stone) Shi
|
dbc10c2eed
|
chore: update copyright year 2023
|
2023-01-02 09:22:27 +01:00 |
Zaiming (Stone) Shi
|
350023e757
|
fix(config): option only_fill_defaults renamed to make_serializable
|
2022-12-23 14:27:04 +01:00 |
Stefan Strigler
|
0678e05e84
|
style: fix message returned for 404
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
|
2022-11-08 17:40:34 +01:00 |
Stefan Strigler
|
ba1e19f068
|
fix(emqx_authz_api_sources): make schema fit to what we send
|
2022-11-08 17:40:34 +01:00 |
Stefan Strigler
|
e0ed0855ff
|
fix(emqx_authz_api_sources): return 'code' in response body for 404
|
2022-11-08 17:40:34 +01:00 |
JimMoen
|
f018b8ab49
|
fix(bridge/authz/exhook): no need to drop invalid certs
|
2022-09-14 14:08:55 +08:00 |
Zhongwen Deng
|
dd59c850e0
|
chore: make sure swagger's tags always titlecase
|
2022-07-25 16:09:17 +08:00 |
Zhongwen Deng
|
a12478225a
|
fix: fix bad swagger format
|
2022-07-20 16:56:07 +08:00 |
Zaiming (Stone) Shi
|
2eb621ba57
|
fix: hint metrics merge errors
|
2022-05-13 21:38:51 +02:00 |
JimMoen
|
87af77ec35
|
refactor: do not destory resource when update authn/authz resource
|
2022-05-12 14:19:57 +08:00 |
EMQ-YangM
|
30b3060327
|
fix: improve authn, authz metrics
|
2022-05-05 18:53:31 +08:00 |
EMQ-YangM
|
4a6dabbe57
|
fix: rename to emqx_metrics_worker
|
2022-04-29 12:41:36 +08:00 |
EMQ-YangM
|
6879df9c5c
|
fix: respect atom name convention
|
2022-04-29 08:59:51 +08:00 |
EMQ-YangM
|
3e314f6785
|
fix: rewrite status_metrics_example
|
2022-04-29 00:44:22 +08:00 |
EMQ-YangM
|
f91a6b9f00
|
fix: authz add metrics_and_status schema
|
2022-04-29 00:37:21 +08:00 |
EMQ-YangM
|
a6920ac11b
|
feat: new authz metrics
|
2022-04-28 22:01:40 +08:00 |
EMQ-YangM
|
2d553d711f
|
fix: 'ComFun' missing parameter
|
2022-04-25 11:38:48 +08:00 |
JimMoen
|
11d2ae117c
|
docs: authz i18n zh_CN support
|
2022-04-22 10:40:34 +08:00 |
Zaiming (Stone) Shi
|
c71302ae27
|
refactor(ssl): show file paths for SSL certs in dashboard
|
2022-04-19 08:43:37 +02:00 |
JimMoen
|
82559b9b08
|
style: erlfmt apps/emqx_authz
|
2022-04-01 02:19:46 +08:00 |
JimMoen
|
4746204f6f
|
fix(authz): rm authz source update dry_run
|
2022-03-31 10:34:33 +08:00 |
JimMoen
|
41c808a262
|
fix(authz): write acl and cert files after nodes config synced
|
2022-03-23 21:14:43 +08:00 |
JimMoen
|
c2e1c38fdf
|
refactor(authz): prepend and append only allow one source
|
2022-03-23 21:14:43 +08:00 |
zhouzb
|
9820728e5c
|
Merge pull request #7351 from JimMoen/fix-authz-api-pem-check
fix authz api flaky status code.
|
2022-03-21 20:55:36 +08:00 |
JimMoen
|
3769044a57
|
fix(authz_api): ssl pem check failed returns 400
|
2022-03-21 18:05:43 +08:00 |
JimMoen
|
1ed8e783f4
|
fix(authz_api): rm authz sources full update
|
2022-03-21 16:43:08 +08:00 |
JimMoen
|
0b7f1ab69c
|
refactor(authz_api): avoid copy paste
|
2022-03-21 16:43:08 +08:00 |
JimMoen
|
0ee3e49db7
|
chore: rm unused macro and func, fix unchanged product name
|
2022-03-21 16:43:08 +08:00 |
JimMoen
|
188d876b1c
|
fix(api): fix unmatched position parsing
|
2022-03-21 16:43:08 +08:00 |
EMQ-YangM
|
dc8408e378
|
fix(emqx_authz_api): fix error code
|
2022-03-21 14:42:09 +08:00 |
EMQ-YangM
|
a34e750ebe
|
fix: unify http response code for auhtn & authz
|
2022-03-21 14:16:52 +08:00 |
EMQ-YangM
|
d1857ba454
|
feat: add authn, authz status api
|
2022-03-18 14:36:33 +08:00 |
EMQ-YangM
|
37c4d68f40
|
fix: ignore authn, authz status and metrics
|
2022-03-16 11:14:21 +08:00 |
EMQ-YangM
|
eb5570dd07
|
fix: disable authn_api, authz_api_sources swagger spec
|
2022-03-16 10:16:50 +08:00 |
JimMoen
|
02ed2148d7
|
refactor: move api `top` -> `front`, `bottom` -> `rear`
|
2022-03-15 10:28:46 +08:00 |
JimMoen
|
68c473c7cc
|
refactor(authz_api): authz sources move api style
|
2022-03-15 10:28:46 +08:00 |
EMQ-YangM
|
258d2e9e03
|
fix(emqx_authz_api_sources): use merge replace foldl
|
2022-03-14 14:43:17 +08:00 |
EMQ-YangM
|
740b3870bf
|
fix(elvis): nesting_level shouldn't exceed 6
|
2022-03-14 13:36:35 +08:00 |
EMQ-YangM
|
b33b3f6eee
|
fix: reduce status_and_metrics
|
2022-03-14 10:21:51 +08:00 |
EMQ-YangM
|
f287547251
|
feat(emqx_authz): add metrics and status to authz
|
2022-03-13 12:41:03 +08:00 |
Zhongwen Deng
|
6ff2db6180
|
fix: elvis warning
|
2022-03-04 15:10:10 +08:00 |
Zhongwen Deng
|
e2f386383d
|
fix: replace local ref by remote ref
|
2022-03-04 09:13:56 +08:00 |
Zhongwen Deng
|
9f9bf059b9
|
fix(schema): remove unuse to_bin function; simplify body schema.
|
2022-02-21 23:02:49 +08:00 |