Alessandro De Blasis
14138f66c9
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
80186eced9
changelog++
2019-04-01 16:27:16 -04:00
ncabatoff
0b05c86f8c
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
4efb496729
changelog++
2019-04-01 16:09:48 -04:00
Matt Greenfield
6b337465a7
Fix uri_sans param being ignored when use_csr_values=false ( #6505 )
2019-04-01 16:08:22 -04:00
Jim Kalafut
1358c1a464
changelog++
2019-04-01 13:05:36 -07:00
Joshua Ogle
ba857d27c3
Merge branch 'master' into ui-copy-guidelines
2019-04-01 09:35:06 -06:00
Daniel Andrei Mincă
2afc84765e
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
4635c81ba1
Fix copy for tests
2019-03-31 17:00:14 -06:00
Joshua Ogle
c13acac14f
Consistent capitalization
2019-03-29 18:29:48 -06:00
Joshua Ogle
26db100e01
Merge pull request #6502 from hashicorp/ui-mobile-fixup
...
UI: Mobile style fixes
2019-03-29 15:52:46 -06:00
Joshua Ogle
a5573502dd
Merge branch 'master' into ui-mobile-fixup
2019-03-29 15:18:38 -06:00
Joshua Ogle
796e2e21cc
Fix User menu links on mobile
2019-03-29 13:50:19 -06:00
Josh Freda
872b884003
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
fe86b68756
Merge branch 'master' into jfreda/remove-disable-dev-shm-usage-flag
2019-03-29 10:22:56 -05:00
Naoki Ainoya
c031254756
use option.WithCredentialsFile() instead of deprecated method ( #6500 )
2019-03-29 10:58:26 -04:00
Josh Freda
6f1017066a
Remove --disable-dev-shm-usage flag in CI
2019-03-28 17:44:33 -05:00
Joshua Ogle
9f23b1de38
Hide footer links on mobile
2019-03-28 16:15:48 -06:00
Jim Kalafut
03e29d3068
changelog++
2019-03-28 14:48:08 -07:00
Matthew Irish
eb531542cd
changelog++
2019-03-28 16:42:33 -05:00
Jim Kalafut
c1e75dac6d
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
3c917a96b0
add support for authenticating with RADIUS ( #6488 )
2019-03-28 16:40:22 -05:00
Matthew Irish
0e759be3be
fix enterprise routing assertion ( #6495 )
2019-03-28 16:09:35 -05:00
Matias Ozdy
3b0bb64c2a
Add missing = in dynamodb_table tf ( #6493 )
2019-03-28 08:24:56 -07:00
Jim Kalafut
225676ae98
Update OIDC docs ( #6485 )
2019-03-27 11:47:05 -07:00
Thomas Kula
061c390009
Small typo fix to transit.html.md ( #6482 )
2019-03-26 17:32:26 -05:00
nathan r. hruby
f096391e4b
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
ccff8c3e0a
fix vet usage for newer go
2019-03-26 13:35:37 -07:00
ncabatoff
c4f1f157f2
Document sentinel namespace "token.namespace". ( #6429 )
2019-03-26 12:22:49 -07:00
Brian Kassouf
ccd7e95700
Add metrics to seal methods ( #6478 )
2019-03-26 10:32:19 -07:00
Matthew Irish
4fa7e02685
changelog++
2019-03-26 11:25:58 -05:00
Matthew Irish
9ba0372621
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
c232d3f663
changelog++
2019-03-26 11:21:42 -05:00
Matthew Irish
43f06e0a8b
recompute has-permissions helper when permissions service attributes change ( #6473 )
2019-03-26 11:20:09 -05:00
Jim Kalafut
579327dece
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
0a6a00b6a6
changelog++
2019-03-26 10:15:57 -05:00
Matthew Irish
81425f1511
use proto() not prototype ( #6474 )
2019-03-26 10:13:09 -05:00
Jeff Mitchell
4daf77258a
Update dep script
2019-03-25 20:38:08 -04:00
Calvin Leung Huang
93e1cd07b0
set configSeal.Type to the type specified via the env var if provided ( #6453 )
2019-03-25 16:52:20 -07:00
Jeff Mitchell
1944263af7
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
13f8298a30
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
54385e9a93
Sync over
2019-03-25 14:18:43 -04:00
Ryan Canty
92047cf149
Fixed typo in GCP auth docs ( #6461 )
...
* Fixed typo in GCP auth docs
2019-03-25 14:12:09 -04:00
Becca Petrin
389eedb598
fix typo ( #6469 )
2019-03-25 10:56:04 -07:00
Jim Kalafut
01a6c5c976
Add UI asset file checks to Makefile ( #6428 )
2019-03-25 12:07:14 -05:00
Jeff Mitchell
6da6250754
Update text around seal migration in 1.1
2019-03-25 12:44:22 -04:00
Jeff Mitchell
416d29761f
Sync over
2019-03-25 12:43:16 -04:00
Jeff Mitchell
bdd2ba8c66
Remove unneeded build flag
2019-03-25 11:26:11 -04:00
Jim Kalafut
f7d4f461b8
Fix sidebar order ( #6464 )
2019-03-23 17:00:44 -05:00
Sean Malloy
ffd437aa60
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