Brian Kassouf
d987a3c230
Update deps ( #5520 )
2018-10-15 14:36:55 -07:00
Brian Kassouf
9307ba4b0b
Update Deps ( #5454 )
2018-10-03 09:55:26 -07:00
Brian Kassouf
bc36d78df1
Update plugins
2018-10-02 11:14:15 -07:00
Becca Petrin
74d4d0ccc0
add alicloud secrets engine ( #5352 )
2018-09-19 08:42:28 -07:00
Jeff Mitchell
cdd08cba58
Bump for release
2018-09-05 13:17:37 -04:00
Becca Petrin
7e0e49656a
Add AliCloud auth to the Vault Agent ( #5179 )
2018-09-05 11:56:30 -04:00
Jeff Mitchell
a001021d51
Sync plugin updates
2018-08-28 02:39:13 -04:00
Brian Kassouf
20a58d68df
Update kv plugin ( #5187 )
2018-08-25 14:56:40 -07:00
Jim Kalafut
d8dc68495d
Update Azure Secrets plugin ( #5154 )
2018-08-21 21:05:05 -07:00
Jeff Mitchell
bb9b4bcf08
Sync plugins
2018-08-16 16:21:38 -04:00
Jim Kalafut
a8e81ce393
Initial import of Azure Secrets ( #5120 )
...
* Initial import of Azure Secrets
* Update vendor folder
2018-08-16 12:18:06 -07:00
Becca Petrin
8e8095163e
Add alicloud auth ( #5123 )
...
* add alicloud auth commands
* add dependencies
2018-08-16 12:17:49 -07:00
Brian Kassouf
735287bd6a
Update k8s auth ( #5059 )
2018-08-07 10:45:40 -07:00
Jim Kalafut
2a8f368ef8
Update GCP auth plugin ( #5043 )
...
Fixes #5037
2018-08-03 14:56:02 -07:00
Brian Kassouf
215d4404e0
Update ad plugin ( #5008 )
2018-07-27 14:52:38 -06:00
Jeff Mitchell
09ac94a59f
Update plugins
2018-07-24 22:19:38 -04:00
Chris Hoffman
1cd2509065
updating azure plugin ( #4989 )
2018-07-24 22:13:23 -04:00
Jim Kalafut
ca8dd26374
Update Azure auth plugin ( #4978 )
2018-07-23 15:00:46 -07:00
Chris Hoffman
b37c05cf64
updating azure auth plugin and docs ( #4975 )
2018-07-23 10:00:44 -04:00
Jeff Mitchell
bb057dd1df
Update go-retryablehttp and affected deps
2018-07-19 08:50:18 -04:00
Jeff Mitchell
a371bd7e7b
Minor dep sync
2018-07-11 16:04:02 -04:00
Jeff Mitchell
f05e132c91
Sync jwt auth plugin
2018-07-10 11:14:36 -04:00
Jeff Mitchell
1011f61bf2
Add JWT plugin
2018-07-09 16:21:47 -04:00
Jeff Mitchell
2821ccd6a3
Bump hclog
2018-07-09 12:54:13 -04:00
Chris Hoffman
a1c8c8459b
Bump Deps ( #4868 )
...
* bump deps
* revert script changes
* adding govendor miss
2018-07-06 12:09:34 -04:00
Jeff Mitchell
00673fe197
Update kubernetes auth plugin
2018-06-19 23:03:22 -04:00
Jeff Mitchell
961d24d89a
Update ad plugin
2018-06-19 12:16:20 -04:00
Jeff Mitchell
bef7db5711
Bump Kube auth dep
2018-06-18 12:24:41 -04:00
Jeff Mitchell
fccf7204b8
Bump plugins and changelog
2018-06-18 11:54:23 -04:00
Jeff Mitchell
2ac5c2cdac
Pull in kv fix for 4726
2018-06-08 13:48:25 -04:00
Jeff Mitchell
9fce6c0c0c
Update plugins
2018-06-05 22:57:35 -04:00
Becca Petrin
2e8a3e6d59
update ad dependency ( #4692 )
2018-06-04 15:09:41 -04:00
Jeff Mitchell
b9ea7ae7cd
Bump retryablehttp dep
2018-05-31 17:14:04 -04:00
Jeff Mitchell
53c6ffcb75
Update kv plugin
2018-05-30 09:07:19 -04:00
Jeff Mitchell
0e396cf4fe
Bump plugin deps
2018-05-29 21:16:48 -04:00
emily
192c228931
Add GCP auth helper ( #4654 )
...
* update auth plugin vendoring
* add GCP auth helper and docs
2018-05-29 20:36:24 -04:00
Becca Petrin
13a0eebb67
Update ad plugin ( #4652 )
2018-05-29 16:16:43 -07:00
Jeff Mitchell
bd0ac25eb9
Merge branch 'master' into rekey-verification
2018-05-29 10:19:57 -04:00
Becca Petrin
94ae5d2567
Add Active Directory secrets plugin ( #4635 )
2018-05-25 11:37:41 -07:00
Jeff Mitchell
9255cc84da
Add updated go-retryablehttp
2018-05-21 13:39:45 -04:00
Jeff Mitchell
484b32d3da
Update go-retryablehttp de
2018-05-18 15:11:44 -04:00
emily
1eb2765318
update gcputil deps ( #4537 )
2018-05-10 08:24:53 -04:00
Jeff Mitchell
f4b98ace65
Fix retryable dep
2018-05-09 20:52:44 -04:00
Jeff Mitchell
2cc9b7fc72
Update retryable dep
2018-05-09 20:49:32 -04:00
Jeff Mitchell
bbaf923a27
Update retryable vendor
2018-05-09 18:34:05 -04:00
Jeff Mitchell
2dc9276e4c
Update go-retryablehttp and use PassthroughErrorHandler
2018-05-09 18:11:08 -04:00
Jeff Mitchell
7f886b5675
Update go-retryablehttp vendor
2018-05-09 17:44:53 -04:00
Brian Kassouf
c7f9d185b0
Kv preflight ( #4430 )
...
* Update kv command to use a preflight check
* Make the existing ui endpoint return the allowed mounts
* Add kv subcommand tests
* Enable `-field` in `vault kv get/put` (#4426 )
* Enable `-field` in `vault kv get/put`
Fixes #4424
* Unify nil value handling
* Use preflight helper
* Update vkv plugin
* Add all the mount info when authenticated
* Add fix the error message on put
* add metadata test
* No need to sort the capabilities
* Remove the kv client header
* kv patch command (#4432 )
* Fix test
* Fix tests
* Use permission denied instead of entity disabled
2018-04-23 15:00:02 -07:00
Jeff Mitchell
8d338f9903
Bump secrets-gcp for panic fix ( #6 )
2018-04-23 10:11:14 -04:00
Jeff Mitchell
4e444ae2f9
Update gcp plugin
2018-04-17 13:50:28 -04:00