Jeff Mitchell
5611b7136d
Add missing serial_number parameter from pki docs
2019-03-23 12:14:32 -04:00
Laura Gjerman-Uva
482688aafe
update AWS Auth API docs to show that role_id is the default for ec2_alias and iam_alias (auth/aws/config/identity endpoint) ( #6460 )
2019-03-22 15:09:54 -05:00
Jeff Mitchell
d096f62d8d
Remove response code info from non-overview API docs as it can be misinterpreted and is always the same anyways ( #6459 )
2019-03-22 11:15:37 -05:00
Alex Sherwin
fb17862936
Fixed grammatical issue in Auth Methods overview ( #6456 )
2019-03-22 10:36:14 -05:00
Kedar Kale
b390fccd00
Update mssql_test.go
...
added a new line at the end of the code
2019-03-22 12:34:49 +05:30
Kedar Kale
1bb3861210
Update mssql_test.go
...
updated the test case, schema is now written in double quotes
2019-03-22 12:30:44 +05:30
Jeff Mitchell
7542d1fbe9
Minor updates to JWT docs
2019-03-22 01:15:59 -04:00
Alex Sherwin
9e7574d898
Fixing grammar in behavioral overview ( #6451 )
2019-03-21 20:49:52 -07:00
stuio
66ef59957a
minor improvements to unseal inline docs ( #6449 )
2019-03-21 05:57:46 -07:00
Jeff Mitchell
9ece4330a9
Bump plugins now that they don't need Sermo
2019-03-20 17:50:06 -04:00
Jeff Mitchell
208c76d345
Migrate from SermoDigital go Square JOSE ( #6445 )
2019-03-20 14:54:03 -04:00
Daniel Santos
703ac08a88
Fix misleading Agent Auth Overview doc page ( #6443 )
...
* Fix misleading Agent Auth Overview doc page
The example configuration in the Vault Agent Overview page is using wrong syntax
The configuration block is `cache` but doc is referencing it as `caching`
* Update website/source/docs/agent/index.html.md
Co-Authored-By: danlsgiga <danlsgiga@gmail.com>
2019-03-20 12:42:31 -04:00
Austin Green
7ffe7fd370
Correct variables in "got %v expect %v" errors ( #6437 )
2019-03-19 09:34:13 -07:00
T.K
4bcf0ec963
changed misspelled english words ( #6432 )
2019-03-19 09:32:45 -04:00
Jim Kalafut
b69038248f
Remove beta docs ( #6431 )
2019-03-18 16:38:54 -07:00
Becca Petrin
da7bc7d799
Merge pull request #6430 from hashicorp/docs-agent-caching
...
Minor grammar edits
2019-03-18 16:06:58 -07:00
Brian Shumate
e3b68c9a3a
Minor grammar edits
2019-03-18 16:07:10 -04:00
Jeff Mitchell
36aa8c8dd1
Cut version 1.1.0
v1.1.0
2019-03-18 15:31:02 -04:00
Jeff Mitchell
1508219393
changelog++
2019-03-18 15:30:05 -04:00
Brian Kassouf
afad4a9f59
changelog++
2019-03-18 12:27:01 -07:00
Jeff Mitchell
74ba4f72aa
Prep for release
2019-03-18 15:16:30 -04:00
Brian Kassouf
0e38459564
Update kv plugin
2019-03-18 11:14:41 -07:00
Brian Kassouf
d8038ea16d
Fix a locking issue in the Rollback manager ( #6426 )
...
* Fix a locking issue in the Rollback manager
* Update rollback.go
* Update rollback.go
* move state creation
* Update vault/rollback.go
Co-Authored-By: briankassouf <briankassouf@users.noreply.github.com>
* Simplify logic by canceling the lock grab
* Use context instead of a chan
* Update vault/rollback.go
2019-03-18 11:12:48 -07:00
ncabatoff
3e109d250b
changelog++
2019-03-18 13:44:38 -04:00
Jeff Mitchell
86c5e729bf
Whitespacing
2019-03-18 13:42:51 -04:00
Jeff Mitchell
88741e9956
Sync over
2019-03-18 09:33:01 -04:00
Jeff Mitchell
449c68bd63
Fmt
2019-03-18 09:28:20 -04:00
ncabatoff
50e4ece087
Remove BoundCIDRs from the list of fields exported to Sentinel. Add explicit handling of fields we do want to export to SentinelGet so that we can wrap token on the ent side. ( #6424 )
2019-03-15 18:25:37 -04:00
Calvin Leung Huang
a169d3da65
add short sleep between revocation and lookup ( #6425 )
2019-03-15 18:24:53 -04:00
Brian Kassouf
c38a7af05d
update kv plugin
2019-03-15 12:49:31 -07:00
Nick Cabatoff
c83564b57f
changelog++
2019-03-15 15:11:35 -04:00
Brian Kassouf
c463ded497
Upgrade kv plugin
2019-03-15 12:06:17 -07:00
ncabatoff
351327867f
Move listener config from 'cache' block to top-level 'listener' blocks. Allow cache without auto-auth. ( #6421 )
...
* Since we want to use the Agent listener for #6384 , move listener config
from top-level 'cache' block to new top-level 'listeners' block.
* Make agent config allow cache and listener blocks without auto-auth
configured.
2019-03-15 14:58:53 -04:00
Calvin Leung Huang
0ef516922b
changelog++
2019-03-15 11:58:15 -07:00
Jim Kalafut
2759a75020
changelog++
2019-03-15 10:57:46 -07:00
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