Jeff Mitchell
c3a01aa179
Update documentation around default_lease_ttl and max_lease_ttl.
...
Fixes #1004
2016-02-01 09:44:42 -05:00
Jeff Mitchell
600c35f55f
Merge pull request #1002 from hashicorp/remove-grace-periods
...
Remove grace periods
2016-01-31 19:33:36 -05:00
Jeff Mitchell
c60a9cd130
Remove grace periods
2016-01-31 19:33:16 -05:00
Jeff Mitchell
f479150868
Merge pull request #1001 from hashicorp/lease-extend-systemview
...
Merge backend lease-extend changes from staging
2016-01-31 19:25:21 -05:00
Jeff Mitchell
828d5c6cc7
Merge pull request #996 from hashicorp/lease-extend-systemview-backends
...
Update backends to use new LeaseExtend and be more consistent
2016-01-31 19:16:24 -05:00
Jeff Mitchell
45117d0cf4
Merge pull request #993 from hashicorp/lease-extend-systemview
...
Rejig leases
2016-01-31 19:16:12 -05:00
Jeff Mitchell
c067cdc926
Remove app-id renewal for the moment until verification logic is added
2016-01-31 19:12:20 -05:00
Jeff Mitchell
7935e6a767
Add vault-java-drver to libraries
2016-01-29 21:02:54 -05:00
Jeff Mitchell
b20eee0d83
changelog++
2016-01-29 21:01:48 -05:00
Jeff Mitchell
6bdbbf1c65
Fix token backend doc bug
...
Fixes #990
2016-01-29 21:01:08 -05:00
Jeff Mitchell
229973444d
Match leases in the test
2016-01-29 20:45:38 -05:00
Jeff Mitchell
e63bcffa7a
Fix userpass acceptance tests by giving it a system view
2016-01-29 20:14:14 -05:00
Jeff Mitchell
33f3e2727c
Fix building of consul backend test
2016-01-29 20:03:38 -05:00
Jeff Mitchell
2eb08d3bde
Make backends much more consistent:
...
1) Use the new LeaseExtend
2) Use default values controlled by mount tuning/system defaults instead
of a random hard coded value
3) Remove grace periods
2016-01-29 20:03:37 -05:00
Jeff Mitchell
c4c170555a
invert logic to prefer client increment
2016-01-29 20:02:15 -05:00
Jeff Mitchell
a80481792e
Fix up unit tests to expect new values
2016-01-29 19:36:56 -05:00
Jeff Mitchell
8a5bf09c49
Update proposed time
2016-01-29 19:31:37 -05:00
Jeff Mitchell
bde65134e6
Adjust framework unit tests for new LeaseExtend
2016-01-29 19:31:37 -05:00
Jeff Mitchell
0e15ac04c6
Update LeaseExtend
2016-01-29 19:31:37 -05:00
Jeff Mitchell
855985230f
Fix command status test with new return value
2016-01-29 19:31:01 -05:00
Jeff Mitchell
ea2adcce47
Merge pull request #991 from quixoten/speedy_pg_physical
...
Make the PostgreSQL backend more performant
2016-01-29 17:00:57 -05:00
Devin Christensen
9b175bd936
Make the PostgreSQL backend more performant
2016-01-29 13:47:10 -07:00
Jeff Mitchell
9c244789a7
Update transit docs to no longer claim upsert functionality
2016-01-29 14:43:52 -05:00
Jeff Mitchell
84e719dd58
changelog++
2016-01-29 14:43:28 -05:00
Jeff Mitchell
fec6c51197
Merge pull request #979 from hashicorp/transit-locking
...
Implement locking in the transit backend.
2016-01-29 14:40:32 -05:00
Jeff Mitchell
42905b6a73
Update error return strings
2016-01-29 14:40:13 -05:00
Jeff Mitchell
ce44ccf68e
Address final review feedback
2016-01-29 14:33:51 -05:00
Jeff Mitchell
09586dd941
Return 2 for sealed instead of 1 to match the new init -check behavior
2016-01-29 10:55:31 -05:00
Jeff Mitchell
afd0bca03a
Don't return 1 when flags don't parse for status command, as all other errors return 2; 1 is for when the vault is sealed
2016-01-29 10:53:56 -05:00
Jeff Mitchell
2b23d64002
changelog++
2016-01-29 10:36:37 -05:00
Jeff Mitchell
3ea631ca25
Merge pull request #945 from quixoten/postgres_physical
...
Add support for PostgreSQL as a physical backend
2016-01-29 10:35:38 -05:00
Jeff Mitchell
260ace047b
changelog++
2016-01-29 10:32:12 -05:00
Jeff Mitchell
ccc8181695
Merge pull request #989 from hashicorp/pki-key-usages
...
Only specify cert sign / CRL sign for CAs and only specify extended key
2016-01-29 10:28:06 -05:00
Jeff Mitchell
99f193811a
Only specify cert sign / CRL sign for CAs and only specify extended key
...
usages for clients.
This will hopefully fully get rid of the various incompatible ways that
various browsers/libraries deal with key usages.
Fixes #987
2016-01-29 10:26:35 -05:00
Jeff Mitchell
b2e172ede8
changelog++
2016-01-28 15:18:54 -05:00
Jeff Mitchell
58a51ea302
Merge pull request #985 from hashicorp/pki-role-listing
...
Add listing of roles to PKI
2016-01-28 15:18:30 -05:00
Jeff Mitchell
3b22ab02c6
Add listing of roles to PKI
2016-01-28 15:18:07 -05:00
Jeff Mitchell
a1d242f18c
Add list documentationf for mysql
2016-01-28 15:06:52 -05:00
Jeff Mitchell
f470bd5610
changelog++
2016-01-28 15:05:59 -05:00
Jeff Mitchell
774544688a
Merge pull request #984 from hashicorp/mysql-role-list
...
Add list support for mysql roles
2016-01-28 15:04:59 -05:00
Jeff Mitchell
abd71ce80e
Add list support for mysql roles
2016-01-28 15:04:25 -05:00
Jeff Mitchell
9cf06240e0
Add list support for postgres roles
2016-01-28 14:41:50 -05:00
Jeff Mitchell
56e5615f18
Update SSH documentation with list
2016-01-28 14:41:43 -05:00
Jeff Mitchell
298892ef38
Fix postgres backend test SQL for user priv checking
2016-01-28 14:41:13 -05:00
Jeff Mitchell
5bfba62a77
Ensure generatePolicy checks disk, not just the cache, now that we aren't eager loading
2016-01-28 13:10:59 -05:00
Jeff Mitchell
c6992d80dc
changelog++
2016-01-28 12:49:25 -05:00
Jeff Mitchell
bb87e147a9
Merge pull request #983 from hashicorp/list-ssh-roles
...
Add listing of roles to ssh backend
2016-01-28 12:48:33 -05:00
Jeff Mitchell
886f641e5d
Add listing of roles to ssh backend
2016-01-28 12:48:00 -05:00
Jeff Mitchell
15e77e0856
Show entry path in log, not internal view path
2016-01-28 12:34:49 -05:00
Jeff Mitchell
8270fddafc
changelog++
2016-01-28 08:59:57 -05:00