Commit graph

4795 commits

Author SHA1 Message Date
Matthew R Kasun
71f41fefb8 string func for DNSUpdateAction 2023-02-07 16:03:22 -05:00
Matthew R Kasun
562df0ad0f fix rebase 2023-02-07 15:31:45 -05:00
Matthew R Kasun
e1f644a453 add server name to dns publish topics 2023-02-07 15:17:11 -05:00
Matthew R Kasun
0c470daf3c add newAddress to DNSUpdate struct 2023-02-07 15:17:11 -05:00
Matthew R Kasun
488ada670c cleanup: function comments, etc 2023-02-07 15:17:11 -05:00
Matthew R Kasun
b9accde5b2 ensure publish dns in go routine 2023-02-07 15:17:11 -05:00
Matthew R Kasun
5cac655f04 publish dns update on host name change 2023-02-07 15:17:11 -05:00
Matthew R Kasun
dbad8ac463 publish dns update on custom dns deletion 2023-02-07 15:17:11 -05:00
Matthew R Kasun
4f7c038702 publish dns update on custom dns creation 2023-02-07 15:17:11 -05:00
Matthew R Kasun
d857ca1148 publish dns update on ext client update 2023-02-07 15:17:11 -05:00
Matthew R Kasun
89136f4832 publish dns update on ext client deletion 2023-02-07 15:17:10 -05:00
Matthew R Kasun
a24263281c publish dns update on node ip change 2023-02-07 15:17:10 -05:00
Matthew R Kasun
af66356061 publish dns on node deletion 2023-02-07 15:17:10 -05:00
Matthew R Kasun
6d4f5e5ddc publish ipv4 and ipv6 dns update on join 2023-02-07 15:17:10 -05:00
Matthew R Kasun
a441e35a09 publish dns on node creation 2023-02-07 15:17:10 -05:00
Matthew R Kasun
2c36dfb0bf new dns update model 2023-02-07 15:17:10 -05:00
Matthew R Kasun
e424a5eea3 remove dns from peer update 2023-02-07 15:17:05 -05:00
Abhishek Kondur
cb308e11f4 Merge branch 'develop' of https://github.com/gravitl/netmaker into GRA-1011/remove_mq_dyn_sec 2023-02-07 20:46:57 +04:00
dcarns
35455ba7b3
Merge pull request #1998 from gravitl/GRA-1054/egress_route_manager
Gra 1054/egress route manager
2023-02-07 11:39:48 -05:00
Abhishek Kondur
451d490800 mq password config fix 2023-02-07 20:34:38 +04:00
Abhishek Kondur
b887e1a83e mq password prompt for user 2023-02-07 19:34:30 +04:00
Abhishek Kondur
e575f2a6e8 prompt user for mq username and password 2023-02-07 17:43:07 +04:00
dcarns
8620d9121b
Merge pull request #1999 from gravitl/GRA-1124_remove_client_mode
removed client mode and references
2023-02-07 08:31:51 -05:00
Abhishek Kondur
ad5165e0ad remove mosquitto from install binaries 2023-02-07 17:13:29 +04:00
Abhishek Kondur
435ce0eef1 new line 2023-02-07 17:09:54 +04:00
Abhishek Kondur
f19e3c31d0 use wait script to encrypt mq password 2023-02-07 17:01:57 +04:00
Abhishek Kondur
3380af06b4 fix static checks 2023-02-07 15:31:58 +04:00
Abhishek Kondur
aa3820d2bf merge conflicts fixes 2023-02-07 14:28:04 +04:00
Abhishek Kondur
bd878f79c1 merge conflicts resolved 2023-02-07 14:24:39 +04:00
Abhishek Kondur
98c70e8a20 pr comments 2023-02-06 22:46:50 +04:00
0xdcarns
b90ef7ac07 static checks 2023-02-06 12:43:12 -05:00
0xdcarns
6a5057f57b removed client mode and references 2023-02-06 12:14:52 -05:00
0xdcarns
7a2c225eb1 added mq and database connected funcs and endpoint 2023-02-06 12:09:21 -05:00
Abhishek Kondur
7be2771ea8 comments for exported 2023-02-06 20:18:11 +04:00
Abhishek Kondur
055ef54395 rm firewall check 2023-02-06 20:14:30 +04:00
Abhishek Kondur
3d1e4f6ba9 fix node tests 2023-02-06 20:11:31 +04:00
Abhishek Kondur
66faa18fb9 skip internet gateways 2023-02-06 20:04:47 +04:00
Abhishek Kondur
b695f6e288 Merge branch 'develop' of https://github.com/gravitl/netmaker into GRA-1054/egress_route_manager 2023-02-06 20:01:33 +04:00
Abhishek Kondur
6a3fcaf664 add egress gw ranges to common node model 2023-02-04 16:24:46 +04:00
Abhishek Kondur
4deaac5de1 add node network to ext. model 2023-02-04 14:02:33 +04:00
Abhishek Kondur
92922f17bd update network model 2023-02-04 10:13:16 +04:00
Abhishek Kondur
0505629fd1 egress model update,remove interface check 2023-02-04 09:54:56 +04:00
Abhishek Kondur
cba2a69c36 uncomment delete egress api logic 2023-02-03 16:59:27 +04:00
Abhishek Kondur
2e7054507a get ext peers for egress gw if node is ingress too 2023-02-03 11:45:30 +04:00
dependabot[bot]
df996606a1
Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 18:20:59 +00:00
dcarns
f4851937c1
Merge pull request #1997 from gravitl/GRA-1095-postup/down
remove postup/down
2023-02-02 13:19:53 -05:00
Abhishek Kondur
f565d59af3 add egress gw addr to model 2023-02-02 21:33:50 +04:00
Abhishek Kondur
b7d3c5b7bd add egress id to model 2023-02-02 21:25:12 +04:00
Matthew R Kasun
77cfae41ff remove postup/down 2023-02-02 11:16:54 -05:00
Abhishek Kondur
04ac036b68 add egress gw info to host update 2023-02-02 10:22:20 +04:00