Commit graph

99 commits

Author SHA1 Message Date
0xdcarns adaf8f1ca6 initial changes to make cert <-> broker comms work 2022-07-05 15:04:45 -04:00
afeiszli ccd80eb10c add empty record check 2022-07-01 17:30:13 -04:00
afeiszli f28d361bea refactoring cert logic to use database 2022-06-30 22:30:28 -04:00
afeiszli b281047168 adding functions to handle certs in DB 2022-06-30 21:56:11 -04:00
Matthew R. Kasun efb06f37f7 only check for zombies on same network 2022-06-13 15:19:25 -04:00
0xdcarns a15fd750d1 change order 2022-04-26 11:47:41 -04:00
afeiszli 13db6ced0c adding separator 2022-04-25 20:07:47 -04:00
0xdcarns 773ad9b753 added initial notification to clients on server startup 2022-04-25 11:12:49 -04:00
Matthew R. Kasun 7152f6ccd4 remove references to grpc/comms net 2022-04-21 15:53:44 -04:00
Matthew R. Kasun 886ec31553 remove grpc 2022-04-21 15:04:44 -04:00
Matthew R. Kasun a340cd5c24 fix server startup for key/certs 2022-04-19 10:14:02 -04:00
Matthew R. Kasun 2b1f20e94b changes from code review
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-04-18 18:21:55 -04:00
Matthew R. Kasun d177d9507e don't start comms net 2022-04-18 07:28:13 -04:00
0xdcarns 7ca2c259ed added option to make iptables change 2022-03-28 10:36:23 -04:00
0xdcarns 22a06005f0 removed annoying log 2022-03-25 16:30:20 -04:00
John Sahhar a27cabc744 main: Add flag (-c) for configuration path
Adds an optional flag (-c) to the netmaker binary
for passing in an absolute path to a netmaker config
file.

Example:

	netmaker -c /etc/default/netmaker-server.yaml

Signed-off-by: John Sahhar <john@gravitl.com>
2022-03-22 15:22:38 -06:00
afeiszli fdfbde118e putting acl check before server pull 2022-03-13 21:35:22 -04:00
afeiszli 8306c213a7 adding default acl function 2022-03-13 20:58:30 -04:00
afeiszli f55eeedbb9 settings for comms network 2022-02-18 11:11:21 -05:00
Matthew R. Kasun b7acb824dd don't set node_id if invalid hostname 2022-02-15 10:12:39 -05:00
Matthew R. Kasun 7c9bc82e24 circular imports resolved 2022-02-15 10:12:39 -05:00
0xdcarns 469618aa72 removed default master key and added warning log if not set 2022-02-15 10:12:37 -05:00
0xdcarns c238cf7f23 made use of string builder in logger 2022-02-15 10:11:24 -05:00
0xdcarns 789cb27d48 added jwt fix 2022-02-15 09:51:21 -05:00
Matthew R. Kasun 4ab924af3e use main.version rather than subpackage variables 2022-02-10 15:10:18 -05:00
0xdcarns 4a73958725 comment changed 2022-02-08 19:52:35 -05:00
0xdcarns 732665c3d4 cleaned up daemon and server mq 2022-02-08 19:13:58 -05:00
afeiszli 294654d950 modify syncservernetwork 2022-02-01 09:59:23 -05:00
Matthew R Kasun 20569ee8ec Merge remote-tracking branch 'origin/develop' into feature_v0.10.0_serverPings 2022-01-30 05:55:52 -05:00
Matthew R Kasun 9dedb479d1 publish server keepalive and skeleton client subscription handler 2022-01-26 13:42:52 -05:00
Alex ec3d1c035f
Merge branch 'develop' into feature_v0.10.0_initialize_iptables 2022-01-26 00:47:21 -05:00
dcarns 59685731c1
Merge pull request #645 from gravitl/feature-messageQueue
Feature message queue
2022-01-25 19:25:38 -05:00
afeiszli cc8037c921 initial commit of iptables functionality 2022-01-25 11:58:51 -05:00
0xdcarns 7846420fa7 added timer hooks 2022-01-25 11:00:56 -05:00
Matthew R Kasun bc54bbf167 manual rebase to develop 2022-01-25 07:31:50 -05:00
Matthew R Kasun cbc389c164 fix mq shutdown on ctrl-c 2022-01-24 15:33:36 -05:00
Matthew R Kasun c239ee3787 Merge branch 'develop' into feature-messageQueue 2022-01-24 06:21:21 -05:00
afeiszli e3e239ab84 adding code review changes 2022-01-22 10:12:33 -05:00
Matthew R Kasun 2310977391 refactor to reduce number of types of message in message queue simplifying the subscribers and publishers 2022-01-21 05:19:17 -05:00
afeiszli 4d2a85f879 adding telemetry 2022-01-20 17:50:42 -05:00
Matthew R Kasun 767abc7d5e fix publish peers 2022-01-20 12:53:13 -05:00
Matthew R Kasun 90b468f9f9 WIP commit to enable rebasing to uuid feature 2022-01-20 12:52:49 -05:00
Matthew R Kasun 3e016ef8b5 WIP commit 2022-01-20 12:50:00 -05:00
0xdcarns 2a5405982e began server client reactive 2022-01-17 18:35:16 -05:00
Lam Tran f989bd86b5 Gracefully shutdown in HTTP and gRPC apps 2022-01-06 23:00:49 +07:00
0xdcarns d45d41769d changed log 2022-01-03 10:02:40 -05:00
0xdcarns 548997f9ef optimize further 2021-12-10 21:09:42 -05:00
0xdcarns e45a485bce added comments, optimized memory 2021-12-10 15:01:10 -05:00
0xdcarns 85e8c0abb6 memory issue work 2021-12-08 16:52:32 -05:00
afeiszli 932712619a remade server logs 2021-12-06 15:31:08 -05:00