Jeff Mitchell
4d674b978b
changelog++
2018-02-07 15:57:52 -05:00
seanjfellows
4739342fdb
Create audit failure metrics unconditionally ( #3937 )
2018-02-07 15:57:00 -05:00
Jed
da955a8f1b
Lil typo fixes ( #3925 )
...
Read through the initial docs and noticed a few typos
2018-02-07 09:38:11 -05:00
emily
e086429964
fix IAM diagram for GCP auth method docs ( #3927 )
2018-02-07 09:37:11 -05:00
Andy Manoske
683faac6d0
Merge pull request #3855 from hashicorp/new-guides
...
New Vault Guides
2018-02-06 18:13:06 -08:00
Andy Manoske
4d33d5fa34
Merge branch 'master' into new-guides
2018-02-06 13:09:22 -08:00
vishalnayak
52e55776d8
changelog++
2018-02-06 15:46:22 -05:00
Vishal Nayak
41ac1e4b53
AppRole: Cleanup accessor indexes and dangling accessor indexes ( #3924 )
...
* Cleanup accessor indexes and dangling accessor indexes
* Add a test that exercises the accessor cleanup
2018-02-06 15:44:48 -05:00
Jeff Mitchell
1a8a843588
Change grpc's max sent/recv size to a very large value. ( #3912 )
2018-02-06 13:52:35 -05:00
John Eismeier
d2534c4bde
Fix some typos ( #3923 )
2018-02-06 13:35:01 -05:00
Jeff Mitchell
fba5f46e4d
Fix compilation of test against new go-plugin
2018-02-06 13:33:29 -05:00
Jeff Mitchell
3297d3dc92
Update go-plugin
2018-02-06 13:31:13 -05:00
vishalnayak
99a75c871a
changelog++
2018-02-06 13:09:38 -05:00
Vishal Nayak
b20b7ef61d
command/ssh: create and reuse the api client ( #3909 )
...
* pass around the api client
* reuse the client object in the base command
2018-02-06 13:06:17 -05:00
cikenerd
e7973773ac
Update etcd storage doc ( #3753 )
2018-02-06 11:00:00 -05:00
Yoko Hyakuna
1b12d74188
Missing * in the command
2018-02-05 16:17:18 -08:00
Jeff Mitchell
642b88c76a
go vet fixes
2018-02-05 14:26:31 -05:00
Jeff Mitchell
4174019efb
Add a space before the MFA super
2018-02-05 12:32:25 -05:00
Jeff Mitchell
855d8cb769
Move MFA to deprecated section, mark with a super
2018-02-05 12:32:21 -05:00
Jeff Mitchell
193278f9a4
Minor grammatical update to MFA doc
2018-02-05 12:26:16 -05:00
Jeff Mitchell
fb5ab2915d
changelog++
2018-02-05 12:23:12 -05:00
Gobin Sougrakpam
62ac4dfca0
Fix renewAuth to use the increment value ( #3904 )
2018-02-05 12:22:49 -05:00
Jeff Mitchell
8145b0ce0b
Mark old MFA as legacy/unsupported in sidebar
2018-02-05 11:47:59 -05:00
Jeff Mitchell
39bdd318d5
changelog++
2018-02-05 11:23:03 -05:00
Jeff Mitchell
fe6c19d623
Update zookeeper dep
...
Fixes #3896
2018-02-05 11:22:21 -05:00
Jeff Mitchell
6dfd2d0684
changelog++
2018-02-05 10:57:22 -05:00
Jeff Mitchell
20465d8040
Add centrify CLI handler support
2018-02-05 10:56:57 -05:00
Jeff Mitchell
05723e1229
Revert cluster.go change
2018-02-04 20:42:45 -05:00
Jeff Mitchell
f33563f667
Some vet fixes
2018-02-04 20:37:57 -05:00
Joel Thompson
4f49318b33
auth/aws: Switch role tag processing from strings.Contains to strings.HasPrefix ( #3906 )
...
strings.HasPrefix is more correct; if a tag part value ended up
containing the expected prefix of another part, it could cause incorrect
parsing. I don't think that these values would be semantically legal
today, but it's probably better to be defensive.
2018-02-04 19:37:03 -05:00
Jeff Mitchell
0255d4ca10
Make the MFA support status more clear for the legacy system
2018-02-04 19:25:27 -05:00
Jeff Mitchell
041d0d4abf
changelog++
2018-02-03 13:28:15 -05:00
Jeff Mitchell
b6614b651f
Differentiate between user/internal error in AppRole login. ( #3902 )
...
* Differentiate between user/internal error in AppRole login.
This allows us to properly pass through internal errors back up into
core.
* Separate out error cases
2018-02-02 20:34:32 -05:00
Jeff Mitchell
fc6564e4ee
Don't run rollback and upgrade functionality if we are a replication secondary ( #3900 )
...
* Don't run rollback and upgrade functionality if we are a replication
secondary, but do if the mount is local.
2018-02-02 20:28:25 -05:00
Vishal Nayak
effdc09a71
Add the actual error object to the message ( #3901 )
2018-02-02 19:06:08 -05:00
Jeff Mitchell
676b302dbf
Add a sysview call to determine if a mount is local. ( #3899 )
...
This is useful for deciding when to run upgrade logic, e.g. if on a
performance secondary but local it's fine to run.
2018-02-02 18:17:12 -05:00
Yoko Hyakuna
6883dc32f4
Merge branch 'master' of github.com:hashicorp/vault into new-guides
2018-02-02 09:03:12 -08:00
George Christou
c35af6dd01
website: Include `fish` as a supported shell ( #3895 )
2018-02-02 10:34:48 -05:00
Brian Kassouf
b91dbaf295
changelog++
2018-02-01 16:47:38 -08:00
Jeff Mitchell
ac66586b7a
changelog++
2018-02-01 19:08:39 -05:00
Xiang Li
a120544b47
etcd: config etcd3 client's max response size ( #3891 )
2018-02-01 19:08:09 -05:00
Jeff Mitchell
0e6b45ba5c
changelog++
2018-02-01 19:05:29 -05:00
Xiang Li
5fd85205cc
etcd3: only create lock when lock is called ( #3893 )
2018-02-01 19:04:52 -05:00
Brian Kassouf
1cee2a1415
plugins/gRPC: fix issues with reserved keywords in response data ( #3881 )
...
* plugins/gRPC: fix issues with reserved keywords in response data
* Add the path raw file for mock plugin
* Fix panic when special paths is nil
* Add tests for Listing and raw requests from plugins
* Add json.Number case when decoding the status
* Bump the version required for gRPC defaults
* Fix test for gRPC version check
2018-02-01 14:30:17 -08:00
Yoko
9c93d2761e
Merge branch 'master' into new-guides
2018-02-01 11:55:18 -08:00
Yoko Hyakuna
2d30bef2af
Fixed a typo 'on-demand'
2018-02-01 10:00:18 -08:00
Calvin Leung Huang
413df160df
changelog++
2018-02-01 12:56:02 -05:00
John Eismeier
6d18e0da3d
Propose small spelling change ( #3890 )
2018-02-01 12:51:38 -05:00
Yoko Hyakuna
7a1a19b6d6
Incorporated review comments
2018-02-01 09:50:59 -08:00
Jeff Mitchell
4a519b1a02
changelog++
2018-02-01 12:45:58 -05:00