Commit graph

4144 commits

Author SHA1 Message Date
dcarns
61f7027fb5
Merge pull request #1707 from gravitl/feature_v0.16.3_security
Update SECURITY.md
2022-11-04 09:13:29 -04:00
Abhishek Kondur
acae6c3aed added relay functionality to proxy 2022-11-04 01:24:48 +05:30
dependabot[bot]
1d7631d049
Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 14:26:25 +00:00
dcarns
401ee4563d
Merge pull request #1702 from gravitl/dependabot/go_modules/develop/github.com/mattn/go-sqlite3-1.14.16
Bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16
2022-11-03 10:25:49 -04:00
dcarns
14831c9f41
Merge pull request #1703 from gravitl/dependabot/go_modules/develop/github.com/eclipse/paho.mqtt.golang-1.4.2
Bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2
2022-11-03 10:25:38 -04:00
dcarns
c1326fd8ca
Merge pull request #1704 from gravitl/dependabot/go_modules/develop/github.com/urfave/cli/v2-2.23.0
Bump github.com/urfave/cli/v2 from 2.20.2 to 2.23.0
2022-11-03 10:25:24 -04:00
dcarns
9efdd1a73d
Merge pull request #1674 from thorgrin/patch-1
Fixed default postgres user name to match docs
2022-11-03 10:24:57 -04:00
dcarns
6974f4f9a3
Merge pull request #1692 from gravitl/bugfix_v0.16.2_netclient_on_server
don't skip peer if endpoint is the same
2022-11-03 10:21:32 -04:00
dcarns
6cbcb60f58
Merge pull request #1690 from gravitl/bugfix_v.0.16.2_muliple_egress
only split postup/postdown on freebsd
2022-11-03 10:20:04 -04:00
dcarns
5926b65365
Merge pull request #1675 from pete1019/develop
Merge remote-tracking branch 'searchbar/1603' into searchbar
2022-11-03 10:19:42 -04:00
Abhishek Kondur
4e55242cb1 get wg listen interface addr from the interface 2022-11-03 12:48:03 +05:30
Matthew R. Kasun
07eb6e3e6c send broker with server cfg 2022-11-02 18:04:40 -04:00
Matthew R. Kasun
3d80c6ea62 set node.HostID on server node creation 2022-11-02 13:51:06 -04:00
Matthew R. Kasun
b3f90f2929 add hostid and separate server name/broker name 2022-11-02 11:22:40 -04:00
Matthew R. Kasun
482246477c fix error from branch create 2022-11-02 10:59:31 -04:00
Alex Feiszli
3c2bc3e683
Update SECURITY.md 2022-11-02 09:10:50 -04:00
Abhishek Kondur
d0463628d1 add upd addr fro remote peer connections 2022-11-02 15:34:15 +05:30
Abhishek Kondur
17e05d430b sync peers updates with proxy 2022-11-02 15:33:42 +05:30
dependabot[bot]
92d29fef28
Bump github.com/urfave/cli/v2 from 2.20.2 to 2.23.0
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.20.2 to 2.23.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.20.2...v2.23.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 23:23:43 +00:00
dependabot[bot]
8c5d6644c9
Bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 23:23:38 +00:00
dependabot[bot]
9b05f23445
Bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.15 to 1.14.16.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 23:23:34 +00:00
Abhishek Kondur
474bd14e36 configure proxy on node updates 2022-10-31 10:32:04 +05:30
Abhishek Kondur
104fe8824f update peer action in proxy manager 2022-10-31 10:13:04 +05:30
Matthew R. Kasun
e380164472 fix cp/paste error 2022-10-28 10:51:10 -04:00
Abhishek Kondur
36e47d8d8d get free ip fix 2022-10-28 17:08:50 +05:30
Abhishek Kondur
31a7e73473 add proxy to netmaker server 2022-10-28 17:02:22 +05:30
Abhishek Kondur
12294c51e2 cleanup old proxy config on peer update 2022-10-28 00:14:32 +05:30
Abhishek Kondur
3f2e059c32 added proxy manager to configure proxy based received events 2022-10-27 23:17:51 +05:30
Abhishek Kondur
4486393f45 configure proxy on daemon startup and peer updates 2022-10-27 23:17:04 +05:30
Abhishek Kondur
f4783f87d0 restructure proxy code 2022-10-27 17:20:06 +05:30
Abhishek Kondur
953b5eae0a proxy integration with netclient inital commit 2022-10-27 15:20:29 +05:30
Abhishek Kondur
aabb573a19 trim extra spaces from iface name mac 2022-10-27 15:20:05 +05:30
Abhishek Kondur
9e03510323 start proxy with daemon 2022-10-27 15:19:32 +05:30
Matthew R. Kasun
344fb80dc3 fix finger problem (missing } 2022-10-26 10:32:34 -04:00
Matthew R. Kasun
c384e9dc4d don't skip peer if endpoint is the same
and can not set endpoint to localaddress
2022-10-26 10:23:22 -04:00
Abhishek Kondur
1b92cb2442 add stun to servercfg 2022-10-26 10:53:57 +05:30
Abhishek Kondur
fb60c528e3 add stun-server to netmaker 2022-10-26 10:50:09 +05:30
Abhishek Kondur
1bc1a97405 add stun port to env config 2022-10-26 10:49:40 +05:30
Matthew R Kasun
5238287426 only split postup/postdown on freebsd 2022-10-25 19:24:40 +00:00
shanker JJ
6acdedb211 Adding comment in bin-maker.sh 2022-10-25 06:35:19 +09:00
shanker JJ
6c76a2bfcf Adding support in workflow to uploade mips binary in release 2022-10-24 11:10:32 +09:00
shanker JJ
df04e4c28a Adding support for OpenWrt-mips arch 2022-10-23 16:36:16 +09:00
Alex Feiszli
7e5e621cec
Merge pull request #1678 from gravitl/fix_mq_admin_passwd_sync
Fix mq admin passwd sync
2022-10-21 13:41:47 -04:00
Abhishek Kondur
6b8d633386 use local variable for mq configuration 2022-10-21 13:31:42 +05:30
Abhishek Kondur
9eed7d50a1 check for umarshal errors 2022-10-21 13:24:22 +05:30
Abhishek Kondur
4647b64b05 added log stmt 2022-10-21 13:07:14 +05:30
Abhishek Kondur
8235ae2e6b add exporter client if not present 2022-10-21 13:03:28 +05:30
Abhishek Kondur
33ac0bfdb9 keep the passwords in sync 2022-10-21 12:10:12 +05:30
pete1019
b396e8e035 Merge remote-tracking branch 'searchbar/1603' into searchbar 2022-10-19 17:34:44 +02:00
Petr Velan
f31d16d619
Fixed default postgres user name to match docs
Changed default SQL user from posgres to postgres
2022-10-19 17:09:32 +02:00