Commit graph

106 commits

Author SHA1 Message Date
Matthew R Kasun
d5a83f3002 move servercfg.GetServer() out of loop 2023-04-19 09:43:07 -04:00
Matthew R Kasun
cd89b4abef remove old peer when publickey updated 2023-04-17 18:20:09 -04:00
0xdcarns
fa40a5929d added turn ep + nat type to host model 2023-03-30 17:23:21 -04:00
dcarns
158672a906
Merge pull request #2097 from gravitl/feature_emqx_acl
Add EMQX ACLs
2023-03-22 11:56:56 -04:00
0xdcarns
f25421f6c4 fixed update issue 2023-03-22 10:48:54 -04:00
Anish Mukherjee
852abcf4e7 update mq topics to use servername 2023-03-21 17:55:51 +05:30
0xdcarns
bf687dd478 add return 2023-03-20 08:55:28 -04:00
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
0xdcarns
0f3faceb93 added logic for ext client ACLs 2023-03-14 13:39:33 -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
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
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
d2adf88b21 add emqx boilerplate 2023-02-22 20:37:08 +05:30
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
Abhishek Kondur
7f9552b04d remove duplicate peer update 2023-02-13 21:48:16 +04:00
dcarns
6e50011ceb
Merge pull request #1978 from gravitl/GRA-1060/bug_proxy_listen_port
Gra 1060/bug public listen port
2023-01-26 18:28:30 -05:00
Abhishek Kondur
acbd0d6337 only print host id in log 2023-01-26 14:02:47 +04:00
Anish Mukherjee
1b43d6bf1c increase log verbosity for legacy nodes 2023-01-26 14:41:50 +05:30
dcarns
5fb3ec7b79
Merge pull request #1970 from gravitl/static_check_addressing
addressed majority of static checks
2023-01-24 13:14:47 -05:00
0xdcarns
706bba0593 addressed majority of static checks 2023-01-24 11:20:06 -05:00
Abhishek Kondur
18ddb3d5ca update host name on join 2023-01-24 12:10:03 +04:00
Matthew R Kasun
1a739e6660 log level changed for hostUpdate 2023-01-22 17:32:53 -05:00
Abhishek Kondur
c528110541 handle update host logic in mq handler 2023-01-20 06:19:33 -05:00
Abhishek Kondur
be2a730a24 use existing func to parse host id from topic 2023-01-18 22:18:55 +05:30
Abhishek Kondur
10f724310c change public listen port field 2023-01-18 12:00:26 +05:30
Abhishek Kondur
83ea8778d6 Merge branch 'GRA-985/host_updates_logic' of https://github.com/gravitl/netmaker into GRA-985/host_delete_logic 2023-01-17 18:38:36 +05:30
Abhishek Kondur
2ea7f077f7 resolve merge conflicts 2023-01-17 18:37:58 +05:30
Abhishek Kondur
55731ae547 change topic for server host update 2023-01-17 18:36:03 +05:30
Abhishek Kondur
77deff063b handle host deletion in mq host updates 2023-01-17 15:27:20 +05:30
Abhishek Kondur
a9d1df6022 typo in comment 2023-01-17 15:00:57 +05:30
Abhishek Kondur
7af389f5d1 handle update host logic in mq handler 2023-01-17 14:43:16 +05:30
Abhishek Kondur
652ef642bd add switch case statements to host updates mq handler 2023-01-17 14:37:12 +05:30
Abhishek Kondur
cf0b54c1eb comments to add logic for host updates 2023-01-17 11:38:51 +05:30
Abhishek Kondur
acceb6e370 mq handlers for host updates 2023-01-17 11:17:13 +05:30
0xdcarns
e4d44b5fab ee update 2023-01-14 12:00:44 -05:00