Commit graph

3195 commits

Author SHA1 Message Date
Matthew R. Kasun
d58433bfd9 fix bug report versions 2022-06-28 10:09:48 -04:00
Matthew R. Kasun
34f6a404e2 update version numbers to 14.4
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-06-28 09:58:40 -04:00
Alex Feiszli
d0f1d52ef4
Merge pull request #1253 from gravitl/bugfix_v0.14.4_delete_node
removeLocalServer only if node.IsServer
2022-06-28 09:52:36 -04:00
Matthew R Kasun
0e6e2972a4
Merge pull request #1256 from gravitl/dependabot/go_modules/develop/github.com/golang-jwt/jwt/v4-4.4.2
Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2
2022-06-28 09:33:08 -04:00
Matthew R Kasun
b5def2b062
Merge pull request #1255 from gravitl/dependabot/go_modules/develop/github.com/urfave/cli/v2-2.10.3
Bump github.com/urfave/cli/v2 from 2.10.2 to 2.10.3
2022-06-28 09:32:46 -04:00
Matthew R Kasun
bf0c86bc42
Merge pull request #1254 from gravitl/dependabot/go_modules/develop/github.com/stretchr/testify-1.7.5
Bump github.com/stretchr/testify from 1.7.4 to 1.7.5
2022-06-28 09:32:20 -04:00
Alex Feiszli
09cd17bce8
Merge branch 'develop' into oidc 2022-06-28 09:14:07 -04:00
afeiszli
314e5a143d initial commit on new k8s templates 2022-06-28 07:21:16 -04:00
dependabot[bot]
2702ac1fb5
Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.1...v4.4.2)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 23:17:12 +00:00
dependabot[bot]
0cf9e8f40c
Bump github.com/urfave/cli/v2 from 2.10.2 to 2.10.3
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.10.2 to 2.10.3.
- [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.10.2...v2.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 23:17:08 +00:00
dependabot[bot]
6118c254f7
Bump github.com/stretchr/testify from 1.7.4 to 1.7.5
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5)

---
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-06-27 23:16:59 +00:00
Matthew R. Kasun
29786cc9c4 removeLocalServer only if node.IsServer 2022-06-27 18:06:26 -04:00
Matthew R. Kasun
075a0aafd4 don't allow . in network name 2022-06-27 14:08:59 -04:00
Matthew R. Kasun
0c4f5b100b update validation of usernames 2022-06-27 13:51:09 -04:00
Matthew R. Kasun
f65925c70c remove unused function 2022-06-27 12:50:28 -04:00
Matthew R. Kasun
4dbcd0a630 switch to jwt.RegisterdClaims 2022-06-27 10:47:28 -04:00
Matthew R. Kasun
2c00f96a71 remove unused function 2022-06-27 10:35:34 -04:00
Matthew R. Kasun
3097b7d403 fix order of returned var in controller.SecurityCheck 2022-06-27 10:30:26 -04:00
dcarns
edb7f50d2d
Merge pull request #1252 from gravitl/feature_v0.14.4_readme_badge
Feature v0.14.4 readme badge
2022-06-27 10:26:18 -04:00
Matthew R. Kasun
b217d526fa fix network validation tests 2022-06-27 10:23:11 -04:00
Matthew R. Kasun
5f9f191b35 staticcheck action 2022-06-27 07:59:41 -04:00
Matthew R. Kasun
d7415c8c46 go mod download 2022-06-27 07:56:18 -04:00
Matthew R. Kasun
972a4d8ebf staticcheck version 2022-06-27 07:54:40 -04:00
Matthew R. Kasun
09f8498087 install staticcheck 2022-06-27 07:50:34 -04:00
Matthew R. Kasun
ae39f2e429 add staticcheck 2022-06-27 07:18:28 -04:00
dcarns
99db823789
Merge pull request #1248 from gravitl/bugfix_v0.14.4_server_mq_startup
update server mq connection logic to match client
2022-06-26 22:45:17 -04:00
capric98
2fa31a6947 add oidc provider for auth 2022-06-25 23:47:00 +08:00
Matthew R Kasun
fb60ead1a2 fix missing digit 2022-06-24 20:17:08 +00:00
Matthew R Kasun
66b2a28455 update server mq connection logic to match client 2022-06-24 19:58:16 +00:00
Alex Feiszli
b93137b3bc
Merge pull request #1245 from gravitl/feature_v0.14.4_install
Feature v0.14.4 install
2022-06-23 15:25:44 -04:00
Matthew R. Kasun
0410e1d4fb install command 2022-06-23 14:06:26 -04:00
dcarns
6fdc347dfa
Merge pull request #1244 from gravitl/bugfix_v0.14.4_network_delete
remove check as node has been already deleted from database
2022-06-23 09:25:13 -04:00
dcarns
78ef1d588b
Merge pull request #1242 from gravitl/bugfix_v0.14.4_mac_routing
remove peers from interface addresses
2022-06-23 09:16:43 -04:00
Alex Feiszli
0ae54d7717
Merge pull request #1241 from calebgasser/bugfix_0.14.3_netclient-install-freebsd
Bugfix 0.14.3 for netclient-install.sh on opnsense(FreeBSD)
2022-06-23 08:26:44 -04:00
Matthew R Kasun
317b5c3d5d remove egressrange from relayed egress allowedips 2022-06-23 11:43:44 +00:00
Matthew R Kasun
ac37184c77 remove check as node has been already deleted from database 2022-06-23 11:37:30 +00:00
Matthew R. Kasun
806af380a3 remove peers from interface addresses 2022-06-22 14:48:40 -04:00
Caleb Gasser
0d3c3fcbb1 Reverted unintentional change. 2022-06-22 12:05:05 -05:00
Caleb Gasser
f811f06689 Merge branch 'bugfix_0.14.3_netclient-install-freebsd' of github.com:calebgasser/netmaker into bugfix_0.14.3_netclient-install-freebsd 2022-06-22 12:03:34 -05:00
Caleb Gasser
b54298347e Fixed incorrect flag. 2022-06-22 12:03:04 -05:00
Caleb Gasser
4c30b5d5df Revert "Fixed incorrect flag."
This reverts commit d7a48b8a22.
2022-06-22 12:01:56 -05:00
Caleb Gasser
24ea6dc80d When FreeBSD command fails, print the error, not stdout. 2022-06-22 11:42:38 -05:00
Caleb Gasser
d7a48b8a22 Fixed incorrect flag. 2022-06-22 11:13:28 -05:00
Caleb Gasser
70798739de Added check to see if netclient is present or not. 2022-06-22 11:11:06 -05:00
Caleb Gasser
d47b6c0fc7 Added output message. 2022-06-22 11:05:15 -05:00
Caleb Gasser
5bb7856b75 For FreeBSD, move netclient to executable directory. 2022-06-22 11:02:39 -05:00
Caleb Gasser
10d5345714 Don't use the key if not provided. 2022-06-22 10:57:27 -05:00
Caleb Gasser
2edfa6f801 Added wireguard to dependencies. 2022-06-22 10:52:01 -05:00
dcarns
39b1383ea1
Merge pull request #1234 from gravitl/dependabot/go_modules/develop/github.com/stretchr/testify-1.7.4
Bump github.com/stretchr/testify from 1.7.2 to 1.7.4
2022-06-22 11:22:19 -04:00
dcarns
6c2514f827
Merge pull request #1235 from gravitl/dependabot/go_modules/develop/github.com/urfave/cli/v2-2.10.2
Bump github.com/urfave/cli/v2 from 2.8.1 to 2.10.2
2022-06-22 11:22:09 -04:00