9692 Commits

Author SHA1 Message Date
Jeff Mitchell
34a14b45ea Fix introduced bug in refactor 2018-05-21 20:54:20 -04:00
Becca Petrin
6c4266e553
move fields and field parsing to helper (#4603) 2018-05-21 17:04:26 -07:00
Jeff Mitchell
20f78c4204 Address feedback 2018-05-21 18:25:58 -04:00
Jeff Mitchell
7c6a75d60b Factor out a bunch of shared code 2018-05-21 17:46:32 -04:00
Chris Hoffman
e614cadbe5
adding options information to mount endpoint (#4606) 2018-05-21 16:39:43 -04:00
Jeff Mitchell
3e95a48e7b Remove dupe website text 2018-05-21 16:30:45 -04:00
Jeff Mitchell
153d5360f7 Address feedback 2018-05-21 16:13:38 -04:00
Jeff Mitchell
3ad03cb5de Fix tests 2018-05-21 15:29:41 -04:00
madalynrose
e0652de81f
Update CHANGELOG.md 2018-05-21 14:54:05 -04:00
Jeff Mitchell
e12d6a5f22 Fix review feedback update 2018-05-21 14:51:05 -04:00
madalynrose
6888781969
update hmac form and component to use 'algorithm' instead of 'hash-algorithm' (#4604) 2018-05-21 14:50:54 -04:00
Becca Petrin
ca2bdbb8c0
Restrict userpass logins & tokens by CIDR (#4557) 2018-05-21 11:47:28 -07:00
Jeff Mitchell
ab82f9e555 Address review feedback 2018-05-21 14:47:00 -04:00
Brian Kassouf
e49e261f8c
Don't reload singleton mounts (#4593) 2018-05-21 11:05:04 -07:00
Jeff Mitchell
51fb86ad4d Add updated go-retryablehttp 2018-05-21 13:39:45 -04:00
Jeff Mitchell
98f0485d84 Add verification documentation 2018-05-21 12:00:36 -04:00
Jeff Mitchell
c368238fe0 changelog++ 2018-05-21 09:21:24 -04:00
Jeff Mitchell
1fa5e18d44 Make description of prehashed a bit more friendly 2018-05-21 09:08:22 -04:00
Jeff Mitchell
893b7b6635 Finish api tests for verification 2018-05-20 19:01:24 -04:00
Jeff Mitchell
d9535101c3 More work on recovery test 2018-05-20 18:42:14 -04:00
Jeff Mitchell
a63a0dcf05 Start of seal improvements for testing 2018-05-20 17:49:37 -04:00
Jeff Mitchell
adf53b3988 Refactor test to add recovery support 2018-05-20 17:38:04 -04:00
Jeff Mitchell
bf16f7f517 Finish non-recovery test 2018-05-20 02:42:15 -04:00
Jeff Mitchell
9f700be4cc Add some more test structure and update test 2018-05-20 00:02:45 -04:00
Jeff Mitchell
cfd087b155 Update rekey methods to indicate proper error codes in responses 2018-05-19 23:43:48 -04:00
Jeff Mitchell
9b796f1aca Fix existing tests 2018-05-19 22:04:45 -04:00
Jeff Mitchell
f1b40d3ffd WIP 2018-05-19 21:31:45 -04:00
Jeff Mitchell
d47647aea2 WIP 2018-05-19 21:31:45 -04:00
Jeff Mitchell
fdf368c843 changelog++ 2018-05-19 13:25:27 -04:00
Jeff Mitchell
157a14e7f9
Fix role writing not allowing key_type of any (#4596)
Fixes #4595
2018-05-19 10:24:43 -07:00
Jeff Mitchell
ec24d3d2f7 Update key_type parameter description 2018-05-19 12:20:37 -04:00
Jeff Mitchell
ae1732d485 Bump travis go version 2018-05-19 12:07:13 -04:00
Kevin Paulisse
7a6777b41a Docs: Clarify that revoking token revokes dynamic secrets (#4592) 2018-05-18 23:27:53 -07:00
Jeff Mitchell
f85ed110d8 Update issue templates 2018-05-18 17:49:30 -04:00
Jeff Mitchell
ae41ad84ec Update issue templates 2018-05-18 17:46:31 -04:00
Jeff Mitchell
20ca95e593 Update issue templates 2018-05-18 17:20:36 -04:00
Jeff Mitchell
320edcc6b1 changelog++ 2018-05-18 16:35:01 -04:00
Jeff Mitchell
787c9ee090
Use copystructure when assigning allowed/denied params from nil check (#4585)
Fixes #4582
2018-05-18 13:33:49 -07:00
Calvin Leung Huang
a9daf49553
Optimize revokeSalted by not calling view.List twice (#4465)
* Optimize revokeSalted by not calling view.List twice

* Minor comment update

* Do not go through the orphaning dance if we are revoking the entire tree

* Update comment
2018-05-18 12:14:42 -07:00
Calvin Leung Huang
3a95aa55b9
Use a token store with an initialized exp mananger in TestTokenStore_RevokeSelf (#4590) 2018-05-18 12:13:37 -07:00
Jeff Mitchell
d991bc1917 Update go-retryablehttp de 2018-05-18 15:11:44 -04:00
Calvin Leung Huang
36837d8009
Return as internal error on failed token lookup (#4589) 2018-05-18 10:14:31 -07:00
Jeff Mitchell
cd46a01f24
Update command in UI DR guide to non-deprecated version (#4588) 2018-05-18 09:43:12 -07:00
Jeff Mitchell
f6b6ce1837 Add missing drsecondarycode to health API docs 2018-05-18 12:39:13 -04:00
Calvin Leung Huang
6bea768f0e
Return ts.Lookup error on handleCreateCommon (#4587)
* Return ts.Lookup error on handleCreateCommon

* Fix test
2018-05-18 09:30:03 -07:00
Jeff Mitchell
2f97c3017f Flip documented resolve_aws_unique_id value
Fixes #4583
2018-05-18 12:05:52 -04:00
Reid Wiggins
668e2358aa Add documentation for MySQL 5.6 root rotation (#4584)
The default root rotation statement for MySQL is only valid for 5.7 and
up. This commit adds example documentation for 5.6.

Fixes #4567
2018-05-18 08:56:11 -07:00
Romain Vrignaud
5e62b26f10 Rename Google Container Engine to Google Kubernetes Engine (#4586) 2018-05-18 08:19:56 -07:00
Martin Hrabovcin
358aabab95 physical/zookeeper: Re-try to release lock in case of failure (#4569) 2018-05-17 15:52:50 -07:00
Jeff Mitchell
91b9ffdb33
Merge pull request #4580 from tavislikedavis/patch-1
Update policies.html.md
2018-05-17 09:14:35 -07:00