Commit graph

303 commits

Author SHA1 Message Date
dcarns
99cb2195a0
Merge pull request #2119 from gravitl/GRA-1369-ext-acls
GRA-1369 - added logic for ext client ACLs
2023-03-15 13:19:41 -04:00
dcarns
3d5b0ceafc
Merge pull request #2113 from gravitl/GRA-1342-registration-dns
GRA-1342: added DNS publish when host add nodes
2023-03-15 08:52:39 -04:00
dcarns
abee5e104a
Merge pull request #2116 from gravitl/GRA-1321
GRA-1321: Metrics Fix
2023-03-15 08:49:55 -04:00
0xdcarns
0f3faceb93 added logic for ext client ACLs 2023-03-14 13:39:33 -04:00
0xdcarns
11daff3f1c added iot check in mq message handlers 2023-03-14 10:46:12 -04:00
0xdcarns
ba03fed905 added DNS publish when host add nodes 2023-03-14 08:33:14 -04:00
Abhishek Kondur
a701956d99 fix traffic sent and recieved metric 2023-03-14 07:00:59 +04:00
Abhishek Kondur
959ca622e3 add new field to proxy metrics 2023-03-14 06:55:25 +04:00
0xdcarns
58adef9e12 address non-functional comment 2023-03-07 11:00:21 -05:00
0xdcarns
28119c22ee added context to peer updates, moved nodes to memory 2023-03-06 12:21:51 -05:00
0xdcarns
48aad9780c merge develop 2023-03-06 10:28:54 -05:00
0xdcarns
91373953e7 added ability to force delete if node is requested twice 2023-03-03 11:11:02 -05:00
0xdcarns
385232ca5a cleanup unnecessary routines + use peerindexmap for delete check 2023-03-01 10:55:34 -05:00
dcarns
ad4bab064b
Merge pull request #2050 from gravitl/GRA-1198-enrollment_keys
Gra 1198 enrollment keys
2023-02-28 09:26:23 -05:00
dcarns
dbf6f1034b
Merge pull request #2058 from gravitl/feature_emqx
Add emqx boilerplate
2023-02-28 08:41:39 -05:00
0xdcarns
a0519cc16a merge develop 2023-02-27 19:13:48 -05:00
0xdcarns
2be3ff747a Merge branch 'develop' into GRA-1198-enrollment 2023-02-27 15:55:25 -05:00
dcarns
26df6f4016
Merge pull request #2076 from walkerwmanuel/GRA-1270-startup-log-rework
Added more accurate startup logs
2023-02-27 15:22:54 -05:00
walkerwmanuel
b6e0a860ae Added more accurate startup logs 2023-02-27 14:52:50 -05:00
0xdcarns
2749e7311b Revert "adjusted main to use one single context"
This reverts commit 92d0d12e8f.
2023-02-27 13:36:32 -05:00
0xdcarns
977c9c8c19 send peer update after request + fix pass update issue 2023-02-27 12:32:07 -05:00
Anish Mukherjee
314af6b51d create emqx credentials for host upon creation 2023-02-27 17:18:35 +05:30
0xdcarns
5014c389ca adjusted main to use one single context 2023-02-24 15:46:06 -05:00
0xdcarns
92d0d12e8f adjusted main to use one single context 2023-02-24 15:37:53 -05:00
0xdcarns
e759637750 Merge branch 'develop' into GRA-1198 2023-02-24 11:23:41 -05:00
0xdcarns
adf3967e0d handled forced deleted peer 2023-02-24 10:41:04 -05:00
0xdcarns
80fda83c0c adjusted peer updates to remove peers properly, slowed zombie check 2023-02-23 10:55:42 -05:00
Anish Mukherjee
5279900b7c add /mqtt for EMQX websocket listen endpoint 2023-02-22 20:37:08 +05:30
Anish Mukherjee
c7a3306d3e refresh emqx admin user on server startup 2023-02-22 20:37:08 +05:30
Anish Mukherjee
a33ac33462 wait for EMQX rest endpoint startup 2023-02-22 20:37:08 +05:30
Anish Mukherjee
d2adf88b21 add emqx boilerplate 2023-02-22 20:37:08 +05:30
0xdcarns
16f2093004 added empty string to params 2023-02-21 11:17:48 -05:00
0xdcarns
a1f5d73a58 added request ack 2023-02-17 11:39:30 -05:00
0xdcarns
6b30cef968 handled node additions in more elegant manner 2023-02-17 11:32:02 -05:00
dcarns
92dbfa52a5
Merge pull request #2001 from gravitl/gra-1088_dns_updates
Gra 1088 dns updates
2023-02-15 12:55:58 -05:00
Matthew R Kasun
bd9cf14c02 Merge branch 'develop' into gra-1088_dns_updates 2023-02-15 06:42:09 -05:00
Matthew R Kasun
c7c864b229 break into smaller funcs 2023-02-14 13:29:20 -05:00
0xdcarns
93473a4e70 updated node topic for publishing 2023-02-14 13:00:08 -05:00
Abhishek Kondur
7f9552b04d remove duplicate peer update 2023-02-13 21:48:16 +04:00
Matthew R Kasun
6e061c49d0 fix typo 2023-02-10 11:03:08 -05:00
Matthew R Kasun
7c1784e74f log message on succesful alldns publish 2023-02-10 10:58:06 -05:00
Matthew R Kasun
c7338888e4 error handling 2023-02-10 06:58:00 -05:00
Matthew R Kasun
98e66b7292 include ipv6 for extclients 2023-02-09 11:20:50 -05:00
Matthew R Kasun
0b0db1c0e8 add network name to dns 2023-02-09 10:49:56 -05:00
Matthew R Kasun
e0478b9b54 ensure network add to new extclient for dns update 2023-02-08 15:58:32 -05:00
Matthew R Kasun
574583b3b1 include network on extcient dns update 2023-02-08 13:50:34 -05:00
Matthew R Kasun
d4cd24e778 extclient update 2023-02-08 11:32:28 -05:00
Matthew R Kasun
88358f517c include old/new ip in dnsupdate for node ip change 2023-02-08 10:33:27 -05:00
Matthew R Kasun
8d6728bc41 add network when publishing custom dns creation 2023-02-08 10:11:36 -05:00
dcarns
d5c85b1d87
Merge pull request #2002 from gravitl/GRA-1011/remove_mq_dyn_sec
Gra 1011/remove mq dyn sec
2023-02-08 08:55:23 -05:00