Commit graph

837 commits

Author SHA1 Message Date
Matthew R Kasun 62dd970d33 merge develop 2023-03-04 13:00:15 -05:00
Matthew R Kasun a1f0315847 create gateways durring migration 2023-03-04 12:59:37 -05:00
Matthew R Kasun 9c1ed00f17 delete legacy node after creating new node during migration 2023-03-04 12:59:37 -05:00
0xdcarns d6f9d37be9 fixed default ACLs and peer update deletion logic 2023-03-02 13:30:37 -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 9a7407f635 updated logic to add new nodes 2023-02-27 19:18:41 -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 0335e258ad added TODO comment and allowed using enrollment key more than once 2023-02-24 12:08:32 -05:00
0xdcarns e759637750 Merge branch 'develop' into GRA-1198 2023-02-24 11:23:41 -05:00
dcarns 3244472481
Merge pull request #2064 from gravitl/GRA-1264-better-peer-mgmt
Gra 1264 better peer mgmt
2023-02-24 11:17:56 -05:00
0xdcarns adf3967e0d handled forced deleted peer 2023-02-24 10:41:04 -05:00
theguy951357 130d2de565 update develop to 0.18.2 2023-02-23 16:07:24 -05:00
0xdcarns 80fda83c0c adjusted peer updates to remove peers properly, slowed zombie check 2023-02-23 10:55:42 -05:00
dcarns e771d91397
Merge pull request #2053 from yearski/hotfix_0.17.1_remove-orphans
remove orphaned code
2023-02-22 13:38:30 -05:00
0xdcarns 7194f0e555 edited peers for correct host usage 2023-02-21 13:28:53 -05:00
0xdcarns a419b24151 added node peers to return 2023-02-21 13:14:06 -05:00
0xdcarns 8d1dd2be12 consolidated peer update to one func 2023-02-21 11:15:06 -05:00
0xdcarns 95013fd49a removed old peer update style 2023-02-21 10:31:37 -05:00
yearski 672bb2a293
remove agentbackend 2023-02-20 02:22:00 -07:00
afeiszli 4b8c9bd4e3 adding a couple more version changes 2023-02-17 14:24:10 -05:00
0xdcarns 541e232ad7 update comments 2023-02-17 12:09:18 -05:00
0xdcarns 9103efa88f added request ack on register 2023-02-17 11:54:25 -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
0xdcarns 08248e1b35 added log 2023-02-16 19:34:25 -05:00
0xdcarns 6e1db0bb3f removed admin security check 2023-02-16 16:42:08 -05:00
0xdcarns d8c7ab980e fixed nil pointer from dereference in loop 2023-02-16 15:41:23 -05:00
0xdcarns 9078608bd1 fix initial map allocation 2023-02-16 15:13:40 -05:00
0xdcarns 607198d563 added host registration endpoint 2023-02-16 14:27:57 -05:00
0xdcarns 5434e9b299 Merge branch 'develop' into GRA-1198 2023-02-16 09:51:36 -05:00
kayos@tcp.direct 1513dc28b7
Tests: Handle all errors, key struct fields for go vet, enhance CI 2023-02-16 02:11:30 -08:00
0xdcarns 71ce2caabd added tokenization + detokenization 2023-02-15 16:32:16 -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
dcarns 380a353f46
Merge pull request #2037 from gravitl/GRA-1180-default-host-delete
Fix issue with deleting nodes from default hosts
2023-02-14 17:29:30 -05:00
dcarns 73fbdfea0d
Merge pull request #2026 from gravitl/gra-1172-zombies
updates to zombie processing
2023-02-14 14:50:08 -05:00
0xdcarns 93473a4e70 updated node topic for publishing 2023-02-14 13:00:08 -05:00
Matthew R Kasun 65b31c1c04 fix tests 2023-02-14 07:58:54 -05:00
Matthew R Kasun 82cac8fa30 use channels for sync 2023-02-14 07:01:38 -05:00
0xdcarns 6643c9a401 adapt createNetwork + default host addition 2023-02-13 15:17:13 -05:00
Abhishek Kondur 6e59eae1ef get right listen for ext conf file 2023-02-12 15:08:08 +04:00
0xdcarns 81d9954f37 added logic to add default hosts to networks upon network creation 2023-02-10 13:45:57 -05:00
dcarns 60f58674ae
Merge pull request #2012 from gravitl/GRA-1155/host_peer_update
Gra 1155: send peer update after adding host to network
2023-02-10 10:31:17 -05:00
Abhishek Kondur 944e425e91 publish peer update on adding host to a network 2023-02-10 17:23:48 +04:00
Matthew R Kasun c7338888e4 error handling 2023-02-10 06:58:00 -05:00