Kevin Paulisse
6d93ea4d77
Docs: Clarify that revoking token revokes dynamic secrets ( #4592 )
2018-05-18 23:27:53 -07:00
Jeff Mitchell
0e627dc4c6
Update issue templates
2018-05-18 17:49:30 -04:00
Jeff Mitchell
9653b539a6
Update issue templates
2018-05-18 17:46:31 -04:00
Jeff Mitchell
84e1c87d3c
Update issue templates
2018-05-18 17:20:36 -04:00
Jeff Mitchell
c03d80e81d
changelog++
2018-05-18 16:35:01 -04:00
Jeff Mitchell
6b345ccdef
Use copystructure when assigning allowed/denied params from nil check ( #4585 )
...
Fixes #4582
2018-05-18 13:33:49 -07:00
Calvin Leung Huang
90d305a322
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
95958dd9f9
Use a token store with an initialized exp mananger in TestTokenStore_RevokeSelf ( #4590 )
2018-05-18 12:13:37 -07:00
Jeff Mitchell
484b32d3da
Update go-retryablehttp de
2018-05-18 15:11:44 -04:00
Calvin Leung Huang
d7017c7924
Return as internal error on failed token lookup ( #4589 )
2018-05-18 10:14:31 -07:00
Jeff Mitchell
c42276bc3a
Update command in UI DR guide to non-deprecated version ( #4588 )
2018-05-18 09:43:12 -07:00
Jeff Mitchell
5a35dac726
Add missing drsecondarycode to health API docs
2018-05-18 12:39:13 -04:00
Calvin Leung Huang
08720c93ec
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
30dc66221c
Flip documented resolve_aws_unique_id value
...
Fixes #4583
2018-05-18 12:05:52 -04:00
Reid Wiggins
9813794bc2
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
9050bc809b
Rename Google Container Engine to Google Kubernetes Engine ( #4586 )
2018-05-18 08:19:56 -07:00
Martin Hrabovcin
6bfceb7f28
physical/zookeeper: Re-try to release lock in case of failure ( #4569 )
2018-05-17 15:52:50 -07:00
Jeff Mitchell
124271c1ec
Merge pull request #4580 from tavislikedavis/patch-1
...
Update policies.html.md
2018-05-17 09:14:35 -07:00
Jeff Mitchell
38f5f5f783
Updated for new syntax
2018-05-17 09:14:12 -07:00
Jeff Mitchell
4ab7275c95
Merge pull request #4575 from avoidik/patch-2
...
Add more essential notes into production hardening guide
2018-05-17 09:05:34 -07:00
Jeff Mitchell
63963a73a6
Update production.html.md
2018-05-17 09:05:08 -07:00
Jim Kalafut
5dcfc63ee6
Fix GCP API parameter docs
2018-05-17 08:54:25 -07:00
Seth Vargo
21e79035e0
Move UI docs from enterprise to OSS ( #4565 )
2018-05-17 08:48:10 -07:00
Andrew Slattery
3bd38517eb
Update KV response code ( #4568 )
...
Creating/Updating a secret in KV-V2 produces a status code `200` with a response body of `application/json`, whereas the previous documentation notated a `204 (empty body)` expected response code.
2018-05-17 08:46:19 -07:00
Tavis Wilson
50e05056d3
Update policies.html.md
2018-05-16 14:35:30 -05:00
Jeff Mitchell
18c96d66f9
changelog++
2018-05-16 13:31:56 -04:00
Matthew Surabian
4e0bc43bf8
DynamoDB Nested Values Bug ( #4570 )
...
* Add tests to ExerciseBackend to expose nested-values bug
* Update DynamoDB physical backend Delete and hasChildren logic to prevent overzealous cleanup of folders and values
2018-05-16 13:30:56 -04:00
Jeff Mitchell
a0c5ac1211
changelog++
2018-05-16 12:14:22 -04:00
Jeff Mitchell
ec876c21b3
Update website ldap url text
2018-05-16 11:58:10 -04:00
Jeff Mitchell
c683315b67
Check allowed/denied/required params on read calls. ( #4579 )
...
We added support a bit ago for some read operations to take in
parameters, so we should now apply these checks against them.
2018-05-16 11:28:46 -04:00
Viacheslav Vasilyev
cc99d82e8f
Update production.html.md
2018-05-16 11:16:04 +03:00
Jacob Friedman
095baa8263
fixed spelling error in step 1 ( #4572 )
2018-05-15 17:43:35 -07:00
Jeff Mitchell
f7e37de648
Re-add capability to unwrap pre-0.6.2 wrapping tokens
2018-05-15 20:01:58 -04:00
Peter Schultz
a786ef8a4a
Fix capability test for policies in UI ( #4566 )
...
Fix incorrect path for capability check in the policies UI.
Fixes #4564 .
2018-05-14 17:20:07 -05:00
Jeff Mitchell
aa98f33f63
Mention that you can actually rekey when using an HSM
2018-05-13 16:49:42 -04:00
Jeff Mitchell
821d347375
Update HSM documentation and fix GCP docs build
2018-05-13 16:39:22 -04:00
Becca Petrin
4693f4ee6c
export EscapeLDAPValue ( #4556 )
2018-05-11 15:51:20 -07:00
Lucy Davinhart
4b8589a9b8
Fix syntax errors causing api package to fail tests ( #4555 )
2018-05-11 16:28:03 -04:00
Calvin Leung Huang
0ad08b3cb9
Token store tests ( #4549 )
...
* Expand revocation test to cover non-registered tokens case
* Bump sleep times back down a bit
2018-05-11 12:12:44 -04:00
Jeff Mitchell
6b2593ff54
changelog++
2018-05-11 11:58:52 -04:00
Jeff Mitchell
c011cefed4
Fix panic when running capabilities CLI command with multiple paths ( #4553 )
...
* Fix panic using 'vault token capabilities' with more than one path
Fixes #4552
* Add test
2018-05-11 11:58:12 -04:00
Jeff Mitchell
03b3914151
Fix fmt
2018-05-11 11:50:10 -04:00
Robbie McKinstry
9765779622
Client side rate limiting ( #4421 )
2018-05-11 10:42:06 -04:00
Jeff Mitchell
58154df811
Fix two failing tests due to the fact that the expiration manager now
...
needs to be running to properly revoke tests.
2018-05-10 18:22:04 -04:00
Matthew Irish
aea5894f11
Enterprise version detection fix ( #4547 )
...
* fix version service parsing of .hsm in a version string
* remove race condition where the replication menu would show the enterprise upsell in an enterprise binary
* fix styling and layout of replication status menu
* move version check to beforeModel
2018-05-10 16:44:17 -05:00
Becca Petrin
910925457f
Move LDAP client and config code to helper ( #4532 )
2018-05-10 14:12:42 -07:00
Matthew Irish
2f8441f17b
install JS assets on Travis and run ember tests ( #4544 )
2018-05-10 15:59:15 -05:00
Seth Vargo
a4fa046730
Update GCP secrets to be example-driven ( #4539 )
...
👍
2018-05-10 16:58:22 -04:00
Tyler Marshall
407550bd89
Fix minor spelling mistake ( #4548 )
2018-05-10 13:42:01 -07:00
Becca Petrin
e4656c1264
Shorten code by using ParseAddrs ( #4546 )
2018-05-10 13:21:55 -07:00