Jeff Mitchell
dcf2a888a1
changelog++
2016-05-12 14:58:59 -04:00
Vishal Nayak
7f2773af05
Merge pull request #1404 from hashicorp/non-ca-crl-check
...
Perform CRL checking for non-CA registered certs
2016-05-12 14:50:59 -04:00
Sean Chittenden
7debc56a17
Merge pull request #1355 from hashicorp/f-vault-service
...
Vault/Consul Service refinement
2016-05-12 11:48:29 -07:00
vishalnayak
28e6f885ca
Perform CRL checking for non-CA registered certs
2016-05-12 14:37:07 -04:00
Vishal Nayak
5a45fdc99d
Merge pull request #1403 from hashicorp/fix-mount-tune
...
Fix mount tune bounds checking
2016-05-12 12:26:49 -04:00
vishalnayak
7f884dd1c4
Fix mount tune bounds checking
2016-05-12 07:22:00 -04:00
Jeff Mitchell
ea9734a6aa
changelog++
2016-05-11 19:28:01 -04:00
Jeff Mitchell
594476f91b
Merge pull request #1399 from hashicorp/explicit-max-ttl
...
Add explicit maximum TTLs to token store roles.
2016-05-11 16:25:02 -07:00
Jeff Mitchell
c386a7c014
Fix bug around disallowing explicit max greater than sysview max
2016-05-11 18:46:55 -04:00
Jeff Mitchell
67a746be30
Add explicit maximum TTLs to token store roles.
2016-05-11 16:51:18 -04:00
Sean Chittenden
36496c90b9
Merge pull request #1395 from hashicorp/b-remove-mlock-netbsd
...
Don't build mlock for NetBSD
2016-05-10 23:33:08 -07:00
Sean Chittenden
2dc560e0c2
Don't build mlock for NetBSD
...
NetBSD doesn't have the right symbols defined in Go for mlockall support. The OS supports it just fine, but the definitions aren't present in Go. If someone wanted to they could add support XOR the values from `sys/mman.h` for `MCL_CURRENT | MCL_FUTURE` which is almost certainly `0x01 | 0x02` but we're not going to do that in code due to the maintenance of a one-off just for NetBSD. PR's welcome.
2016-05-10 16:39:54 -07:00
Vishal Nayak
04d3da065a
Merge pull request #1394 from joehillen/patch-1
...
Fix default etcd address
2016-05-10 15:52:37 -04:00
Joe Hillenbrand
2d0f8cd938
Fix default etcd address
...
Should be `127.0.0.1`, not `128.0.0.1`
2016-05-10 12:50:11 -07:00
Jeff Mitchell
59c9bafa12
Add dev-dynamic makefile target
2016-05-09 23:17:38 -04:00
Jeff Mitchell
49d9711322
changelog++
2016-05-09 20:01:12 -04:00
Jeff Mitchell
765315ddbc
Merge pull request #1390 from hashicorp/dont-revoke-ca-certs
...
Don't revoke CA certificates with leases.
2016-05-09 16:54:40 -07:00
Jeff Mitchell
9de0ea081a
Don't revoke CA certificates with leases.
2016-05-09 19:53:28 -04:00
Sean Chittenden
0aad4e68a7
Bump Go to 1.6.2 for Travis (just added)
2016-05-08 22:13:41 -07:00
Jeff Mitchell
a2993813e4
changelog++
2016-05-07 19:00:09 -04:00
Jeff Mitchell
aaee4e34ac
Merge pull request #1387 from hashicorp/log-display-name
...
Add DisplayName to request audit object in response audit object
2016-05-07 15:58:01 -07:00
Jeff Mitchell
28c1498151
Add DisplayName to request audit object in response audit object
2016-05-07 18:57:38 -04:00
Jeff Mitchell
345649f90f
changelog++
2016-05-07 16:36:02 -04:00
Jeff Mitchell
3ca09fdf30
Merge pull request #1346 from hashicorp/disable-all-caches
...
Disable all caches
2016-05-07 16:33:45 -04:00
Sean Chittenden
c69fa99474
Bump Go to 1.6.1
2016-05-07 13:30:43 -07:00
Jeff Mitchell
902b2c4c72
changelog++
2016-05-05 10:35:22 -04:00
Jeff Mitchell
5b23b0f347
Merge pull request #1374 from hashicorp/aws-cred-chain
...
AWS cred chain helper
2016-05-05 10:34:07 -04:00
Jeff Mitchell
56fd6fcc29
Fix up commenting
2016-05-05 10:31:50 -04:00
Jeff Mitchell
98d7f52ef2
Merge remote-tracking branch 'origin/master' into aws-cred-chain
2016-05-05 10:31:12 -04:00
Jeff Mitchell
5b9458e697
Merge pull request #1381 from hashicorp/util-update
...
Updates to policy and string helpers
2016-05-05 10:29:10 -04:00
vishalnayak
15f29c6956
Updates to policy and string helpers
2016-05-05 10:22:28 -04:00
Jeff Mitchell
d355cb1061
Merge pull request #1380 from hashicorp/refactor-sanitize-ttl
...
Split SanitizeTTL method to support time.Duration parameters as well
2016-05-05 10:00:25 -04:00
vishalnayak
0481976696
Split SanitizeTTL method to support time.Duration parameters as well
2016-05-05 09:45:48 -04:00
vishalnayak
e2927befea
Lower case all policy values in ParsePolicies before processing
2016-05-05 05:22:59 -04:00
Jeff Mitchell
17d02aa46e
Merge branch 'master-oss' into f-vault-service
2016-05-04 17:20:00 -04:00
Jeff Mitchell
0a551b0383
Merge pull request #1376 from janstenpickle/patch-1
...
Add scala vault library to list of client libs
2016-05-04 14:40:19 -04:00
Chris Jansen
0ea77f7dda
Add scala vault library to list of client libs
2016-05-04 18:04:28 +01:00
vishalnayak
a74332bb7e
Add the steps to generate the CRL test's test-fixture files
2016-05-04 05:48:34 -04:00
Jeff Mitchell
37d425f873
Update website docs re token store role period parsing
2016-05-04 02:17:20 -04:00
Jeff Mitchell
806119f5a1
Fix number of recovery shares output during init
2016-05-03 23:07:09 -04:00
Jeff Mitchell
88811a4776
Cleanups, add shared provider, ability to specify http client, and port S3 physical backend over
2016-05-03 17:01:02 -04:00
Jeff Mitchell
56cc74887f
Region is required so error in awsutil if not set and set if empty in client code in logical/aws
2016-05-03 15:25:11 -04:00
Jeff Mitchell
5aebbcc566
changelog++
2016-05-03 15:12:08 -04:00
Jeff Mitchell
c387a037f5
Merge pull request #1371 from hashicorp/auth-mount-tuning
...
Properly persist auth mount tuning
2016-05-03 15:11:20 -04:00
Jeff Mitchell
56011c9443
Refactor AWS credential code into a function that returns a static->env->instance chain
2016-05-03 15:10:35 -04:00
Jeff Mitchell
0b44170485
changelog++
2016-05-03 14:42:31 -04:00
Jeff Mitchell
92e06e76ed
Merge pull request #1372 from hashicorp/fix-sigint-sighup
...
Properly handle sigint/hup
2016-05-03 14:40:27 -04:00
Jeff Mitchell
4268158c82
Properly handle sigint/hup
2016-05-03 14:30:58 -04:00
Jeff Mitchell
8848136bc6
Properly persist auth mount tuning
2016-05-03 14:24:04 -04:00
Jeff Mitchell
bb3a8d844a
Update deps
2016-05-03 13:23:05 -04:00