ncabatoff
ad28263b69
Allow plugins to submit audit requests/responses via extended SystemView ( #6777 )
...
Move audit.LogInput to sdk/logical. Allow the Data values in audited
logical.Request and Response to implement OptMarshaler, in which case
we delegate hashing/serializing responsibility to them. Add new
ClientCertificateSerialNumber audit request field.
SystemView can now be cast to ExtendedSystemView to expose the Auditor
interface, which allows submitting requests and responses to the audit
broker.
2019-05-22 18:52:53 -04:00
Matthew Irish
f34427c523
changelog++
2019-05-22 16:09:02 -05:00
Matthew Irish
23946d75a7
web-cli quote parsing ( #6755 )
...
* upgrade yargs-parser for better quote handling
* remove encoding pre&post parse, and remove wrapping quotes when pushing to data array
* add test for spaces and strings
* base64 encode policy strings in tests where we're using them with string interpolation
* improve regex to only remove wrapping single and double quotes
* don't support quotes in paths in the web cli
2019-05-22 16:07:42 -05:00
Calvin Leung Huang
39cf729114
changelog++
2019-05-22 10:21:22 -07:00
Calvin Leung Huang
18d769ae96
changelog++
2019-05-22 09:25:42 -07:00
Calvin Leung Huang
679f7415ea
agent/caching: support proxying request query parameters ( #6772 )
...
* agent/caching: support proxying request query parameters
* update comment
* rejig other agent log messages to output method followed by path
2019-05-22 09:21:47 -07:00
Josh Freda
4a75183b90
Move no_output_timeout to the correct spot ( #6773 )
2019-05-22 10:09:24 -05:00
Matthew Irish
5c4b828d75
changelog++
2019-05-22 09:53:32 -05:00
Matthew Irish
663e344f87
Change tab completion in the UI to prefer common prefix ( #6759 )
...
* add common-prefix util and use it in the list controller
* add test
* browser js for in-repo dirs
* address PR feedback
2019-05-22 09:28:34 -05:00
Antonio M. Amaya Calvo
c1363c716a
Build: Respect the CGO_ENABLED environment variable ( #6766 )
2019-05-22 07:17:55 -05:00
Josh Freda
a3f729f015
Increase no_output_timeout for test-go job to 20 minutes ( #6770 )
2019-05-21 17:06:03 -05:00
Joshua Ogle
5c5a33f6df
UI: Add Toolbar to Storybook ( #6761 )
...
* Add Toolbar stories
* Update ConfirmAction story
2019-05-20 18:10:42 -06:00
Jim Kalafut
8a0d423ed8
Fix gofmt ( #6764 )
2019-05-20 15:15:05 -07:00
Matthew Irish
0461cda6df
don't use fit-content, ff doesn't love it ( #6763 )
2019-05-20 16:00:36 -05:00
Matthew Irish
20a9cd7a1e
UI - add wormhole div for ember-basic-dropdown ( #6760 )
...
* add wormhole div for ember-basic-dropdown
* add content to the PopupMenu story
2019-05-20 14:19:50 -05:00
Lexman
cef2339959
removes a duplicated test case in server_test ( #6740 )
2019-05-20 09:54:41 -04:00
Matthew Irish
779bd7cdb5
changelog++
2019-05-17 13:56:34 -05:00
Joshua Ogle
7eff7b51aa
UI: Confirm Action as a popover
...
* Refactors ConfirmAction implementation as a popover
* Improves copy surrounding consequences of destructive actions
* Moves 'Delete' buttons to Toolbar
2019-05-17 11:29:21 -06:00
Matthew Irish
353a2bdb58
UI icon - add size ( #6736 )
...
* add size prop to icon component
* use size instead of css classes to adjust Icons
* add knobs for icon stories
2019-05-16 14:49:38 -05:00
Clint
e80fa396d2
Add Priority Queue library to sdk ( #6664 )
...
* Add priority queue to sdk
* fix issue of storing pointers and now copy
* update to use copy structure
* Remove file, put Item struct def. into other file
* add link
* clean up docs
* refactor internal data structure to hide heap method implementations. Other cleanup after feedback
* rename PushItem and PopItem to just Push/Pop, after encapsulating the heap methods
* updates after feedback
* refactoring/renaming
* guard against pushing a nil item
* minor updates after feedback
* Add read lock to the Len() method and move the interface check into the test file
* fix a deadlock
* make the mutex a RWMutex, and make it private again
* nil check itemRaw before trying to type cast it
2019-05-16 11:15:57 -05:00
Patrick Hayes
6e14a17665
Add spellcheck="false" to form fields ( #6744 )
...
In Safari on OSX, it will replace form values with autocorrected values
unless this field is present
2019-05-16 09:54:11 -05:00
Patrick Hayes
359dbfc092
Maximum typo in Vault UI ( #6743 )
2019-05-16 08:44:34 +02:00
Joel Thompson
4e2ad1e568
docs: Fix Markdown formatting error in AWS Auth ( #6745 )
2019-05-15 21:12:08 -07:00
Jim Kalafut
3b13bfec6f
changelog++
2019-05-15 17:59:03 -07:00
Jim Kalafut
1c507e3367
Update OIDC Provider Setup docs ( #6739 )
2019-05-15 11:57:18 -07:00
Jeff Mitchell
87cb8a032f
Update to use newer sdk
2019-05-15 09:22:48 -04:00
ncabatoff
eb58dd958d
Copy LogInput from audit package, add OptMarshaler interface ( #6735 )
...
Adds Type field and makes Request and Response interface{}.
Add OptMarshaler interface for doing JSON marshaling with options.
2019-05-15 09:05:30 -04:00
Justin Weissig
e57866d558
docs: fixed typo ( #6732 )
...
Fixed typo: follwing/following.
2019-05-15 10:30:18 +02:00
Jim Kalafut
84b6a78945
Fix typo
2019-05-14 22:57:43 -07:00
Jim Kalafut
f975018a4c
changelog++
2019-05-14 15:22:09 -07:00
Josh Freda
c427eabffc
Use Go modules in CircleCI ( #6729 )
2019-05-14 15:27:34 -05:00
Jeff Mitchell
4e83328aaf
Fix recovery key backup path documentation
2019-05-14 10:58:19 -04:00
Jeff Mitchell
c4075fffc0
Vendoring updated grpc
2019-05-13 16:20:10 -04:00
Rich FitzJohn
9b123dd352
Add link to R client on libraries list ( #6722 )
2019-05-13 16:14:49 -04:00
Matthew Irish
0ccc8467ec
UI ember engines ( #6718 )
...
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00
Jeff Mitchell
927b68d7b8
changelog++
2019-05-13 12:48:16 -04:00
Jeff Mitchell
ec3ea45858
Update grpc and protos ( #6725 )
...
gRPC updated to 1.20.1 which fixes a couple of important bugs.
Updates protos as well.
2019-05-13 12:09:30 -04:00
Jeff Mitchell
5178d8a55a
changelog++
2019-05-13 11:51:51 -04:00
Jeff Mitchell
2f7019f5bd
Fix some regressions ( #6723 )
...
Multierror is not nil unless you return ErrorOrNil, so this was causing
non-nil errors to be returned when not expected.
Also we need to ensure we only call handleWALRollback if a function
exists.
2019-05-13 11:04:06 -04:00
Justin Weissig
cf3954f580
docs: fixed typo ( #6721 )
...
Fixed typo: appropiate/appropriate
2019-05-13 07:50:29 -04:00
Clint
3f47f5c089
changelog++
2019-05-10 14:15:18 -05:00
Clint
970840d88c
Update handleRollback to run both PeriodicFunc and handleWALRollback ( #6717 )
2019-05-10 14:11:42 -05:00
Lexman
b2850ac624
http timeout values are configurable ( #6666 )
...
* http timeout fields are configurable
* move return statement for server config tests outside of range loop
* adds documentation for configurable listener http_* values
* fixed some formatting for the docs markdown
2019-05-10 10:41:42 -07:00
ncabatoff
155aa5de9d
changelog++
2019-05-10 13:28:06 -04:00
ncabatoff
64adec23cd
Since the two branches of the UNION produce disjoint sets, do a UNION ALL ( #6546 )
...
This obviates the need for a sort/eliminate duplicates step, giving a performance boost in some key distributions with large datasets.
2019-05-10 13:26:01 -04:00
ncabatoff
1f15cf26eb
changelog++
2019-05-10 13:13:27 -04:00
bjorndolk
e8f10814b6
Added HA backend for postgres based on dynamodb model ( #5731 )
...
Add optional HA support for postgres backend if Postgres version >= 9.5.
2019-05-10 12:48:42 -04:00
Jeff Mitchell
f09ddbc30b
Update mod vendor
...
Closes #6711
2019-05-09 21:14:28 -04:00
Joshua Ogle
db5a9cf201
Merge pull request #6626 from hashicorp/ui-toolbar
...
UI: Add Toolbar
2019-05-09 18:25:18 -06:00
Joshua Ogle
34cd5f4e6f
Merge branch 'master' into ui-toolbar
2019-05-09 18:17:24 -06:00