Jeff Mitchell
f24a9e01d6
Remove accidental patch file
2016-06-30 14:19:42 -04:00
Jeff Mitchell
1651787019
Update deps
2016-06-30 14:19:03 -04:00
Jeff Mitchell
8545851f3d
Whitespacing
2016-06-30 14:18:14 -04:00
Jeff Mitchell
fcd29f892d
Add needed package
2016-06-30 14:03:13 -04:00
Jeff Mitchell
dfd8a530db
Add comment around bind to localhost
2016-06-30 13:49:11 -04:00
Jeff Mitchell
f9d40aa63b
Dockerize Postgres secret backend acceptance tests
...
Additionally enable them on all unit test runs.
2016-06-30 13:46:39 -04:00
Jeff Mitchell
c4c948ff64
Use TRACE not WARN here
2016-06-30 12:41:56 -04:00
Jeff Mitchell
5e6d7b54a2
Add docker requirement to travis
2016-06-30 12:13:07 -04:00
Matt Hurne
bbf0e27717
Persist verify_connection field in mongodb secret backend's connection config
2016-06-30 11:39:02 -04:00
Matt Hurne
f55955c2d8
Rename mongodb secret backend's 'ttl_max' lease configuration field to 'max_ttl'
2016-06-30 09:57:43 -04:00
Matt Hurne
89698b6014
Merge branch 'master' into mongodb-secret-backend
2016-06-30 09:53:21 -04:00
Jeff Mitchell
4bb6b45aeb
Add a logger to testing backend config so it's available to backends during unit tests
2016-06-30 09:17:14 -04:00
Matt Hurne
7e3e246f55
Merge branch 'master' into mongodb-secret-backend
2016-06-30 09:02:30 -04:00
Jeff Mitchell
a44732a8a9
changelog++
2016-06-30 08:23:24 -04:00
Jeff Mitchell
b4e9b831ea
Merge pull request #1572 from hashicorp/postgres-pl-lock
...
Use transaction object for query
2016-06-30 14:21:43 +02:00
Jeff Mitchell
444c4d0a8c
Fix test
2016-06-30 08:21:00 -04:00
Jeff Mitchell
f3ef5cd52d
Change warn to trace for these messages
2016-06-29 21:04:02 -04:00
Jeff Mitchell
709f0e4093
Merge remote-tracking branch 'oss/master' into postgres-pl-lock
2016-06-29 17:40:34 -04:00
Jeff Mitchell
d9fa64a07c
Add stmt close calls
2016-06-29 17:39:47 -04:00
Jeff Mitchell
fb9a4a15c5
Run prepare on the transaction, not the db
2016-06-29 17:20:41 -04:00
Matt Hurne
4c97b1982a
Add mongodb secret backend
2016-06-29 08:33:06 -04:00
Jeff Mitchell
6a85b96327
Merge pull request #1570 from bones-codes/master
...
Removed the 1024 key bit length option for cert generation
2016-06-28 23:07:11 +02:00
cara marie
8b11798807
removed option to create 1024 keybitlength certs
2016-06-28 16:56:14 -04:00
Jeff Mitchell
f24a17f343
Add more debug output
2016-06-28 11:03:56 -04:00
Jeff Mitchell
36e9063b5e
Merge branch 'master-oss' into postgres-pl-lock
2016-06-28 11:00:14 -04:00
Jeff Mitchell
62a6c37288
changelog++
2016-06-28 10:44:08 -04:00
Jeff Mitchell
b766c1f71c
Merge pull request #1567 from hashicorp/issue-1566
...
Add aliases for field flag to allow printing auth results.
2016-06-28 16:42:56 +02:00
Jeff Mitchell
357cdee5d4
changelog++
2016-06-28 10:39:14 -04:00
Jeff Mitchell
d6fcb16ead
Merge pull request #1548 from quixoten/nopreparepsql
...
Remove prepared stmnts from pgsql physical backend
2016-06-28 16:38:13 +02:00
Jeff Mitchell
409b9f9b0f
Add aliases for field flag to allow printing auth results.
...
Also fix the write command to use the shared function with aliases.
Fixes #1566
2016-06-27 23:19:09 -04:00
Jeff Mitchell
6f0f46deb6
Up sleep time during reload test to not fail under certain test conditions
2016-06-27 15:37:25 -04:00
Jeff Mitchell
b9c2c4b4b8
Merge pull request #1564 from hashicorp/fix-wrong-ts-lock
...
Fix picking wrong token lock
2016-06-27 17:26:01 +02:00
Jeff Mitchell
2afc7e6c7d
Fix picking wrong token lock
2016-06-27 11:17:08 -04:00
Jeff Mitchell
ccf36b81f1
Add some logging to enter/exit of some functions
2016-06-24 16:11:22 -04:00
vishalnayak
a7cfb3dcdc
Bump version to 0.6.1-dev
2016-06-23 11:12:00 -04:00
Jeff Mitchell
d46eba8a42
Update PKI docs with key_usge info
2016-06-23 11:07:17 -04:00
Jeff Mitchell
2896d27b41
changelog++
2016-06-23 11:01:44 -04:00
Jeff Mitchell
526357f76a
Merge pull request #1552 from hashicorp/pki-key-usages
...
Set some basic key usages by default.
2016-06-23 16:18:13 +02:00
Jeff Mitchell
307b30d6be
Address review feedback
2016-06-23 10:18:03 -04:00
Jeff Mitchell
cd41344685
Add some more testing
2016-06-23 09:49:03 -04:00
Jeff Mitchell
e282c2dd9b
changelog++
2016-06-22 18:24:24 -04:00
Jeff Mitchell
29e9235f1f
Merge pull request #1553 from hashicorp/fix-status-code-regression
...
Fix up error detection regression to return correct status codes
2016-06-23 00:22:55 +02:00
Jeff Mitchell
ebbcc170c8
Fix up error detection regression to return correct status codes
2016-06-22 17:47:05 -04:00
Jeff Mitchell
e095344c6c
Merge after revert in master
2016-06-22 16:20:15 -04:00
Jeff Mitchell
10ee35e7fc
Revert "Do some internal renaming in PKI"
...
This reverts commit 7ffa7deb92cef04ab8a87cadc9aba01951ad757e.
2016-06-22 16:18:36 -04:00
Jeff Mitchell
48bd5db7af
Set some basic key usages by default.
...
Some programs (such as OpenVPN) don't like it if you don't include key
usages. This adds a default set that should suffice for most extended
usages. However, since things get twitchy when these are set in ways
various crypto stacks don't like, it's fully controllable by the user.
Fixes #1476
2016-06-22 16:08:24 -04:00
Cameron Stokes
d9beaffa7c
Minor typo - that->than.
2016-06-22 11:28:31 -07:00
Jeff Mitchell
13a778ab92
Revert "Use x509 package ext key usage instead of custom type"
...
This reverts commit 0b2d8ff475a26ff98c37337a64859d150d62cfc1.
2016-06-22 13:07:31 -04:00
Jeff Mitchell
0b2d8ff475
Use x509 package ext key usage instead of custom type
2016-06-22 11:51:32 -04:00
Jeff Mitchell
7ffa7deb92
Do some internal renaming in PKI
2016-06-22 11:39:57 -04:00