9692 Commits

Author SHA1 Message Date
Brian Kassouf
e81948d614
Update downloads.html.erb 2018-11-13 20:01:17 -08:00
Brian Kassouf
b3a86be6fd
Update variables.tf 2018-11-13 19:59:11 -08:00
Brian Kassouf
799071127c
Update config.rb 2018-11-13 19:58:41 -08:00
Brian Kassouf
05a229f167
changelog++ 2018-11-13 19:56:58 -08:00
Vishal Nayak
0a9a0ba9ae
Recommend IAM auth over EC2 (#5772)
* Recommend IAM auth over EC2

* Update website/source/docs/auth/aws.html.md

Co-Authored-By: vishalnayak <vishalnayak@users.noreply.github.com>

* Update website/source/docs/auth/aws.html.md

Co-Authored-By: vishalnayak <vishalnayak@users.noreply.github.com>

* Update website/source/docs/auth/aws.html.md

Co-Authored-By: vishalnayak <vishalnayak@users.noreply.github.com>
2018-11-13 18:49:25 -05:00
Cole Mujadzic
6d13df8a19 Update intro link in README (#5775) 2018-11-13 16:00:04 -05:00
Vishal Nayak
5f86c5c083
Fix CLI flag name for rekeying (#5774) 2018-11-13 14:27:14 -05:00
vishalnayak
06d650f0a0 Add a comment to retain misspelling 2018-11-13 13:30:42 -05:00
vishalnayak
37e639097b Fix TestPolicy_ParseBadPath 2018-11-13 13:22:56 -05:00
Jeff Mitchell
4ed2cb2dfb Fix more awskms test brokenness 2018-11-13 13:01:40 -05:00
Jeff Mitchell
7be563ac53 Fix test where AWS wasn't being skipped properly 2018-11-13 12:45:30 -05:00
Jim Kalafut
0038a04ee6
Add docs for openapi endpoint (#5766) 2018-11-13 09:39:19 -08:00
Jeff Mitchell
77d6441fe3 Bump Go version in Dockerfile 2018-11-13 11:45:32 -05:00
Jeff Mitchell
0cb4daba49 changelog++ 2018-11-13 11:40:36 -05:00
Vishal Nayak
0603d039e0
Test for issue 5729 (#5750)
* Test for 5729

* Remove unneeded space

Co-Authored-By: vishalnayak <vishalnayak@users.noreply.github.com>
2018-11-13 11:16:10 -05:00
Calvin Leung Huang
fc4ea89089 Let ctx handle matching mount entry (#5765) 2018-11-12 20:02:02 -08:00
Brian Kassouf
8f61c49536
Cut version 1.0.0-beta2 v1.0.0-beta2 2018-11-12 12:33:17 -08:00
Brian Kassouf
89b83086cd release prep 2018-11-12 11:10:47 -08:00
Chris Hoffman
39f7a2d4b0 fix key version tracking (#5757) 2018-11-12 09:52:31 -08:00
madalynrose
963f5a36e2
Update CHANGELOG.md 2018-11-12 11:33:24 -05:00
madalynrose
5fcd87a07f
Add Response Wrapping For Secrets (#5664) 2018-11-12 11:27:06 -05:00
Chris Hoffman
98ea0a393b
Fixing AliCloud KMS seal encryption/decryption (#5756)
* fixing seal encryption/decryption

* Address feedback.

Co-Authored-By: chrishoffman <christopher.hoffman@gmail.com>
2018-11-12 10:57:02 -05:00
Jeff Mitchell
1ec2aba180
Add note about seal migration not being supported for secondaries currently (#5762) 2018-11-12 09:41:05 -05:00
Noelle Daley
f967fb8db8
Merge pull request #5742 from hashicorp/ui/add-disable-button-secret-engine
ui/add disable secret engine button
2018-11-09 15:30:55 -08:00
Noelle Daley
a08996004b remove quotes from button disabled 2018-11-09 14:52:07 -08:00
Noelle Daley
7e0837ef63 add disable secrets engine button 2018-11-09 14:52:06 -08:00
Becca Petrin
7a4cfe8b4a
AWS auto-unseal acceptance test (#5739) 2018-11-09 14:12:29 -08:00
Matthew Irish
95983c4540
UI json edit test (#5705)
* add new codemirror helpers

* adding json helpers to the secret pages

* mark the edit button / link as the edit element instead of the json toggle

* add acceptance tests for JSON editing
2018-11-09 14:00:53 -06:00
Jeff Escalante
72ac6fa606 Add redirect for /intro/index.html, remove old unused redirects file (#5728)
* add redirect for /intro/index.html, remove old unused redirects file

* adjust redirect link
2018-11-09 13:12:11 -05:00
Jeff Escalante
a160c168a4 update website readme with instructions for updating navigation (#5748) 2018-11-09 13:11:46 -05:00
Jim Kalafut
95841a1c6a
Fix sidebar order (#5744) 2018-11-09 09:46:28 -08:00
Noelle Daley
25e354ecea
Merge pull request #5741 from hashicorp/ui/specify-node-version
specify node version
2018-11-09 09:24:13 -08:00
Noelle Daley
2cae933500
Merge branch 'master' into ui/specify-node-version 2018-11-09 08:56:43 -08:00
Jeff Mitchell
b041e137aa changelog++ 2018-11-09 10:48:26 -05:00
Sander van Harmelen
76bc4216a4 Use a pooled HTTP client for the Vault CLI (#5734)
As the CLI client is initialized with a specific Vault address, is makes
sense to use the pooled HTTP client here. This will prevent setting up
new TCP sessions for each API call that the client needs to make.
2018-11-09 10:46:57 -05:00
Jeff Mitchell
7ddbb5065e Update forwarded-for docs to indicate it supports cidrs, not just single hosts 2018-11-09 10:28:00 -05:00
Noelle Daley
59b9476314 specify node version 2018-11-08 15:49:39 -08:00
Calvin Leung Huang
54b0ee9d96
Use inclusive range on cert role diff comparison (#5737) 2018-11-08 12:15:12 -08:00
Jeff Escalante
5a1a628497 update dependencies, including content hyphenation fix (#5736) 2018-11-08 10:44:06 -08:00
vishalnayak
1acec98b2f changelog++ 2018-11-08 13:07:19 -05:00
Jeff Mitchell
086c4199e1 Fix two problems with entity alias updating (#5733)
Fix two problems with entity alias updating
2018-11-08 13:04:24 -05:00
Jeff Mitchell
4f0448c06a changelog++ 2018-11-07 23:50:20 -05:00
Vishal Nayak
4b2c7091f8 Fix panic when storage value is nil (#5724)
* Fix panic when storage value is nil

* Ensure the value is at least of expected length

* Format correction

* Address review feedback
2018-11-07 14:10:08 -08:00
Jeff Mitchell
f5ea1f87de fmt 2018-11-07 16:52:01 -05:00
Jeff Mitchell
531b835f36
Fix some remount logic within namespaces (#5722) 2018-11-07 14:56:24 -05:00
madalynrose
7a9fce7ec9
Update CHANGELOG.md 2018-11-07 14:39:14 -05:00
madalynrose
c6b497a6f6
Add new token_type filed to auth method mount-config (#5723) 2018-11-07 14:34:33 -05:00
Brian Kassouf
e7f1629df2
Break plugins back out into two path functions (#5721) 2018-11-07 09:38:48 -08:00
Jeff Mitchell
31ddb809c8 Explicitly state that secrets move doesn't work across namespaces 2018-11-07 11:07:19 -05:00
Seth Vargo
35cfea8363 Add missing link to API docs (#5719) 2018-11-07 07:04:16 -08:00