10305 Commits

Author SHA1 Message Date
Joshua Ogle
4767923a8f Better empty state copy 2018-11-15 16:47:50 -06:00
Joshua Ogle
ab00bc8d96 Replaced more old empty states 2018-11-15 16:47:47 -06:00
Joshua Ogle
f6924209c3 Remove old BlockEmpty component 2018-11-15 16:47:44 -06:00
Joshua Ogle
865d10e3d3 Add Empty State component 2018-11-15 16:47:41 -06:00
Calvin Leung Huang
c6832a8099
Support registering plugin with name only (#5787)
* Support registering plugin with name only

* Make RegisterPlugin backwards compatible

* Add CLI backwards compat command to plugin info and deregister

* Add server-side deprecation warnings if old read/dereg API endpoints are called

* Address feedback
2018-11-15 14:33:11 -08:00
Janosch Maier
7d7ae3d8b8 Fix incorrect parameter name in docs (#5798) 2018-11-15 13:56:12 -08:00
Clint
3f2e2f4c5d
Add read config endpoint docs (#5790)
* Add read config endpoint docs

* fix response code, remove empty fields from sample response
2018-11-15 11:51:06 -06:00
Yoko
cc8d35ac3f
Fixing broken link (#5794) 2018-11-15 09:23:05 -08:00
Jim Kalafut
3744fcc69a
Fix incorrect parameter name in docs (#5793)
Fixes https://github.com/hashicorp/vault-plugin-auth-gcp/issues/56
2018-11-14 17:16:04 -08:00
Vishal Nayak
3c42b15260 Fix sys/auth/path/tune to accept token_type (#5777) 2018-11-14 11:22:08 -08:00
RJ Spiker
0823e431ee website: add js-utils and update components to accommodate (#5751) 2018-11-14 11:13:02 -08:00
Matthew Irish
2858fc13e3
UI husky (#5752)
* add husky and lint-staged as optional deps

* make sure make-driven builds don't install husky, and update the ui/README
2018-11-14 12:57:03 -06:00
Becca Petrin
c17ec383be
Update docs to match running builtins as plugins (#5727) 2018-11-14 09:17:12 -08:00
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