Commit graph

5118 commits

Author SHA1 Message Date
dcarns 6fc9843b90
Merge pull request #2100 from gravitl/GRA-1335-ext-client-pubkeys
GRA-1335 allowed public key input for ext clients
2023-03-08 16:19:53 -05:00
Matthew R Kasun ecba6e4622 new func getServerCount 2023-03-08 13:23:25 -05:00
dcarns a4060bebc7
Merge pull request #2104 from gravitl/GRA-1355
GRA-1355: add stun port config to docker compose
2023-03-08 10:40:16 -05:00
Abhishek Kondur b7f8a62387 add stun port to compose file 2023-03-08 19:04:38 +04:00
Anish Mukherjee c11ba7c44b append local addresses 2023-03-08 19:17:09 +05:30
Matthew R Kasun 1de0c14b83 fix TestMain 2023-03-07 14:45:44 -05:00
Alex Feiszli 6a89c81e01
Merge branch 'develop' into story/GRA-1252 2023-03-07 14:09:26 -05:00
dcarns f651e65eff
Merge pull request #2099 from gravitl/GRA-1311-last-only-peers
GRA-1311 Last peer update priority
2023-03-07 12:18:35 -05:00
0xdcarns 692441279b added ability to remove legacy nodes 2023-03-07 11:02:51 -05:00
0xdcarns 58adef9e12 address non-functional comment 2023-03-07 11:00:21 -05:00
dcarns f2996f6780
Merge pull request #2098 from gravitl/feature_nmctl_json
add json format output alternative to tables
2023-03-07 08:49:22 -05:00
dcarns 34bb68d8ea
Merge pull request #2094 from gravitl/GRA_1328_0.18.3_develop
Gra 1328 0.18.3 develop
2023-03-07 08:45:53 -05:00
dcarns 8f05238875
Merge pull request #2093 from gravitl/GRA-1326-better-register
GRA-1326: handle registration for HA
2023-03-07 08:37:07 -05:00
theguy951357 4f718e2cb7 release.md 2023-03-07 08:08:20 -05:00
dependabot[bot] d250ceb0fa
Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/compare/v0.5.0...v0.6.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-03-07 00:00:08 +00:00
0xdcarns 55b24c5eeb allowed public key input for ext clients 2023-03-06 15:54:50 -05:00
dcarns f982f60d12
Merge pull request #2090 from gravitl/story/GRA-1225
Story/gra 1225
2023-03-06 13:47:23 -05:00
0xdcarns 28119c22ee added context to peer updates, moved nodes to memory 2023-03-06 12:21:51 -05:00
dcarns db8a25607c
Merge pull request #2085 from gravitl/GRA-1275-mq-cleanup
GRA 1275 small mq cleanup
2023-03-06 11:05:46 -05:00
0xdcarns 48aad9780c merge develop 2023-03-06 10:28:54 -05:00
Anish Mukherjee 8e09684def add json format output alternative to tables 2023-03-06 12:08:46 +05:30
theguy951357 7025c5eca2 updating develop to v0.18.3 2023-03-04 14:19:53 -05:00
Matthew R Kasun d7a005cca5 fix test fails 2023-03-04 14:04:07 -05:00
Matthew R Kasun 62dd970d33 merge develop 2023-03-04 13:00:15 -05:00
Matthew R Kasun a1f0315847 create gateways durring migration 2023-03-04 12:59:37 -05:00
Matthew R Kasun 9c1ed00f17 delete legacy node after creating new node during migration 2023-03-04 12:59:37 -05:00
dcarns 38f13edb7e
Merge pull request #2092 from gravitl/GRA-1324-node-force-del
GRA-1324 - node force deletion
2023-03-03 16:58:17 -05:00
afeiszli d3a35d00b9 resolving PR comments 2023-03-03 16:20:38 -05:00
0xdcarns 2e6eaac274 moved data structure to db 2023-03-03 14:23:51 -05:00
dcarns 4ae907c522
Merge pull request #2077 from gravitl/dependabot/go_modules/develop/github.com/matryer/is-1.4.1
Bump github.com/matryer/is from 1.4.0 to 1.4.1
2023-03-03 13:23:46 -05:00
dcarns 590de4d269
Merge pull request #2078 from gravitl/dependabot/go_modules/develop/github.com/stretchr/testify-1.8.2
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
2023-03-03 13:23:29 -05:00
dcarns 0800592c60
Merge pull request #2087 from gravitl/feature_nmctl_enrollment
add enrollment key to nmctl
2023-03-03 13:22:58 -05:00
0xdcarns 91373953e7 added ability to force delete if node is requested twice 2023-03-03 11:11:02 -05:00
afeiszli b6bea3b06c adding comments 2023-03-03 10:52:05 -05:00
dcarns 6ab8efe9cb
v0.18.2 release.md Update 2023-03-03 10:51:43 -05:00
afeiszli dba954c529 add stunlist string to serverconfig 2023-03-03 10:37:04 -05:00
afeiszli bf8a5bbc69 changing StunList to slice 2023-03-03 10:28:50 -05:00
0xdcarns a2d75cb8b9 merge develop 2023-03-03 09:00:01 -05:00
afeiszli 42bb53cc12 remove stun domain 2023-03-03 07:58:11 -05:00
afeiszli 367e77892e Merge branch 'develop' of https://github.com/gravitl/netmaker into story/GRA-1225 2023-03-02 15:53:54 -05:00
dcarns 326964f707
Merge pull request #2089 from gravitl/GRA-1263-default-acl
fixed default ACLs and peer update deletion logic
2023-03-02 15:23:55 -05:00
0xdcarns d6f9d37be9 fixed default ACLs and peer update deletion logic 2023-03-02 13:30:37 -05:00
Anish Mukherjee 9e8f41f491 remove [--args] from definition 2023-03-02 17:45:10 +05:30
Anish Mukherjee c5311c0cd5 add enrollment key to nmctl 2023-03-02 17:40:31 +05:30
afeiszli 4ff135e196 adding StunList 2023-03-01 17:10:36 -05:00
0xdcarns 385232ca5a cleanup unnecessary routines + use peerindexmap for delete check 2023-03-01 10:55:34 -05:00
afeiszli 3f79f95a2d version 2023-03-01 08:11:46 -05:00
afeiszli 7325c46719 moving back to host install 2023-03-01 08:10:44 -05:00
afeiszli f6d3ba9eb9 moving back to host install 2023-03-01 08:08:58 -05:00
afeiszli 26182eeab8 moving back to host install 2023-03-01 08:00:02 -05:00