Commit graph

2684 commits

Author SHA1 Message Date
0xdcarns fa1b3246fe added error catch on user token 2022-02-15 13:53:36 -05:00
Matthew R. Kasun 0d43206530 add darwin/arm64 to release assets 2022-02-15 13:48:49 -05:00
Matthew R Kasun 6c583567d4
Merge pull request #772 from gravitl/feature_v0.10.1_chunking_0
Feature v0.10.1 chunking 0
2022-02-15 13:33:51 -05:00
dcarns 8b184fd18f
Merge pull request #769 from gravitl/feature_v0.10.1_token_length
Feature v0.10.1 token length
2022-02-15 13:20:59 -05:00
Matthew R. Kasun 46052dbb97 update calc of default GPRCConnString 2022-02-15 11:42:20 -05:00
Matthew R. Kasun 7e9f65ad1b remove corednsAddrr from token 2022-02-15 11:25:50 -05:00
0xdcarns d9e6338912 added compatibility with 0.10.0 clients 2022-02-15 10:22:11 -05:00
0xdcarns 96e17c9b17 comment cleanup 2022-02-15 10:15:17 -05:00
0xdcarns 98609ac61e implmented chunking 2022-02-15 10:15:17 -05:00
0xdcarns 83250980eb initial chunk approach 2022-02-15 10:15:17 -05:00
Matthew R. Kasun b7acb824dd don't set node_id if invalid hostname 2022-02-15 10:12:39 -05:00
Matthew R. Kasun 7c9bc82e24 circular imports resolved 2022-02-15 10:12:39 -05:00
Matthew R. Kasun e1bba1d89f set macaddress and nodeid if not set 2022-02-15 10:12:39 -05:00
0xdcarns 5c35ca433e edited run updates 2022-02-15 10:12:39 -05:00
0xdcarns 0a819624f1 fixed test based on new logic 2022-02-15 10:12:39 -05:00
0xdcarns 469618aa72 removed default master key and added warning log if not set 2022-02-15 10:12:37 -05:00
0xdcarns 3917fecdcf changed to range 2022-02-15 10:11:24 -05:00
0xdcarns 5712ce3871 delimter missing 2022-02-15 10:11:24 -05:00
0xdcarns b6e3afa174 revert 2022-02-15 10:11:24 -05:00
0xdcarns c238cf7f23 made use of string builder in logger 2022-02-15 10:11:24 -05:00
0xdcarns d42ec811b8 first draft of chunks 2022-02-15 10:11:23 -05:00
dcarns 21abd767be
Merge pull request #771 from gravitl/v0.10.0
V0.10.0
2022-02-15 10:06:33 -05:00
dcarns 3d4f44ecfe
Merge pull request #770 from gravitl/hotfix_v0.10.0_jwt_data
added jwt fix
2022-02-15 10:04:22 -05:00
0xdcarns e9f848c62a fix comment 2022-02-15 09:54:36 -05:00
0xdcarns 789cb27d48 added jwt fix 2022-02-15 09:51:21 -05:00
Matthew R. Kasun 5e3654faa9 remove commented out code 2022-02-15 08:10:51 -05:00
Matthew R. Kasun 950ce4b4da removed APIConnString from accessToken 2022-02-15 07:13:02 -05:00
dependabot[bot] 3590c13b1a
Bump gopkg.in/ini.v1 from 1.66.3 to 1.66.4
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.3 to 1.66.4.
- [Release notes](https://github.com/go-ini/ini/releases)
- [Commits](https://github.com/go-ini/ini/compare/v1.66.3...v1.66.4)

---
updated-dependencies:
- dependency-name: gopkg.in/ini.v1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 23:12:07 +00:00
dependabot[bot] ebdcbaa682
Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.2.0 to 4.3.0.
- [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.2.0...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 23:12:02 +00:00
Matthew R. Kasun f3c5800912 removed unnecessary data elements 2022-02-14 17:57:28 -05:00
dcarns 4310711fa4
Merge pull request #766 from gravitl/feature_v0.10.1_macaddress_node_set
set macaddress and nodeid if not set
2022-02-14 16:31:26 -05:00
Matthew R. Kasun 02f09799b8 don't set node_id if invalid hostname 2022-02-14 16:19:19 -05:00
Matthew R. Kasun 8aeb6bbfd9 circular imports resolved 2022-02-14 15:28:43 -05:00
Matthew R. Kasun 16cf0eaeed set macaddress and nodeid if not set 2022-02-14 14:13:18 -05:00
Matthew R Kasun fbc8182f33
Merge pull request #762 from gravitl/feature_v0.10.0_iface_trigger
Feature v0.10.0 iface trigger
2022-02-14 11:45:11 -05:00
Matthew R Kasun 1ac09146d2
Merge pull request #760 from gravitl/feature_v0.10.0_key_check
removed default master key and added warning log if not set
2022-02-14 11:39:07 -05:00
dcarns db1b738f14
Merge pull request #765 from gravitl/v0.10.0
V0.10.0
2022-02-14 11:24:31 -05:00
dcarns 51e2bbebb5
Merge pull request #764 from gravitl/v0.10.0
V0.10.0
2022-02-14 11:19:59 -05:00
dcarns 5bf8cffd8a
Merge pull request #763 from gravitl/hotfix_v0.10.0_netclient_docker
added docker file location to build & push
2022-02-14 11:19:41 -05:00
Matthew R. Kasun dae87a7c3e added docker file location to build & push 2022-02-14 11:17:18 -05:00
0xdcarns f47a6af400 edited run updates 2022-02-14 11:01:33 -05:00
0xdcarns 0c1762e31d fixed test based on new logic 2022-02-14 10:10:58 -05:00
0xdcarns 51fa553df3 removed default master key and added warning log if not set 2022-02-14 09:58:50 -05:00
dcarns 816e0a3dd6
Merge pull request #740 from gravitl/feature_v0.10.1_strings
Feature v0.10.1 strings
2022-02-14 09:43:55 -05:00
dcarns 59b1225fb9
Merge pull request #755 from gravitl/v0.10.0
V0.10.0
2022-02-12 17:40:09 -05:00
dcarns b710802620
Merge pull request #754 from gravitl/develop
Develop
2022-02-12 17:26:49 -05:00
dcarns 30c9072ba9
Merge pull request #752 from gravitl/hotfix_v0.10.0_logs_n_pull
added initial pull to handle faster restarts
2022-02-12 17:09:00 -05:00
dcarns 342ef407d2
Merge pull request #751 from gravitl/hotfix_v0.10.0_netmaker_docker_workflow
netclient docker workflow
2022-02-12 17:08:30 -05:00
0xdcarns d9a334b30c added initial pull to handle faster restarts 2022-02-12 13:04:44 -05:00
dcarns fa2c0a4ae3
Merge pull request #750 from gravitl/feature_v0.10.0_securitymd
add security md
2022-02-12 12:57:29 -05:00