Becca Petrin
339cfcaaf8
merge master
2019-04-01 13:52:44 -07:00
Jeff Mitchell
f8db986144
Update plugins
2019-04-01 16:31:15 -04:00
Jeff Mitchell
922927fd42
changelog++
2019-04-01 16:28:29 -04:00
Alessandro De Blasis
c96362d466
agent: allow AppRole Auto-Auth when bind_secret_id = false ( #6324 )
...
* agent: allow AppRole Auto-Auth when bind_secret_id = false
2019-04-01 16:27:54 -04:00
Jeff Mitchell
74ed0bd97c
changelog++
2019-04-01 16:27:16 -04:00
ncabatoff
d8043c544f
Add support in Agent for running cache+auto_auth without any sinks ( #6468 )
...
* Add support in Agent for running cache+auto_auth without any sinks
configured.
* Add missing fixture.
2019-04-01 16:26:41 -04:00
Jeff Mitchell
cedd35bf7d
changelog++
2019-04-01 16:09:48 -04:00
Matt Greenfield
080d4652f0
Fix uri_sans param being ignored when use_csr_values=false ( #6505 )
2019-04-01 16:08:22 -04:00
Jim Kalafut
30e48141bb
changelog++
2019-04-01 13:05:36 -07:00
Daniel Andrei Mincă
e8f14b6554
grammar fix and space stripping ( #6507 )
...
- remove the 'a' and comma from 'When using a Auto Unseal, there are...'
because everything needs to be in a single sentence
- strip extra spaces after end of propositions (there were 2 spaces
instead of normally 1)
Resolves:
Related:
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
2019-04-01 08:23:46 -04:00
Joshua Ogle
0a9b503f67
Merge pull request #6502 from hashicorp/ui-mobile-fixup
...
UI: Mobile style fixes
2019-03-29 15:52:46 -06:00
Joshua Ogle
da50720f24
Merge branch 'master' into ui-mobile-fixup
2019-03-29 15:18:38 -06:00
Joshua Ogle
e25287ce54
Fix User menu links on mobile
2019-03-29 13:50:19 -06:00
Josh Freda
84d2ae1b8d
Merge pull request #6497 from hashicorp/jfreda/remove-disable-dev-shm-usage-flag
...
Remove --disable-dev-shm-usage flag in CI
2019-03-29 10:59:35 -05:00
Josh Freda
8bf2d9cfca
Merge branch 'master' into jfreda/remove-disable-dev-shm-usage-flag
2019-03-29 10:22:56 -05:00
Naoki Ainoya
f5345bc711
use option.WithCredentialsFile() instead of deprecated method ( #6500 )
2019-03-29 10:58:26 -04:00
Josh Freda
110f4ca4af
Remove --disable-dev-shm-usage flag in CI
2019-03-28 17:44:33 -05:00
Joshua Ogle
5df7d63f7d
Hide footer links on mobile
2019-03-28 16:15:48 -06:00
Jim Kalafut
0407d9c7f9
changelog++
2019-03-28 14:48:08 -07:00
Matthew Irish
d4562ec222
changelog++
2019-03-28 16:42:33 -05:00
Jim Kalafut
265e61b993
Add OpenAPI support for query parameters ( #6490 )
...
Also, fix handling of required properties in request body.
2019-03-28 14:40:56 -07:00
Matthew Irish
d14a2d326d
add support for authenticating with RADIUS ( #6488 )
2019-03-28 16:40:22 -05:00
Matthew Irish
bd209a77ba
fix enterprise routing assertion ( #6495 )
2019-03-28 16:09:35 -05:00
Matias Ozdy
63705661b4
Add missing = in dynamodb_table tf ( #6493 )
2019-03-28 08:24:56 -07:00
Jim Kalafut
bc48dd1cc8
Update OIDC docs ( #6485 )
2019-03-27 11:47:05 -07:00
Thomas Kula
5a3937f9c1
Small typo fix to transit.html.md ( #6482 )
2019-03-26 17:32:26 -05:00
nathan r. hruby
5ea4cc989d
Merge pull request #6480 from hashicorp/nrh/fix-vet
...
fix vet usage for newer go
2019-03-26 14:23:31 -07:00
nathan r. hruby
b8cd0a6cf9
fix vet usage for newer go
2019-03-26 13:35:37 -07:00
ncabatoff
5579e3cea5
Document sentinel namespace "token.namespace". ( #6429 )
2019-03-26 12:22:49 -07:00
Brian Kassouf
f50ff52a8b
Add metrics to seal methods ( #6478 )
2019-03-26 10:32:19 -07:00
Matthew Irish
5a19feb848
changelog++
2019-03-26 11:25:58 -05:00
Matthew Irish
2902df1c5f
always show secrets tab in the main nav ( #6477 )
...
* always show secrets tab in the main nav
* remove secrets key from permissions service
2019-03-26 11:24:29 -05:00
Matthew Irish
9f12526724
changelog++
2019-03-26 11:21:42 -05:00
Matthew Irish
437749d4eb
recompute has-permissions helper when permissions service attributes change ( #6473 )
2019-03-26 11:20:09 -05:00
Jim Kalafut
6e9faa74cd
Fix OpenAPI cleanResponse and test ( #6454 )
...
Add missing Headers field, along with a test to detect changes.
The custom decoder test should be ensuring only that the resulting
OpenAPI JSON outputs are equal. Updating the go-test deep library
reveals the error.
2019-03-26 11:08:56 -05:00
Matthew Irish
dfdd8d2e22
changelog++
2019-03-26 10:15:57 -05:00
Matthew Irish
1ac6046a55
use proto() not prototype ( #6474 )
2019-03-26 10:13:09 -05:00
Jeff Mitchell
f879599811
Update dep script
2019-03-25 20:38:08 -04:00
Calvin Leung Huang
c7a38cdd23
set configSeal.Type to the type specified via the env var if provided ( #6453 )
2019-03-25 16:52:20 -07:00
Jeff Mitchell
1182f31228
Correct migration case to Shamir where it's not explicit ( #6458 )
...
If you were migrating to Shamir but didn't specify a Shamir block
migration would fail. Being explicit is nice but it's also not really
obvious since you don't need the block normally.
2019-03-25 16:50:58 -07:00
ncabatoff
9670ec28b1
api.NewClient() now uses $VAULT_NAMESPACE as an input. ( #6470 )
...
* api.NewClient() now uses $VAULT_NAMESPACE as an input.
* Remove bogus comments.
2019-03-25 13:23:59 -05:00
Jeff Mitchell
775f547e4e
Sync over
2019-03-25 14:18:43 -04:00
Ryan Canty
b72e3b8de1
Fixed typo in GCP auth docs ( #6461 )
...
* Fixed typo in GCP auth docs
2019-03-25 14:12:09 -04:00
Becca Petrin
b3655627c4
fix typo ( #6469 )
2019-03-25 10:56:04 -07:00
Jim Kalafut
009fa70cab
Add UI asset file checks to Makefile ( #6428 )
2019-03-25 12:07:14 -05:00
Jeff Mitchell
1a191d80ff
Update text around seal migration in 1.1
2019-03-25 12:44:22 -04:00
Jeff Mitchell
0a78c00c9f
Sync over
2019-03-25 12:43:16 -04:00
Jeff Mitchell
eff4896bcf
Remove unneeded build flag
2019-03-25 11:26:11 -04:00
Jim Kalafut
ac9885053e
Fix sidebar order ( #6464 )
2019-03-23 17:00:44 -05:00
Sean Malloy
29f3e0ed62
Add Docs For Prometheus Metrics ( #6434 )
...
Prometheus metrics were added as part of the Vault v1.1.0 release in PR #5308 .
But no documentation was created. Adds the telemetry configuration docs and
the API docs.
2019-03-23 16:53:43 -05:00