Becca Petrin
3225a66d34
Return a more helpful error message for unknown db roles ( #6157 )
...
* return a more helpful err msg
* update test, print fmt
* fix other test failure
2019-02-07 11:16:23 -08:00
Eero Niemi
f9cb767d9c
Fixed typo (newtwork -> network) ( #6177 )
2019-02-07 13:06:38 -05:00
Jeff Mitchell
d883af3d30
If the log level isn't set, don't display "(not set)" ( #6183 )
2019-02-07 03:48:50 -05:00
Jeff Mitchell
ea61e8fbec
Remove refresh_interval from kvv1 API docs and CLI docs since kv get doesn't use it
2019-02-06 21:51:08 -05:00
Aidan Daniels-Soles
39893a1e15
Fix wrong file name in service definition ( #6174 )
2019-02-06 15:43:03 -05:00
Jeff Mitchell
7337f1ab75
changelog++
2019-02-05 21:03:03 -05:00
Jeff Mitchell
9ef0680e7f
Fix leader info repopulation ( #6167 )
...
* Two things:
* Change how we populate and clear leader UUID. This fixes a case where
if a standby disconnects from an active node and reconnects, without the
active node restarting, the UUID doesn't change so triggers on a new
active node don't get run.
* Add a bunch of test helpers and minor updates to things.
2019-02-05 21:01:18 -05:00
d
97a73d6bf8
Revert "fixed trailing slash in consul.html.md example"
...
This reverts commit 4310bb58c83285ebd9cfcb302b70d1db432a11e2.
Accidental push to master, my apologies. See PR https://github.com/hashicorp/vault/pull/6175
2019-02-05 17:42:15 -07:00
Dominic Porreco
778e6add49
fixed trailing slash in consul.html.md example
2019-02-05 17:01:39 -07:00
Noelle Daley
d1c48c070c
changelog++
2019-02-05 15:53:31 -08:00
Lexman
c51de76dd1
adds port parameter ( #6145 )
2019-02-05 15:40:00 -08:00
Becca Petrin
421a526e8f
dont automatically accept mssql eula ( #6169 )
2019-02-05 14:11:06 -08:00
Jeff Mitchell
79bf5810f8
changelog++
2019-02-05 16:03:25 -05:00
ncabatoff
50c90fe8c0
Do the rotate-root query without prepared statements, as we do for create/revoke user. Fixes #6116 . ( #6119 )
2019-02-05 16:02:48 -05:00
Jeff Mitchell
5f249d4005
Add allowed_response_headers ( #6115 )
2019-02-05 16:02:15 -05:00
Aidan Daniels-Soles
86f096449b
Replace special hyphen ( #6165 )
2019-02-05 10:48:26 -08:00
Jeff Mitchell
de8d45d9db
Fix test build
2019-02-05 12:26:25 -05:00
Becca Petrin
309e7db6f0
Don't run MSSQL revocations as a transaction ( #6154 )
2019-02-04 09:02:56 -08:00
Brian Shumate
18c8f390f9
Update AppRole API docs ( #6047 )
...
- Use consistent "Create/Update" heading text style
2019-02-04 11:17:16 -05:00
nickwales
e2429522fa
Removed typo ( #6162 )
2019-02-04 11:13:37 -05:00
Matthew Potter
5e374d5cd1
Add libvault to the list of elixir libraries ( #6158 )
2019-02-04 11:12:29 -05:00
Jeff Mitchell
ba4a5c0576
changelog++
2019-02-01 17:15:00 -05:00
Jeff Mitchell
82ee4176e6
Add the ability to print curl commands from CLI ( #6113 )
2019-02-01 17:13:51 -05:00
Jeff Mitchell
17755b8150
Update go-retryablehttp to get bodybytes, and circonus deps as those break without it
2019-02-01 17:13:21 -05:00
Jeff Mitchell
2f9a7c6203
Add more perf standby guards ( #6149 )
2019-02-01 16:56:57 -05:00
Brian Kassouf
aaca35be94
Updates to recovery keys ( #6152 )
2019-02-01 11:29:55 -08:00
Yoko
a9392f9840
Adding a mention for 'kv-v2' as type ( #6151 )
2019-02-01 11:26:08 -08:00
Jeff Mitchell
bbc1d53a5d
Revert "Refactor common token fields and operations into a helper ( #5953 )"
...
This reverts commit 66c226c593bb1cd48cfd8364ac8510cb42b7d67a.
2019-02-01 11:23:40 -05:00
Jeff Mitchell
adccccae69
Update example output for PKI serial -> serial_number
...
Fixes #6146
2019-02-01 10:29:34 -05:00
Jeff Mitchell
b2cc9ebd3a
Remove regenerate-key docs as it no longer exists
2019-02-01 09:29:40 -05:00
Jeff Mitchell
b94c29a8a1
Update go-ldap to fix #6135
2019-01-31 17:07:25 -05:00
Jeff Mitchell
1a6580039c
Add npm to apt-get command
2019-01-31 15:56:04 -05:00
Joel Thompson
33400e6e99
Fix typo in help text ( #6136 )
...
Small typo introduced in #6133
2019-01-31 08:53:54 -08:00
Jeff Mitchell
27c960d8df
Split SubView functionality into logical.StorageView ( #6141 )
...
This lets other parts of Vault that can't depend on the vault package
take advantage of the subview functionality.
This also allows getting rid of BarrierStorage and vault.Entry, two
totally redundant abstractions.
2019-01-31 09:25:18 -05:00
Jim Kalafut
b98cc2e2cf
Add json.Number handling to TypeHeader ( #6134 )
...
Fixes #6131
2019-01-30 15:24:39 -08:00
Jeff Mitchell
85a560abba
Refactor common token fields and operations into a helper ( #5953 )
2019-01-30 16:23:28 -05:00
Jeff Mitchell
3592bfdcb0
changelog++
2019-01-30 16:22:25 -05:00
Jeff Mitchell
d8b0015d71
Add role ID to token metadata and internal data
2019-01-30 16:17:31 -05:00
Jeff Mitchell
47accf8086
Add role_id as an alias name source for AWS and change the defaults
2019-01-30 15:51:45 -05:00
Donald Guy
4363453017
Docs: Azure auth example using metadata service ( #6124 )
...
There are probably better ways to massage this but I think it would be helpful to have something like this included
2019-01-30 12:13:39 -08:00
nathan r. hruby
ef43617efd
Merge pull request #6130 from hashicorp/nrh/website-gems
...
Fix Website Gems
2019-01-30 11:58:49 -07:00
nathan r. hruby
a643664c5b
bump dato and rack to fix website builds
2019-01-30 11:10:49 -07:00
Jim Kalafut
7842e320aa
Add fields to support UI/display uses, along with OpenAPI mappings ( #6082 )
2019-01-29 15:35:37 -08:00
Matthias Bartelmeß
0cb766d4dd
Typo in mongodb engine ( #6125 )
2019-01-29 11:44:45 -08:00
Jeff Mitchell
553fd083d2
Bump Dockerfile Go version
2019-01-29 13:43:29 -05:00
Jeff Mitchell
3bb381720f
Allow devel in go version check and bump to 1.11
2019-01-29 11:27:04 -05:00
Matthew Irish
81f52d3c7f
changelog++
2019-01-29 09:45:54 -06:00
Matthew Irish
b777906fee
add entity lookup to the default policy ( #6105 )
...
* add entity lookup to the default policy
* only use id for lookup
* back in with name
2019-01-29 09:43:59 -06:00
Jeff Mitchell
4b3e611fd6
changelog++
2019-01-29 00:53:01 -05:00
Noelle Daley
0aa0e0fe1d
UI/gate wizard ( #6094 )
...
* check for capabilities when finding matching paths
* disable wizard items that user does not have access to
* make hasPermissions accept an array of capabilities
* refactor features-selection
* fix tests
* implement feedback
2019-01-28 14:49:25 -08:00