9692 Commits

Author SHA1 Message Date
Jeff Mitchell
5d6c4ae368 Fix compilation of test against new go-plugin 2018-02-06 13:33:29 -05:00
Jeff Mitchell
e47c53dcab Update go-plugin 2018-02-06 13:31:13 -05:00
vishalnayak
6a122055e3 changelog++ 2018-02-06 13:09:38 -05:00
Vishal Nayak
67cc60fbb6
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
f4f66a9779 Update etcd storage doc (#3753) 2018-02-06 11:00:00 -05:00
Yoko Hyakuna
3302389ca1 Missing * in the command 2018-02-05 16:17:18 -08:00
Jeff Mitchell
7d73ac4c96 go vet fixes 2018-02-05 14:26:31 -05:00
Jeff Mitchell
22aeac2e8e Add a space before the MFA super 2018-02-05 12:32:25 -05:00
Jeff Mitchell
d719a6c067 Move MFA to deprecated section, mark with a super 2018-02-05 12:32:21 -05:00
Jeff Mitchell
291df73f42 Minor grammatical update to MFA doc 2018-02-05 12:26:16 -05:00
Jeff Mitchell
21380997f1 changelog++ 2018-02-05 12:23:12 -05:00
Gobin Sougrakpam
fbb0c633e9 Fix renewAuth to use the increment value (#3904) 2018-02-05 12:22:49 -05:00
Jeff Mitchell
ca9aed63bb Mark old MFA as legacy/unsupported in sidebar 2018-02-05 11:47:59 -05:00
Jeff Mitchell
733b0af898 changelog++ 2018-02-05 11:23:03 -05:00
Jeff Mitchell
964bde2349 Update zookeeper dep
Fixes #3896
2018-02-05 11:22:21 -05:00
Jeff Mitchell
1f3db196d2 changelog++ 2018-02-05 10:57:22 -05:00
Jeff Mitchell
359c7cdffa Add centrify CLI handler support 2018-02-05 10:56:57 -05:00
Jeff Mitchell
b8a4dc1e09 Revert cluster.go change 2018-02-04 20:42:45 -05:00
Jeff Mitchell
63efb0e111 Some vet fixes 2018-02-04 20:37:57 -05:00
Joel Thompson
9584ff537f 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
78ff2014fa Make the MFA support status more clear for the legacy system 2018-02-04 19:25:27 -05:00
Jeff Mitchell
59c483a01d changelog++ 2018-02-03 13:28:15 -05:00
Jeff Mitchell
7ada9f634a
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
1a3fa27dad
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
7a4e7c8242 Add the actual error object to the message (#3901) 2018-02-02 19:06:08 -05:00
Jeff Mitchell
3d7d2a01dd
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
2668ff95e8 Merge branch 'master' of github.com:hashicorp/vault into new-guides 2018-02-02 09:03:12 -08:00
George Christou
feb47cbf7f website: Include fish as a supported shell (#3895) 2018-02-02 10:34:48 -05:00
Brian Kassouf
f2dfba9655
changelog++ 2018-02-01 16:47:38 -08:00
Jeff Mitchell
13afb528db changelog++ 2018-02-01 19:08:39 -05:00
Xiang Li
6a22114a8f etcd: config etcd3 client's max response size (#3891) 2018-02-01 19:08:09 -05:00
Jeff Mitchell
556916e28c changelog++ 2018-02-01 19:05:29 -05:00
Xiang Li
74a3b5a964 etcd3: only create lock when lock is called (#3893) 2018-02-01 19:04:52 -05:00
Brian Kassouf
91dffedc39
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
79cb4c86cd
Merge branch 'master' into new-guides 2018-02-01 11:55:18 -08:00
Yoko Hyakuna
0c727dfe6d Fixed a typo 'on-demand' 2018-02-01 10:00:18 -08:00
Calvin Leung Huang
3d62f76796 changelog++ 2018-02-01 12:56:02 -05:00
John Eismeier
ce1b43cd48 Propose small spelling change (#3890) 2018-02-01 12:51:38 -05:00
Yoko Hyakuna
15ba1142f7 Incorporated review comments 2018-02-01 09:50:59 -08:00
Jeff Mitchell
4ff26fd82d changelog++ 2018-02-01 12:45:58 -05:00
Josh Giles
75b9e2174a Return Okta config TTLs in seconds, not nanos. (#3871) 2018-02-01 12:44:57 -05:00
Vishal Nayak
1d310fadb6
docs/telemetry: remove merge conflict remnant (#3882)
* remove merge conflict remnant

* s/auth/authentication
2018-02-01 12:09:58 -05:00
Calvin Leung Huang
75ed6b90e5
Handle period's zero value in token store's token creation (#3880)
* Handle period's zero value on handleCreateCommon

* Add test for period zero value
2018-02-01 12:01:46 -05:00
Chris Hoffman
7cc193d666
Adding tests to ensure all backends are mountable (#3861) 2018-02-01 11:30:04 -05:00
Andy Manoske
b6a6ce6981
Merge branch 'master' into new-guides 2018-01-31 17:17:00 -08:00
Brian Kassouf
f94e7e318b helper/storagepacker: Fix panic when bucket doesn't exist (#3875) 2018-01-31 18:42:22 -05:00
Brian Shumate
15982cfa07 Correct cofiguration option in example (#3879) 2018-01-31 13:41:31 -05:00
Yoko Hyakuna
f21b129a24 Replaced deprecated command 2018-01-31 09:27:14 -08:00
Yoko Hyakuna
53770fcf59 Replaced the deprecated commands with new ones 2018-01-30 10:46:27 -08:00
Jack Pearkes
8ca8b46c51 website: add note about the 0.9.2+ CLI changes to reduce confusion (#3868)
* website: add note about the 0.9.2+ CLI changes to reduce confusion

* website: fix frontmatter for 0.9.3 guide, add to guides index

* website: add overview title to 0.9.3 guide for spacing
2018-01-30 13:30:47 -05:00