Commit graph

568 commits

Author SHA1 Message Date
afeiszli
b670755cce refactoring for ee 2022-09-14 13:26:31 -04:00
afeiszli
8a1ba674a7 ee fixes 2022-09-14 09:58:01 -04:00
afeiszli
4917c457db added ee check 2022-09-13 15:44:45 -04:00
0xdcarns
88cd0a6497 initial commit 2022-09-13 15:25:56 -04:00
cameronts
9ff936e748 Fix integration tests issue due to types only used by go-swagger 2022-09-11 06:14:58 -07:00
cameronts
661290c84d Update swagger docs 2022-09-10 21:51:59 -07:00
cameronts
edd35f4359 Updated with meshclient 2022-09-06 12:27:21 -07:00
cameronts
276c3c42a4 Update usage link 2022-09-06 10:30:40 -07:00
cameronts
9998193071
Merge branch 'develop' into feature_v0.15.1_apidocs 2022-09-06 10:18:53 -07:00
cameronts
cb23b871dd Added swagger for API docs. 2022-09-06 05:20:24 -07:00
cameronts
459e7956cd Add swagger base 2022-09-02 13:42:51 -07:00
Alex Feiszli
a95e0d25c6
Merge pull request #1499 from k4s0/develop
added new controller for creating custom ExtClient
2022-09-02 14:49:58 -04:00
Alex Feiszli
1f7a587d3e
Merge pull request #1510 from gravitl/feature_v0.15.1_accesskeysisolation
Feature v0.15.1 accesskeysisolation
2022-09-02 14:35:53 -04:00
cameronts
53385eb100 Updated per commit comments. 2022-09-02 07:29:29 -07:00
Casini Lorenzo
c4577e1769 Update ext_client.go
Removed error loggin
2022-09-02 16:06:26 +02:00
cameronts
59351b1e00 Access key blanking for calls that the client uses. 2022-09-02 04:40:14 -07:00
lorenzo
5cf4fcf944 little fix wrong variable name
added github account for CLA
2022-09-01 16:19:38 +02:00
lorenzo
55cd13a6a2 Merge branch 'develop' of https://github.com/k4s0/netmaker into develop 2022-09-01 15:49:59 +02:00
Casini Lorenzo
bcddc3f3c5 Fix url prameter to body
changed from url parameters to request body
2022-09-01 15:45:54 +02:00
afeiszli
e9634675d2 removing extra comments 2022-08-31 11:40:45 -04:00
afeiszli
8fc9dac969 adding security fixes 2022-08-31 11:38:29 -04:00
lorenzo
5bbb2d3e03 added new controller for creating custom ExtClient
changed author
2022-08-31 11:27:28 +02:00
lorenzo
18a3325175 added new controller for creating custom ExtClient 2022-08-31 10:24:21 +02:00
afeiszli
4d9a07bf00 adding gateway routes for peers 2022-08-22 16:44:04 -04:00
Matthew R. Kasun
184e5a66d9 refactor server routing 2022-08-19 11:25:39 -04:00
Matthew R Kasun
d7384b6a81
Merge pull request #1462 from gravitl/refactor_v0.14.7_unnecessary_code
remove func NetworkNodesUpdatePullChanges
2022-08-18 15:51:01 -04:00
afeiszli
7800eeb09e reverting script files 2022-08-18 09:58:54 -04:00
Matthew R. Kasun
3a1dd8dc1e remove func NetworkNodesUpdatePullChanges 2022-08-18 04:49:35 -04:00
afeiszli
983d90026c move client public ip check to use server 2022-08-17 17:30:30 -04:00
cameronts
9f92b20a15 Added chain creation for nftables. 2022-08-05 05:07:00 -07:00
dcarns
4bc8afd731
Merge pull request #1399 from Exchizz/feature/disable-nat-for-egress-gw
Add field to /api/nodes/wg-net/<network id>/creategateway for enabling/disabling NAT
2022-07-22 14:36:41 -04:00
cameronts
38e4950ed1 Fixed by adding validation tags.
To test: run go test ./... -test.v (tested with go 1.18.4).
2022-07-20 12:32:48 -07:00
Mathias Neerup
0b4aca18db Make NatEnabled string instead of boolean + add tests 2022-07-20 13:01:28 +02:00
Abhishek Kondur
63708e6e36 GRA-414: added additional logs for acl controllers 2022-07-13 14:53:37 +04:00
Abhishek Kondur
5ff30d3ca8 GRA-414: added additional logs for extclient controllers 2022-07-13 10:01:25 +04:00
Abhishek Kondur
0c9f3cf251 GRA-414: added additional logs for sever controllers 2022-07-12 20:03:14 +04:00
Abhishek Kondur
87db489b1a GRA-414: added additional logs for dns controllers 2022-07-12 19:41:46 +04:00
Abhishek Kondur
5163f77e1f GRA-414: added additional logs for network controllers 2022-07-12 18:50:32 +04:00
Abhishek Kondur
1b6074834c GRA-414: added additional logs for user controllers 2022-07-12 14:49:49 +04:00
Abhishek Kondur
2d73a020ed GRA-414: change status code for decoding error to badrequest 2022-07-12 13:49:20 +04:00
Abhishek Kondur
f8200b522f GRA-414: added additional logs node controllers 2022-07-12 13:38:15 +04:00
Matthew R. Kasun
e5a59d7081 add bool to control update to node 2022-07-07 05:52:43 -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
3097b7d403 fix order of returned var in controller.SecurityCheck 2022-06-27 10:30:26 -04:00
Matthew R. Kasun
b217d526fa fix network validation tests 2022-06-27 10:23:11 -04:00
Matthew R Kasun
5aa2c16df1 refactored logic for Hub change 2022-06-21 15:19:54 +00:00
Matthew R. Kasun
932eba8d21 fix statticcheck errors 2022-06-16 15:42:32 -04:00
Matthew R. Kasun
79e093124a code review changes 2022-06-13 16:06:00 -04:00
Matthew R. Kasun
cb0635f0ee update relay when relayed address updated 2022-06-13 11:40:14 -04:00