Jeff Mitchell
b4f5d38916
Update to latest go-kms-wrapping and fix protos/etcd ( #8996 )
2020-05-14 18:45:10 -04:00
Jeff Mitchell
2f5f0049db
Switch bootstrap (except CI) over to using pinned versions from go.mod ( #9000 )
2020-05-14 13:45:12 -04:00
Jeff Mitchell
1d3d89e2aa
Create configutil and move some common config and setup functions there ( #8362 )
2020-05-14 09:19:27 -04:00
Scott Miller
16cc804086
Upgrade go-ldap to 3.1.10, containing the send race fix ( #8937 )
...
* Upgrade go-ldap to 3.1.10, containing the send race fix
2020-05-11 11:28:01 -05:00
ncabatoff
55609f1d38
Ensure that the .vault-token file writen by `vault login` always has the correct permissions and ownership. ( #8867 )
2020-04-27 19:55:13 -04:00
Brian Kassouf
d979279015
storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots ( #8793 )
...
* storage/raft: Split snapshot restore disk write into batches
* Work on snapshot consistency
* make sure tests send a snapshot
* Fix comment
* Don't remove metrics
* Fix comment
2020-04-23 11:11:08 -07:00
Jim Kalafut
053c2b3cf6
Update go.mod to corrected plugin tags ( #8759 )
...
This addresses an issue found in #8696 which was determined to be due to
the Go module proxy having a cached copy of a tag that doesn't match the
official version (due a build prep error weeks ago). All of the repos
got new patch versions, but the content is identical.
2020-04-17 11:50:19 -07:00
Jim Kalafut
b7fc72d5ec
Update go.mod and vendoring ( #8752 )
...
This primarily ports updates made during the 1.4 release to master.
2020-04-16 12:07:07 -07:00
Brian Kassouf
2e7d682586
Update triton-go package ( #8751 )
2020-04-16 09:57:37 -07:00
Jim Kalafut
5c4796bb55
Update MongoDB Atlas secrets plugin ( #8669 )
2020-04-03 15:47:17 -07:00
Nick Cabatoff
f13589f9fe
Revert "Bump cloud.google.com/go to get timeout fix ( #8636 )"
...
This reverts commit 0ea3e78f91153129853dea6c42d4a01b403ae5c9.
2020-04-02 10:09:24 -04:00
Joshua Kwan
b0561a189d
Bump cloud.google.com/go to get timeout fix ( #8636 )
...
The commit I'm interested in is
googleapis/google-cloud-go@fbf2f51 ,
which disables an aggressive 2-second timeout for awaiting headers from
the compute metadata service.
This 2-second timeout causes problems when [Workload Identity] is
enabled on a cluster. In this situation, a different endpoint is used
under the hood for compute metadata, and this endpoint can often take
more than 2 seconds to return headers.
[Workload Identity]: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2020-04-01 15:42:06 -04:00
Tommy Murphy
a936a77f01
stackdriver: metric label extraction ( #8073 )
...
* stackdriver: use label extraction and add debug config
* go.mod: update go-metrics-stackdriver
* vendor go-metrics-stackdriver
2020-03-13 07:58:45 +01:00
ncabatoff
5fe1ab766b
Add option to detect deadlocks in Core.stateLock using build tag `deadlock` ( #8524 )
2020-03-10 16:01:20 -04:00
ncabatoff
c9ff95ec70
Update to go-metrics 1.3.3 for Prometheus performance improvements. ( #8507 )
2020-03-09 09:54:55 -04:00
Jason O'Donnell
3d2c5477ec
openldap secret: update go.mod ( #8494 )
2020-03-06 12:46:29 -05:00
Jason O'Donnell
524e871343
secrets/openldap: update go.mod ( #8475 )
...
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-03-06 11:52:28 -05:00
Jim Kalafut
2e8826744f
Update plugin dependencies ( #8371 )
...
* Update plugin dependencies
* Update vendoring
2020-02-18 09:55:04 -08:00
Jason O'Donnell
dd9f25a118
Add OpenLDAP Secret Plugin ( #8360 )
...
* Add openldap secret plugin
* go mod vendor
* Revert to go-ldap 3.1.3
* go mod vendor
2020-02-15 13:21:07 -05:00
Jeff Mitchell
463e5a05fe
Bump API/SDK
2020-02-14 17:28:40 -05:00
Becca Petrin
5f19ff828c
update kerberos dependency ( #8353 )
2020-02-14 11:13:28 -08:00
Jim Kalafut
2ee7b76469
Bundle MongoDB Atlas ( #8309 )
2020-02-07 14:09:39 -08:00
ncabatoff
fbd4925889
Update to newest go-metrics, go mod vendor. ( #8311 )
2020-02-07 09:05:14 -05:00
Becca Petrin
1459544630
update from github.com/hashicorp/gokrb5 to github.com/jcmturner/gokrb5/v8 ( #8296 )
2020-02-05 14:23:22 -08:00
ncabatoff
03b14d8a64
Upgrade okta sdk lib ( #8143 )
...
Upgrade to new official Okta sdk lib. Since it requires an API token, use old unofficial okta lib for no-apitoken case.
Update test to use newer field names. Remove obsolete test invalidated by #4798 . Properly handle case where an error was expected and didn't occur.
2020-02-03 12:51:10 -05:00
Michel Vocks
2bde6a3a5a
Bump etcd client API dep ( #8037 )
2020-01-29 15:16:38 +01:00
Michel Vocks
f695eb737b
Add Consul TLS options to access API endpoint ( #8253 )
2020-01-29 09:44:35 +01:00
Michel Vocks
027ada452e
Mongodb driver switch to mongo-driver ( #8140 )
...
* Switch mongodb driver to mongo-driver
* Tidy mod
* Make writeConcern private
* Implement review feedback
* Add retry functionality
* Added backoff time
* go mod vendor
* Fix failing test
* goimport
2020-01-24 09:32:47 +01:00
Jeff Mitchell
ef44e226a9
Bump sdk and go-hclog and vendor
2020-01-23 14:12:19 -05:00
Jeff Mitchell
3956072c93
Update test var name and tidy
2020-01-16 20:18:59 -05:00
Michel Vocks
13ebf5460c
Add TLS options per Nomad backend ( #8083 )
2020-01-15 11:03:38 +01:00
Jeff Mitchell
80408beabe
Bump go-kms-wrapping dep to fix a nil pointer in tests
2020-01-13 09:28:49 -05:00
Jeff Mitchell
c5f9f8fc05
Update go-kms-wrapping dep
2020-01-13 09:25:11 -05:00
Jeff Mitchell
6a5916fdc3
Bump sdk/api
2020-01-10 20:45:24 -05:00
Jeff Mitchell
a0694943cc
Migrate built in auto seal to go-kms-wrapping ( #8118 )
2020-01-10 20:39:52 -05:00
Jeff Mitchell
d873e7ba3c
Update master's sdk/api
2019-12-18 16:36:50 -05:00
Jim Kalafut
78524e00db
Run go mod tidy
2019-12-18 11:52:37 -08:00
Becca Petrin
c9b0e372ac
update vault-plugin-secrets-ad to v0.6.2 ( #8049 )
2019-12-18 09:23:09 -08:00
Becca Petrin
02dfa885d4
run go mod tidy ( #8041 )
2019-12-17 10:37:58 -08:00
Joel Thompson
ed20dbf4f7
Bump aws-sdk-go to v1.25.41 ( #7458 )
...
This is in support of #7450 and #7924
2019-12-16 16:43:00 -08:00
Becca Petrin
a7383b6d86
Add Kerberos SPNEGO auth plugin ( #7908 )
2019-12-11 11:18:37 -08:00
Jeff Mitchell
9e9eed0f15
Remove the Thrift replacement line.
...
I'm not sure if it's that Go has worked around/fixed this or Apache did,
but I can confirm that it builds fine with both Go 1.12.13 and 1.13.4
without the line.
2019-11-14 14:43:48 -05:00
Jim Kalafut
6000a12380
Update GCP secrets plugin ( #7869 )
2019-11-12 11:59:26 -08:00
Clint
847fcf8551
Update how Vault Agent configures Consul Templates internal logger ( #7822 )
...
* fix up logger in Vault Agent Template
* update deps
2019-11-12 11:29:29 -08:00
Brian Kassouf
f8085f518f
Update plugins
2019-11-11 19:28:09 -08:00
Jeff Mitchell
a8aa5f0dd3
go-ldap update; bump dep, api, secrets-ad plugin, and vendor
2019-11-08 11:24:46 -05:00
Jeff Mitchell
6a95e8465b
Update go-metrics ( #7794 )
2019-11-05 15:28:51 -05:00
Jim Kalafut
a8a50df7fc
Update azure secrets plugin ( #7788 )
2019-11-05 10:43:28 -08:00
Calvin Leung Huang
8c31e45860
hostutil: query stats with context, update gopsutil, refactor tests ( #7769 )
...
* hostutil: query stats with context, update gopsutil, refactor tests
* go mod vendor
* minor comment wording
2019-11-01 10:12:22 -07:00
Lukasz Jagiello
05fdb2287e
Correct version of vault-plugin-auth-jwt ( #7773 )
...
Based on Vault changelog JWT-71 and JWT-77 should be included in Vault
1.3.0. Unfortunetly there was a wrong version of vault-plugin-auth-jwt
included.
This fix #7771
2019-10-31 12:17:37 -07:00