Nick Cabatoff
4350723ebe
changelog++
2019-03-15 13:44:56 -04:00
Brian Kassouf
51f2a8541d
Update plugins
2019-03-15 10:19:26 -07:00
ncabatoff
e6cadbf7b1
Fix windows build by moving references to SIGUSR2 into a file not built ( #6422 )
...
on windows.
2019-03-15 10:12:48 -07:00
Michel Vocks
9fb7285030
Docs: Update Agent overview page ( #6420 )
...
* Updated agent docs
* Updated overview agent page
* Updated complete links to short links
2019-03-15 12:33:31 -04:00
ncabatoff
ccfeef6688
Receiving a SIGUSR2 makes Vault log the running goroutines' stacks. ( #6240 )
...
* Receiving a SIGUSR2 makes Vault log the running goroutines' stacks.
2019-03-15 09:27:53 -04:00
Michel Vocks
61299b0502
Added upstream changes from enterprise to OSS ( #6419 )
2019-03-15 14:25:05 +01:00
Jim Kalafut
23139ab924
Update JWT plugin ( #6415 )
2019-03-14 14:18:09 -07:00
Matthew Irish
96f7ccd71e
UI - add description as helpText, and add sensitive from x-vault-displaySensitive ( #6411 )
...
* add description from openAPI as helpText in the models, and add sensitive from x-vault-displaySensitive
* use TypeDurationSecond for TTLs on the GitHub auth method config
* remove empty vals in a loop and add tests
* hold off on changing GH config
* remove isEmpty import
* fix defaultValue
2019-03-14 16:12:13 -05:00
Calvin Leung Huang
f5dbe1933a
changelog++
2019-03-14 14:04:03 -07:00
Matthew Irish
3bd53150c9
UI - jwt auth config model ( #6410 )
...
* have jwt auth config generated from OpenAPI response
* support for viewing and enabling an 'oidc' auth type
* finish oidc config and clean up auth config form
2019-03-14 16:01:56 -05:00
Jim Kalafut
8de190f31d
Fix improperly formatted help output strings ( #6414 )
2019-03-14 13:57:28 -07:00
Iskander (Alex) Sharipov
dcfdb3d5d5
all: fix no-op append calls ( #6360 )
...
Append call in form of `append(s)` has no effect,
it just returns `s`. Sometimes such invocation is a sign
of a programming error, so it's better to remove these.
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
2019-03-14 13:40:30 -07:00
Philipp Bandow
6d19de044a
ssh on windows: fix file handling problem ( #6359 )
2019-03-14 13:39:34 -07:00
Andrej van der Zee
8e6c0ac473
Cassandra plugin: Support for datacenter aware deployments ( #6127 )
...
* Added option 'local_datacenter' to Casssandra database plugin for DC aware Casssandra deployments.
* Fixed spelling errors in Cassandra database plugin.
* Added website documentation.
* Added local_datacenter to Cassanra database plugin.
* Reverted datacenter-aware change in deprecated Cassandra builtin secret engine.
2019-03-14 13:37:28 -07:00
Jim Kalafut
1e344558b5
changelog++
2019-03-14 12:45:54 -07:00
Matthew Irish
0acbfb5031
UI - fetch role for oidc auth when rendering the default form ( #6399 )
...
* fetch jwt role on render for default paths
* fix tests to expect fetching role on render at default paths
* update label for JWT auth method
* fix tests
2019-03-14 14:26:09 -05:00
Vishal Nayak
3c7c593bca
Agent: Listener refactoring and socket file system permissions ( #6397 )
...
* Listener refactoring and file system permissions
* added listenerutil and move some common code there
* Added test for verifying socket file permissions
* Change default port of agent to 8200
* address review feedback
* Address review feedback
* Read socket options from listener config
2019-03-14 11:53:14 -07:00
Calvin Leung Huang
c695f93852
sys: do not show filtered mounts on internal/ui/mounts ( #6412 )
2019-03-14 11:43:44 -07:00
Jeff Mitchell
d946ceb4fb
Fix table
2019-03-14 12:24:11 -04:00
Jeff Mitchell
daa1905662
Add namespace properties to Sentinel docs
2019-03-14 12:22:02 -04:00
Matthew Bamber
cd0c36f6d6
Fix SSH zero address OTP delete ( #6390 )
...
* Fix SSH zero address OTP delete
Fixed bug where SSH OTP roles could not be deleted if a zero-address role
previously existed, and there currently exist no zero-address roles.
Fixes #6382
* Eliminate zeroAddressRoles remove function
2019-03-14 08:56:40 -07:00
Juan Fontes
4c243a5987
Update aws docs ( #6408 )
2019-03-13 17:31:22 -07:00
Noelle Daley
eb4d799463
add AlertPopup ( #6402 )
...
* add AlertPopup
* use curlies
Co-Authored-By: noelledaley <noelledaley@users.noreply.github.com>
2019-03-13 14:52:09 -07:00
Martin
7a1db4e6a6
Fix inverted description for ldap/users$ and ldap/groups$ endpoints ( #6406 )
2019-03-13 11:02:45 -07:00
Michel Vocks
c85198a563
Added warning for auto unseal init command ( #6398 )
...
* Added warning when init command uses auto unseal and -key-shares and -key-threshold was set
* Reworked
* Update command/operator_init.go
Co-Authored-By: michelvocks <michelvocks@gmail.com>
2019-03-13 18:06:39 +01:00
Matthew Irish
092e3bfb7e
changelog++
2019-03-13 09:45:26 -05:00
Matthew Irish
6e73c7e602
UI: fix bug where users couldn't nav back to unwrapped data ( #6404 )
...
* fix bug where users couldn't nav back to unwrapped data
* don't autocomplete wrapped token input on unwrap page
2019-03-13 09:43:57 -05:00
Richard Flosi
a1ebacc3fe
Update hashi-consent-manager to v1.0.8 ( #6401 )
2019-03-12 18:29:37 -07:00
Calvin Leung Huang
09b08c330e
changelog++
2019-03-12 13:29:00 -07:00
Calvin Leung Huang
d2adf2813f
changelog++
2019-03-12 13:28:07 -07:00
Calvin Leung Huang
27c655ef67
agent/caching: add X-Cache and Age headers ( #6394 )
...
* agent/caching: add X-Cache and Age headers, update Date header on cached resp
* Update command/agent/cache/lease_cache.go
Co-Authored-By: calvn <cleung2010@gmail.com>
* Update command/agent/cache/proxy.go
Co-Authored-By: calvn <cleung2010@gmail.com>
2019-03-12 13:21:02 -07:00
Jeff Mitchell
07f3e7961b
changelog++
2019-03-12 11:08:09 -04:00
Jeff Mitchell
8b9c1e21a4
ToUpper base32 values for TOTP key ingress ( #6400 )
...
Fixes #6396
2019-03-12 11:07:03 -04:00
Jeff Mitchell
a94a4b8140
Add a bit on testing upgrades in advance
2019-03-09 11:57:51 -05:00
Matthew Irish
fc64a47750
add apt-get flags ( #6389 )
2019-03-09 02:58:18 -05:00
Calvin Leung Huang
30a6d9f1c0
testing: allow logger and audit backends to be set in TestCoreWithSealAndUI ( #6388 )
2019-03-08 13:46:24 -08:00
Jeff Mitchell
56ea9df7b1
Add response warnings to audit logs ( #6386 )
2019-03-08 13:42:14 -08:00
Jeff Mitchell
57aab50175
Update login command docs
2019-03-08 15:37:38 -05:00
Jeff Mitchell
528604359c
Stop some curl whining ( #6385 )
...
GET is inferred, so make curl whine less by not printing it
2019-03-08 14:14:50 -05:00
Jeff Escalante
43b28b075b
correct quotes in docs layout ( #6368 )
2019-03-07 17:00:24 -08:00
Calvin Leung Huang
37bb1c471b
changelog++
2019-03-07 16:00:14 -08:00
Calvin Leung Huang
f72078f237
agent/caching: use locks on LeaseCache.Send ( #6374 )
...
* agent/caching: use locks on LeaseCache.Send to prevent running multiple renewer goroutines
* update comment
2019-03-07 15:50:12 -08:00
Yoko
3e12bc1dec
policy capabilities: write --> update ( #6373 )
2019-03-07 16:34:47 -05:00
Jeff Mitchell
92988f36a1
HSM -> Auto Unseal in init help output
2019-03-07 15:10:50 -05:00
Jim Kalafut
0b7a43a446
changelog++
2019-03-07 11:58:22 -08:00
Jim Kalafut
a7531526ab
Fix hanging on empty keys during operator migrate ( #6371 )
2019-03-07 11:48:48 -08:00
Chris Hoffman
0f39031ddc
Fixing transit seal tests ( #6342 )
...
* fixing dockertest to run on travis
* try a repo local directory
* precreate the directory
* strip extraneous comment
* check directory was created
* try to print container logs
* try writing out client logs
* one last try
* Attempt to fix test
* convert to insecure tls
* strip test-temp
2019-03-07 11:23:30 -08:00
Alessandro De Blasis
85de0630e2
docs: pki - adding missing ext_key_usage_oids desc ( #6367 )
...
Adding missing entries
Just copied over the FieldSchema descriptions
2019-03-07 14:07:10 -05:00
Christopher McNabb
d0442dbba5
Use proper pathSeparator for the operating system ( #6347 )
...
* Use proper pathSeparator for the operating system
When running on Windows use the backslash as the path separator, other wise use the forward slash
2019-03-07 09:51:10 -05:00
Eero Niemi
0fffc097b9
Fixed typo ( #6363 )
...
Fixed typo, rolset -> roleset
2019-03-07 09:50:13 -05:00