Commit graph

545 commits

Author SHA1 Message Date
0xdcarns 424c801c6c server update 2022-01-25 23:04:03 -05:00
0xdcarns d6554ef081 initial commit 2022-01-25 22:14:31 -05:00
dcarns 59685731c1
Merge pull request #645 from gravitl/feature-messageQueue
Feature message queue
2022-01-25 19:25:38 -05:00
Matthew R Kasun 03d17a0520 addressing review comments 2022-01-25 18:15:27 -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 77b765c8fd Merge branch 'develop' into feature-messageQueue 2022-01-24 17:24:37 -05:00
0xdcarns 0e83ba932c bug fixed 2022-01-24 15:16:29 -05:00
Matthew R Kasun d722218f32 publish Node and Peer updates in go routine to ensure UI responses are not delayed 2022-01-24 13:56:10 -05:00
Matthew R Kasun f54d0fd993 fix logic in call to UpdatePeers 2022-01-24 13:25:56 -05:00
Matthew R Kasun 0ced90ebd4 add conditional update of peers after a node update. 2022-01-24 11:42:21 -05:00
Matthew R Kasun c239ee3787 Merge branch 'develop' into feature-messageQueue 2022-01-24 06:21:21 -05:00
Matthew R Kasun 7ba07f8217 publish node update/peer update on gateway creation/deletion 2022-01-23 18:06:39 -05:00
Matthew R Kasun c1813c52e9 publish node update and peer update on ingress gateway creation 2022-01-22 15:34:01 -05:00
Matthew R Kasun 60eab296fc publish node update when node deleted from UI 2022-01-22 14:35:48 -05:00
Matthew R Kasun fcc1259adf fix writes/updates to wg config files 2022-01-22 11:38:56 -05:00
Matthew R Kasun e164e6446f publish node update when UI updates a node 2022-01-21 17:22:56 -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 d4399d1321 rebase fixes 2022-01-20 16:39:54 -05:00
Matthew R Kasun b15a5112fc fixes due to rebase 2022-01-20 15:41:06 -05:00
Matthew R Kasun eec491564b add logic to grpc leave handler to publish peer update message 2022-01-20 13:16:03 -05:00
Matthew R Kasun e7b9715cf7 fix publish peers 2022-01-20 13:14:59 -05:00
0xdcarns ef81763e30 misplaced variable 2022-01-20 13:00:04 -05:00
0xdcarns be093a951f added legacy check to maintain compatibility 2022-01-20 13:00:04 -05:00
0xdcarns 0f657b4378 adapted node routes further to new id 2022-01-20 12:59:31 -05:00
0xdcarns 66d6c71441 adjusting client join 2022-01-20 12:59:31 -05:00
0xdcarns 7a5bcb5a68 test adjust 2022-01-20 12:59:31 -05:00
0xdcarns 5b3917f357 continued. 2022-01-20 12:59:31 -05:00
0xdcarns 60dedc2616 continued. 2022-01-20 12:59:31 -05:00
0xdcarns 27100f5b52 continued. 2022-01-20 12:59:31 -05:00
0xdcarns edbce5547a test logic update 2022-01-20 12:59:31 -05:00
0xdcarns c6a2f2cb64 refactored all grpc to be uniform 2022-01-20 12:59:31 -05:00
0xdcarns df23b50165 refactored more 2022-01-20 12:59:31 -05:00
0xdcarns cd5bce8812 restructuring continued 2022-01-20 12:58:49 -05:00
Matthew R Kasun 09b9e658b9 add logic to grpc leave handler to publish peer update message 2022-01-20 12:53:14 -05:00
Matthew R Kasun 767abc7d5e fix publish peers 2022-01-20 12:53:13 -05:00
0xdcarns 2430eb0a47 prevent nodes from changing address out of range or to .0 or .255 addresses 2022-01-19 10:47:23 -05:00
0xdcarns 5c1300997c rough draft 2022-01-18 11:32:21 -05:00
0xdcarns 134a09670f refactor 2022-01-18 10:55:02 -05:00
0xdcarns cbe54ef2cf test 2022-01-18 10:14:27 -05:00
0xdcarns 0adaa40d2c changed to pass by value 2022-01-18 10:00:38 -05:00
0xdcarns aebe39e46b testing continued 2022-01-18 09:51:45 -05:00
0xdcarns b5423e3ece fixed log, added servernode check 2022-01-18 09:27:24 -05:00
0xdcarns b0bb4f4f67 tweak util 2022-01-18 09:19:47 -05:00
0xdcarns a5495300d0 added logs 2022-01-18 09:06:43 -05:00
0xdcarns 916866f73c began refactor 2022-01-17 18:35:16 -05:00
0xdcarns 6b6ce28b13 misplaced variable 2022-01-17 14:22:39 -05:00
0xdcarns 50016ed219 added legacy check to maintain compatibility 2022-01-17 14:22:39 -05:00
0xdcarns 0502ff131c adapted node routes further to new id 2022-01-17 14:21:40 -05:00
0xdcarns e2ffcd4b3c adjusting client join 2022-01-17 14:21:40 -05:00
0xdcarns 90463dd1d7 test adjust 2022-01-17 14:21:40 -05:00
0xdcarns 52d684aa1e continued. 2022-01-17 14:21:40 -05:00
0xdcarns 32f7e2c4ef continued. 2022-01-17 14:21:40 -05:00
0xdcarns 4bcef22498 continued. 2022-01-17 14:21:40 -05:00
0xdcarns b793c248ec test logic update 2022-01-17 14:21:40 -05:00
0xdcarns d18b6d5ee2 refactored all grpc to be uniform 2022-01-17 14:21:40 -05:00
0xdcarns 545f45d86d refactored more 2022-01-17 14:21:40 -05:00
0xdcarns 64e7791011 restructuring continued 2022-01-17 14:21:40 -05:00
0xdcarns 3e4aca36cf removed unneccesary endpoint 2022-01-12 19:45:42 -05:00
0xdcarns 72206817bb added local range logic 2022-01-12 19:39:10 -05:00
0xdcarns 43b9e73eaa updated ioutil refs and composes 2022-01-06 15:05:38 -05:00
Lam Tran f989bd86b5 Gracefully shutdown in HTTP and gRPC apps 2022-01-06 23:00:49 +07:00
0xdcarns c40ab51737 disabled updating default post cmds if RCE disabled 2022-01-05 13:41:11 -05:00
0xdcarns 12e718f008 updated version, made RCE optional 2022-01-05 13:13:03 -05:00
0xdcarns 8a4dce7bec fixed user deletion 2022-01-03 10:02:40 -05:00
0xdcarns 548997f9ef optimize further 2021-12-10 21:09:42 -05:00
0xdcarns 85e8c0abb6 memory issue work 2021-12-08 16:52:32 -05:00
0xdcarns 09033e1e0b renamed files, fixed pointers 2021-12-07 15:51:57 -05:00
0xdcarns 6215ea2db8 adjusted values to pointers for a lot of functions 2021-12-07 15:04:00 -05:00
0xdcarns 0c6c09caa9 organized http logic, renamed files 2021-12-07 12:46:55 -05:00
0xdcarns 6184d0b965 fixed return and logs 2021-12-07 11:15:01 -05:00
0xdcarns 95528f510a consolidated security check function 2021-12-07 10:56:39 -05:00
afeiszli 6455f41c1b started security.go 2021-12-06 16:45:27 -05:00
afeiszli 932712619a remade server logs 2021-12-06 15:31:08 -05:00
0xdcarns e521c5936a added logic for future use 2021-11-23 09:47:49 -05:00
afeiszli 1a16e5ad25 fixed dns and keys 2021-11-16 12:20:48 -05:00
afeiszli 84c8299bb0 freebsd working 2021-11-15 11:42:52 -05:00
afeiszli 05d27c8af3 remote route on delete 2021-11-14 19:17:30 -05:00
afeiszli 437955ab90 saving to work on linux 2021-11-14 16:50:20 -05:00
0xdcarns 5322c44a99 fixed minor bug surrounding oauth error 2021-10-28 10:20:37 -04:00
0xdcarns 8f72ecbaa0 refactored logic 2021-10-26 12:50:34 -04:00
0xdcarns 6891b52cee updated logs, ensured admins could not be edited 2021-10-25 16:38:59 -04:00
0xdcarns 9f0f6ae9b5 users network updates is admin only 2021-10-25 15:13:23 -04:00
0xdcarns c002c30ba8 added ability for admisn to change user's networks 2021-10-25 14:51:52 -04:00
0xdcarns 7939e5968f good first draft, fixed test 2021-10-21 20:32:23 -04:00
0xdcarns 4e4e8b3ab5 began oauth implementation 2021-10-21 15:28:58 -04:00
0xdcarns 37c999d47a multiple user test fix 2021-10-20 11:23:44 -04:00
0xdcarns 51c1973b21 added ability to remove local instance of netmaker 2021-10-20 09:22:05 -04:00
dcarns cde7b8bc3e
Merge pull request #359 from gravitl/add-tests
Unit Test refinement
2021-10-18 10:02:58 -04:00
Matthew R Kasun 89f0a6f4ae deleted troubleshooting function 2021-10-17 11:55:31 -04:00
Matthew R Kasun 4884496d66 refined dns unit tests 2021-10-17 11:47:25 -04:00
Matthew R Kasun 2f24acbaf1 add missing GetUserInternal and GetUsers tests 2021-10-16 11:47:57 -04:00
Matthew R Kasun f7d8281d65 revert changes to comments before functions 2021-10-16 08:01:38 -04:00
Matthew R Kasun 1c1637b75e refactored and added unit test 2021-10-14 16:36:14 -04:00
Matthew R Kasun 2bf2e65736 removed debugging println 2021-10-14 11:27:04 -04:00
Matthew R Kasun 4356aea65a prevent creating admin if one already exists 2021-10-14 11:19:49 -04:00
0xdcarns d7cafbbc4c code linting 2021-10-08 15:07:12 -04:00
0xdcarns 989676e77f Combined client + server code, Added HA ability, minor bug fixes 2021-10-06 17:48:54 -04:00
afeiszli 21ba362eca allowing IsServer to be modified, configurable checkin time, single checkin for linux, moved cfg files 2021-10-02 12:28:17 -04:00
0xdcarns da26802865 egress + inress bug fixes #284 & #285 2021-10-01 10:33:32 -04:00
afeiszli 1661f3dabf fixing dns setting on netclient 2021-09-29 10:02:34 -04:00
afeiszli 99c8c6b31d Merge remote-tracking branch 'origin/feature_v0.8_housekeeping' into feature_v0.8.1_coredns 2021-09-28 14:08:37 -04:00
0xdcarns 90cbbfdf4a minor cleanups 2021-09-28 14:08:16 -04:00
afeiszli 70afe33246 one time CoreDNS file 2021-09-28 13:16:41 -04:00
0xdcarns 90d941854b made some more efficient images and added set defaults for node reads 2021-09-27 17:51:20 -04:00
afeiszli fdcb8611ff adding logs, decreasing time 2021-09-22 10:51:18 -04:00
afeiszli 802934e993 adding udp port parsing for relay node 2021-09-22 10:40:36 -04:00
afeiszli e00321a5a0 adding logs to egress on netclient 2021-09-22 09:53:34 -04:00
afeiszli b828f7b6d9 fixing model 2021-09-18 11:01:34 -04:00
afeiszli 74b15a6a13 fixing relay model 2021-09-18 10:33:14 -04:00
afeiszli 4134b82485 fixing cmd call 2021-09-17 14:34:57 -04:00
afeiszli 31ea969e3d relay functionality working 2021-09-16 21:49:09 -04:00
afeiszli 61c2c5f0a0 relay functionality working 2021-09-16 20:00:40 -04:00
afeiszli 0457769308 fixing relay getting donotpropagate 2021-09-14 17:51:08 -04:00
afeiszli d1d690fba8 moving relay functionality to server 2021-09-14 16:04:33 -04:00
afeiszli cacab5c30b fixing donotpropagate 2021-09-14 09:42:31 -04:00
afeiszli cf26b31779 relay server functionality ready to test 2021-09-13 20:25:27 -04:00
afeiszli c0490061ee refactor join, fix network add; db retry connect; fix port issue; sqlite default 2021-09-10 17:48:24 -04:00
0xdcarns 34717417ce began windows userspace implementation 2021-09-10 13:39:51 -04:00
Matthew R Kasun 9ec339b244 fixed dns and response tests 2021-09-09 16:20:21 -04:00
Matthew R Kasun 8a0d688867 fixed node tests 2021-09-09 13:59:43 -04:00
Matthew R Kasun 977da36673 fixed common tests 2021-09-08 13:47:45 -04:00
Matthew R Kasun ba5f039204 renamed integration test to *_test.go.bak until they can be fixed. Should enable the workflow action to run successfully 2021-09-06 15:36:53 -04:00
Matthew R Kasun 49f6a6f308 fixed network tests 2021-09-06 15:30:39 -04:00
Matthew R Kasun c61117cdd3 fixed user tests 2021-09-06 10:36:14 -04:00
worker-9 1a07fcff75 changed DNS to go on interface.. 2021-08-25 17:59:40 -04:00
worker-9 c2a9007b8c automated ext client egress range addition and ext client dns from network 2021-08-25 09:46:45 -04:00
afeiszli 6de7ec4cc5 fixing get config 2021-08-19 19:03:14 -04:00
afeiszli 72e7f6bfde fixing get config 2021-08-19 19:00:23 -04:00
afeiszli cd37d7701b removing some errors 2021-08-19 17:35:14 -04:00
afeiszli 8056f024e2 client mode enablement 2021-08-19 13:41:04 -04:00
worker-9 9d2962a171 added version and fixed script and doc stuff 2021-08-16 16:30:55 -04:00
worker-9 f5f06f9f8f dns on for nodes 2021-08-10 13:47:36 -04:00
worker-9 324337eac1 added auth stuff 2021-08-10 12:52:22 -04:00
worker-9 fa2d8ef8ee changed not and else 2021-08-10 11:30:58 -04:00
worker-9 46d6899982 ispending bug fix and node auth fix 2021-08-10 10:55:48 -04:00
worker-9 c799df59ce edited auth for deleted nodes 2021-08-09 22:31:01 -04:00
afeiszli 70493754b2 ripping out wg grpc stuff 2021-08-09 17:34:13 -04:00
afeiszli 59cf51a659 static configs 2021-08-09 17:04:16 -04:00
worker-9 31e81342fb user security bug fixed 2021-08-09 16:18:24 -04:00
worker-9 0bdaaf8b63 fixed name issue 2021-08-09 15:32:04 -04:00
afeiszli aae89cbaca static configs 2021-08-09 14:13:19 -04:00
afeiszli f8df4b571b fixing login err 2021-08-09 13:30:40 -04:00
afeiszli 382901b124 changed logs 2021-08-09 12:43:09 -04:00
worker-9 c5fc65ebdf dns checks 2021-08-06 17:48:46 -04:00
worker-9 f26f7b4097 logs removal 2021-08-06 17:14:17 -04:00
worker-9 60c5f06679 switched ingress stuff 2021-08-06 16:53:17 -04:00
worker-9 7a61af2fce switched ingress ext client call params 2021-08-06 16:38:04 -04:00
worker-9 d694930aa9 ingress change 2021-08-06 15:45:22 -04:00
worker-9 22eb39e8cd egress change 2021-08-06 15:42:12 -04:00
worker-9 013230eb1e removed allowedip for egress gateways 2021-08-06 14:09:42 -04:00
worker-9 095ff2fbfc added egress as pull change 2021-08-06 13:47:39 -04:00
worker-9 94cf8bfbc6 added egress action 2021-08-06 13:39:14 -04:00
worker-9 bed63c1e15 added egress gateway status to peers 2021-08-06 13:17:42 -04:00
worker-9 2b9590cc63 added local address to peers 2021-08-06 12:41:40 -04:00
worker-9 618fcd6bee moved something 2021-08-05 23:38:34 -04:00
worker-9 5d4d3fd6d1 moved something 2021-08-05 23:34:40 -04:00
worker-9 049126a9f0 moved something 2021-08-05 23:08:59 -04:00
worker-9 27de1580e9 fixed udp ports? 2021-08-05 21:49:44 -04:00
worker-9 72f053b5c2 bug squashin 2021-08-05 16:06:19 -04:00
worker-9 6210c34bee bug squashin 2021-08-05 16:02:42 -04:00
worker-9 18d1a72dd8 bug squashin 2021-08-05 15:27:05 -04:00
worker-9 9e495569f2 bug squashin 2021-08-05 14:27:37 -04:00
worker-9 a58a6be665 bug squashin 2021-08-05 14:19:19 -04:00
worker-9 3f1ce8be7a bug squashin 2021-08-05 14:15:32 -04:00
worker-9 57e5414668 bug squashin 2021-08-05 14:10:35 -04:00
worker-9 ebcaf7e244 bug squashin 2021-08-05 14:01:16 -04:00
worker-9 102aff9fd4 bug squashin 2021-08-05 13:47:05 -04:00
worker-9 20f8bc8214 bug squashin 2021-08-05 13:32:06 -04:00
worker-9 736bcc3e55 Fixed nil err in isempty record 2 2021-08-05 13:11:21 -04:00
worker-9 8337daf007 Fixed node count err 2021-08-05 13:03:05 -04:00
worker-9 3a49eb3b4c changed check to network http create 2021-08-05 12:25:16 -04:00
worker-9 44d03f6805 began refactoring of client 2021-08-05 12:24:16 -04:00
afeiszli a2f27e27ec added netmaker check on checkin 2021-08-02 14:56:23 -04:00
afeiszli be1d8d48ea added netmaker check on checkin 2021-08-02 14:54:09 -04:00
afeiszli 4385131bc6 added netmaker check on checkin 2021-08-02 14:50:01 -04:00
afeiszli 8d27876a15 added netmaker check on checkin 2021-08-02 12:34:25 -04:00
afeiszli 2bf5a69845 added netmaker check on checkin 2021-08-02 12:14:35 -04:00
afeiszli 7e7cf40d24 adding setpeers to client 2021-07-28 23:08:00 -04:00
worker-9 cdbbc4bb68 added peer checking 2021-07-28 22:14:06 -04:00
worker-9 fb5f08be5a Fixed client and server issues with updates and dns before db connect 2021-07-28 16:08:50 -04:00
afeiszli 621c097499 attempting to fix permissions 2021-07-28 12:18:20 -04:00
afeiszli 12c4fa33f5 v0.7 2021-07-28 02:23:20 +00:00
afeiszli 60ef0e80b7 fixed egress gateway 2021-07-27 17:32:07 +00:00
afeiszli 4710a3db6d updated netclient for egressgatways 2021-07-27 14:48:58 +00:00
afeiszli 6d18c67ea0 adding logs to server join 2021-07-26 14:11:46 -04:00
afeiszli 037271f0aa removing pubkey update 2021-07-26 17:57:50 +00:00
afeiszli b35cac8c5e added ifs to update 2021-07-26 12:24:36 -04:00
afeiszli eec7a8f61a making sure all changes are in 2021-07-26 15:08:25 +00:00
afeiszli f1cac641dc rando logs 2021-07-25 20:42:07 +00:00
afeiszli 9fb01f9620 updating netclient 2021-07-25 20:05:31 +00:00
afeiszli 4a6ebfc108 added udp holepunching 2021-07-25 14:22:20 -04:00
afeiszli fd223e3d4a refactored nodes model 2021-07-24 16:13:24 -04:00
afeiszli a982b62445 refactoring validation and models 2021-07-23 18:24:34 -04:00
afeiszli 93b0b94788 Mid way through adopting rqlite 2021-07-21 18:55:19 -04:00
afeiszli d22ad13cfe Began converting to rqlite 2021-07-20 17:18:45 -04:00
afeiszli f9b987767a added logging 2021-07-19 11:30:27 -04:00
afeiszli c360eb1878 fixing merge problems 2021-07-15 15:17:33 -04:00
afeiszli 68607ae8ca fixing netclient 2021-07-15 15:14:48 -04:00
afeiszli d41207172c Added logging and user specific requests 2021-07-14 16:47:05 -04:00
afeiszli 4cf5aad2e7 fixing validation 2021-07-11 10:51:21 -04:00
afeiszli 45895f5f93 fixing validation 2021-07-11 10:35:01 -04:00
afeiszli 2178612d60 fixing validation 2021-07-11 10:28:57 -04:00
afeiszli b33f5b2fab fixing validation 2021-07-11 10:28:50 -04:00
afeiszli 9860082b7c token configs and secure grpc working 2021-07-11 10:18:31 -04:00
afeiszli 977da6b129 compiling with changes pushed for json token. Have NOT TESTED. Will probably run into issues. Need to test multiple egress ranges, AllowedIPs, and overriding connection strings. 2021-07-11 00:49:31 -04:00
afeiszli e11a15dfff figured out how to get GRPC working 2021-07-10 20:11:19 -04:00
afeiszli c97bb95203 added setting node limits 2021-07-02 23:31:40 -04:00
afeiszli ccce74be97 added setting node limits 2021-07-02 23:25:36 -04:00
Alex 7d2af0cf38
Merge pull request #192 from gravitl/feature_v0.6_multitenancy
Feature v0.6 multitenancy
2021-07-02 22:04:44 -04:00
afeiszli 4424432879 fix tests 2021-07-02 00:28:57 -04:00
afeiszli 67e2eebb7d fix tests 2021-07-02 00:22:08 -04:00
afeiszli 20f6d5b6ac multitenancy working 2021-07-02 00:03:54 -04:00
afeiszli 041b641e17 multitenancy working 2021-07-02 00:03:46 -04:00
Karmanyaah Malhotra b4fbbeb869 Concat host/port with net package
This makes sure IPv6 addresses are treated properly
2021-06-09 13:11:37 -04:00
afeiszli 4f3a2bc3c8 netmaker default network add --fixed 2021-06-02 16:18:42 +00:00
afeiszli 2a4395014e got server side client registration working 2021-06-02 15:13:47 +00:00
afeiszli e732d180fd fixing server 2021-06-02 02:32:20 +00:00
afeiszli 085877ace2 making changes to grpc comms vars 2021-06-01 18:40:14 -04:00
afeiszli be0d274ca6 making changes to grpc comms vars 2021-06-01 18:40:04 -04:00
afeiszli 3d685e15c0 add port to token 2021-06-01 19:32:20 +00:00
afeiszli 778bdef485 Merge branch 'feature_v0.5_integration' of https://github.com/gravitl/netmaker into feature_v0.5_integration 2021-06-01 19:28:50 +00:00
afeiszli 1c6b8f8a2b add port to token 2021-06-01 19:28:01 +00:00
Alex fd04bb7450
Merge branch 'feature_v0.5_integration' into feature_v0.5_docs 2021-06-01 12:25:49 -04:00
afeiszli 742f019f9b fixed grpc registration 2021-06-01 16:23:37 +00:00
afeiszli a681750195 register now working 2021-06-01 12:23:05 -04:00
afeiszli 9813fd24a3 fixed server config api 2021-06-01 15:14:34 +00:00
afeiszli 963a3d1b92 fixed readme, composes, netclient push/pull 2021-06-01 00:36:08 +00:00
afeiszli cd49cff809 feature_v0.5_uiint 2021-05-31 18:05:48 -04:00
afeiszli b3655d2fdf fixed startup logs. Removed comms from network list 2021-05-30 11:26:10 -04:00
afeiszli 8dfd81794d UI integration 2021-05-30 08:05:05 -04:00
afeiszli 990946e431 UI integration 2021-05-30 08:04:40 -04:00
afeiszli da8918e26e fixing tests 2021-05-29 20:39:17 +00:00
afeiszli e08ce5df63 fixing tests 2021-05-29 20:31:46 +00:00
afeiszli 02bf77a1a1 fixing tests 2021-05-29 20:24:49 +00:00
afeiszli 4f531e1c54 admin user auth working 2021-05-29 20:18:22 +00:00
root d566d010ae got grpc private comms working 2021-05-29 19:06:35 +00:00
root 6bb3695465 saving changes 2021-05-29 17:24:13 +00:00
afeiszli 6c13f06001 feature_v0.5_netclient 2021-05-29 13:22:18 -04:00
afeiszli 4e758d67aa tests working locally 2021-05-28 10:04:07 -04:00
afeiszli 8e9a0b46aa test changes 2021-05-27 17:21:28 -04:00
afeiszli cab7bb681f test changes 2021-05-27 16:48:47 -04:00
afeiszli a842f4a32b netclient working for ingress controller 2021-05-27 15:00:56 -04:00
afeiszli 112b01f526 netclient working for ingress controller 2021-05-27 14:57:59 -04:00
afeiszli c27c863d6a netclient for ingress gateway now working 2021-05-27 14:56:08 -04:00
root 884037e228 ingress gateway functional 2021-05-27 18:54:24 +00:00
root 0517fa399d saving docker compose changes 2021-05-26 11:57:13 +00:00
root 1001d43abe saving docker compose changes 2021-05-26 11:55:52 +00:00
afeiszli 85af4dd85f set ingress gateway endpoint 2021-05-25 18:05:14 -04:00