ncabatoff
35acc3f081
Use a more minimal bootstrap target when running in CI: just what we need to satisfy our job needs. Also remove govendor which we no longer use. ( #8808 )
2020-04-22 15:05:49 -04:00
Jim Kalafut
ad85aa6d13
changelog++
2020-04-21 21:19:42 -07:00
Vishal Nayak
2ff08ee932
Doc: update sys/mounts API response ( #8800 )
2020-04-21 23:57:49 -04:00
Calvin Leung Huang
2a0a08a9d3
changelog++
2020-04-21 15:35:27 -07:00
Calvin Leung Huang
0509985408
http: ensure return after writing response by respondError ( #8796 )
2020-04-21 15:30:36 -07:00
Calvin Leung Huang
b411b93dc3
changelog++
2020-04-21 13:51:12 -07:00
Calvin Leung Huang
2659c34910
raft: check for nil on concrete type in SetupCluster ( #8784 )
...
* raft: check for nil on concrete type in SetupCluster
* raft: move check to its own func
* raft: func cleanup
* raft: disallow disable_clustering = true when raft storage is used
* docs: update disable_clustering to mention new behavior
2020-04-21 13:45:07 -07:00
Jim Kalafut
7c3f1830bb
changelog++
2020-04-21 11:44:26 -07:00
Scott G. Miller
9302d8a52e
changelog++
2020-04-20 13:14:14 -05:00
Scott G. Miller
ea1dc0f24c
Merge branch 'master' of github.com:hashicorp/vault
2020-04-20 13:09:43 -05:00
Scott G. Miller
2db3d59175
changelog++
2020-04-20 13:09:26 -05:00
Chelsea Shaw
ec62bd18fe
Ui/update ttl on secret engines ( #8743 )
2020-04-20 10:17:50 -05:00
Jim Kalafut
053c2b3cf6
Update go.mod to corrected plugin tags ( #8759 )
...
This addresses an issue found in #8696 which was determined to be due to
the Go module proxy having a cached copy of a tag that doesn't match the
official version (due a build prep error weeks ago). All of the repos
got new patch versions, but the content is identical.
2020-04-17 11:50:19 -07:00
Adrienne Cohea
858549450a
Documentation: In Transit, for the Trim Key API endpoint, correct the sample payload. ( #8763 )
2020-04-17 11:20:17 -07:00
Mike Green
e58cce958b
Clarify version that sink mode is in ( #8764 )
...
Clarifying customer experience. Ie, don't try this on 1.2.1
2020-04-17 11:16:21 -07:00
Calvin Leung Huang
1425e43476
changelog++
2020-04-16 17:10:05 -07:00
Calvin Leung Huang
df23b481a6
core: change rawConfig to be atomic.Value ( #8755 )
...
This avoids SetConfig from having to grab a write lock which is called on a SIGHUP, and may block, along with a long-running requests that has a read lock held, any other operation that requires a state lock.
2020-04-16 16:34:46 -07:00
Jim Kalafut
7a0867073c
changelog++
2020-04-16 14:59:59 -07:00
Ryan Canty
49c937ff2c
Added docs for PR in Vault GCP Secrets repo ( #8728 )
2020-04-16 14:57:50 -07:00
Jim Kalafut
b7fc72d5ec
Update go.mod and vendoring ( #8752 )
...
This primarily ports updates made during the 1.4 release to master.
2020-04-16 12:07:07 -07:00
Jim Kalafut
e7e2f7415b
Update the version prelease value ( #8748 )
2020-04-16 10:10:35 -07:00
Brian Kassouf
2e7d682586
Update triton-go package ( #8751 )
2020-04-16 09:57:37 -07:00
Michael Golowka
cfad0ebe16
Clarify key rotation capabilities for Azure auto-unseal ( #8745 )
...
* Clarify key rotation capabilities for Azure auto-unseal
* Fix alignment
Co-authored-by: Vishal Nayak <vishalnayakv@gmail.com>
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2020-04-15 12:52:16 -04:00
Becca Petrin
a3e5d261b5
Add Transform to enterprise OpenAPI doc ( #8746 )
...
* add transform to gen_openapi.sh
* add license
2020-04-15 09:12:12 -07:00
Michael Golowka
9c3e4daa33
Improve error outputs ( #8740 )
...
Makes "ldap operation failed" error messages a little more useful. Also
makes the errors unique so it's easier to debug where an error is coming
from when one occurs.
2020-04-14 14:08:07 -06:00
Mike Jarmy
5ae2f103d8
Enable transit->shamir seal migration in Enterprise ( #8737 )
...
* Enable transit->shamir seal migration in Enterprise
* prove that we can stop the transit cluster after migration is complete
2020-04-14 10:36:46 -04:00
Vishal Nayak
add006d712
changelog++
2020-04-13 22:56:58 -04:00
Vishal Nayak
9909dfb31f
Fix segfault when seal block is removed ( #8517 )
2020-04-13 22:54:21 -04:00
Becca Petrin
8767f17ef4
Add AWS auth info to upgrade guide ( #8731 )
...
* add aws auth info to upgrade guide
* elaborate on who is effected and add more versions
* use partials for repeated doc text
* add new pages to side nav
2020-04-13 14:52:10 -07:00
Becca Petrin
2ce9ada9cb
Retry on transient failures during AWS IAM auth login attempts ( #8727 )
...
* use retryer for failed aws auth attempts
* fixes from testing
2020-04-13 14:28:14 -07:00
Jeff Escalante
ab8f1bfc8a
redirect /index.html to root ( #8723 )
...
* remove 'index.html' from link endings
2020-04-13 14:38:20 -04:00
Jason O'Donnell
584160f2a2
doc: add client tls parameters to openldap ( #8730 )
2020-04-13 13:57:51 -04:00
Becca Petrin
8e1ecefe59
minor docs updates ( #8725 )
2020-04-13 10:03:05 -07:00
Martin Hristov
82c03b6c2c
Fixing a docs typo ( #8729 )
...
Vauld -> Vault
2020-04-13 10:16:52 -06:00
Calvin Leung Huang
ca34b7b3f1
docs: add section on transformations for the transform engine ( #8718 )
...
* docs: add section on transformations for the transform engine
* docs: emphasize on caveat for internal tweak source
2020-04-10 17:00:48 -07:00
Melissa Plunkett
774afb0ee6
Update mongodbatlas.mdx ( #8720 )
...
Users copying and pasting the command are running into issues w/ the newlines so squashing example to one line.
2020-04-09 15:21:09 -07:00
Jim Kalafut
9fecb6ac2f
changelog++
2020-04-09 13:30:33 -07:00
Vishal Nayak
25bcb6395a
changelog++
2020-04-09 14:21:25 -04:00
Vishal Nayak
b93bd39b97
Support unwrapping tokens that does not contain data ( #8714 )
...
* Support unwrapping tokens that does not contain data
* s/token/secret
2020-04-09 14:09:23 -04:00
Jeff Escalante
fbfed414bd
Routing Fixes ( #8703 )
...
* fix a couple of .html extension links
* remove trailing slash config
* fix redirects, broken links, incorrect anchor link formats
2020-04-09 13:56:59 -04:00
Jeffrey Hogan
8f80cd8b9d
Fix "List Template" table path ( #8692 )
2020-04-08 15:58:40 -07:00
Calvin Leung Huang
73adc1741e
changelog++
2020-04-08 13:29:36 -07:00
Calvin Leung Huang
e8cc90e8b6
raft: disallow ha_storage stanza when raft storage is used ( #8707 )
2020-04-08 13:07:42 -07:00
Brian Kassouf
4ec5807cba
changelog++
2020-04-08 11:56:38 -07:00
Mike Jarmy
8645089708
document upgrading to 1.4.0 ( #8704 )
2020-04-08 14:48:46 -04:00
Meggie
f75de0ded5
Remove the warning about raft storage being in beta. ( #8699 )
2020-04-08 12:13:04 -04:00
Chelsea Shaw
f43a3d5e7c
Ui/update lint staged ( #8686 )
...
Update lint-staged dep to ^10.1
2020-04-08 09:38:21 -05:00
Calvin Leung Huang
380250e015
changelog++
2020-04-07 13:44:18 -07:00
Calvin Leung Huang
ba34ae1049
changelog++
2020-04-07 13:22:40 -07:00
Calvin Leung Huang
712f15c0af
test: port test changes to oss ( #8694 )
2020-04-07 11:26:51 -07:00