9692 Commits

Author SHA1 Message Date
vishalnayak
bd5fb7da11 changelog++ 2016-07-22 10:28:15 -04:00
Vishal Nayak
a0994f1881 Merge pull request #1643 from hashicorp/additional-service-tags
Added `service-tags` config option to Consul storage backend
2016-07-22 10:22:07 -04:00
vishalnayak
13d08c65a5 Address review feedback 2016-07-22 10:21:45 -04:00
vishalnayak
a253f84fd3 Added test for service tags 2016-07-22 09:04:42 -04:00
vishalnayak
8caec3fe27 Address review feedback from @jefferai 2016-07-22 08:44:16 -04:00
vishalnayak
a171043858 Make debug statements specify that the logs are for physical/consul 2016-07-22 07:03:14 -04:00
vishalnayak
bdee088fbc Fix broken test 2016-07-22 06:42:56 -04:00
vishalnayak
d5c669038a Added service-tags config option to provide additional tags to registered service 2016-07-22 04:41:48 -04:00
vishalnayak
8451e74907 changelog++ 2016-07-21 20:50:08 -04:00
Vishal Nayak
2511231c64 Merge pull request #1642 from hashicorp/init-service-discovery
Add service discovery to init command
2016-07-21 20:47:32 -04:00
vishalnayak
201ea85fea Address review feedback by @jefferai 2016-07-21 20:46:31 -04:00
vishalnayak
cd719d9123 Address review feedback from @sean 2016-07-21 19:04:43 -04:00
vishalnayak
08b6740139 Added documentation for init service discovery 2016-07-21 17:27:56 -04:00
vishalnayak
f1ad3595a5 Added a separate flag consul-service to receive Consul service name 2016-07-21 16:51:38 -04:00
vishalnayak
d22204914d Add service discovery to init command 2016-07-21 16:17:29 -04:00
Jeff Mitchell
68464028db Update website text 2016-07-21 14:54:24 -04:00
Jeff Mitchell
e5fcad9578 Update website description 2016-07-21 14:32:23 -04:00
Vishal Nayak
3c82f6b638 Merge pull request #1632 from hashicorp/lib-locks-create
Added helper to create locks
2016-07-21 10:23:34 -04:00
Jeff Mitchell
ced844da92 changelog++ 2016-07-21 10:23:11 -04:00
Jeff Mitchell
40c74e5671 changelog++ 2016-07-21 10:22:20 -04:00
Jeff Mitchell
ab518f37fd Merge pull request #1639 from hashicorp/issue-1637
Fix panic if no certificates are supplied by client
2016-07-21 10:21:55 -04:00
Jeff Mitchell
c664c4091b Fix panic if no certificates are supplied by client
Fixes #1637
2016-07-21 10:20:41 -04:00
Jeff Mitchell
2701ea16d1 Fix build 2016-07-21 09:53:41 -04:00
Jeff Mitchell
c27aac7dcd changelog++ 2016-07-21 09:52:48 -04:00
Jeff Mitchell
664ebc7e5a Merge pull request #1638 from hashicorp/issue-1637
Ensure we never return a nil set of trusted CA certs
2016-07-21 09:51:15 -04:00
Jeff Mitchell
d16cefa544 Ensure we never return a nil set of trusted CA certs
Fixes #1637
2016-07-21 09:50:31 -04:00
Laura Bennett
5603ea1681 Merge pull request #1636 from hashicorp/changelog-branch
changelog++
2016-07-20 17:15:08 -04:00
Laura Bennett
e984551147 changelog++ 2016-07-20 16:52:08 -04:00
Laura Bennett
8623373511 Merge branch 'master' of https://github.com/hashicorp/vault 2016-07-20 16:39:55 -04:00
Jeff Mitchell
0b1f5f5efe changelog++ 2016-07-20 15:56:57 -04:00
Laura Bennett
f308e3033c Merge branch 'master' of https://github.com/hashicorp/vault 2016-07-20 15:46:13 -04:00
Laura Bennett
c6cc73b3bd Merge pull request #1635 from hashicorp/mysql-idle-conns
Added maximum idle connections to mysql to close hashicorp/vault#1616
2016-07-20 15:31:37 -04:00
Laura Bennett
23b1f137f6 Merge branch 'master' of https://github.com/hashicorp/vault 2016-07-20 14:47:43 -04:00
Laura Bennett
33ed1ffd58 minor formatting edits 2016-07-20 14:42:52 -04:00
Jeff Mitchell
6708b5d75f Set defaults to handle upgrade cases.
Ping #1604
2016-07-20 14:07:19 -04:00
Jeff Mitchell
c17b8843e5 changelog++ 2016-07-20 14:04:23 -04:00
Jeff Mitchell
a8a2886538 Merge pull request #1604 from memory/mysql-displayname-2
concat role name and token displayname to form mysql username
2016-07-20 14:02:17 -04:00
Jeff Mitchell
e4b41d3d7d changelog++ 2016-07-20 13:58:49 -04:00
Jeff Mitchell
fda9473681 Trim leading/trailing space around PEM bundles.
Fixes #1634
2016-07-20 13:57:49 -04:00
Nathan J. Mehl
e824f6040b use both role name and token display name to form mysql username 2016-07-20 10:17:00 -07:00
Laura Bennett
7c2c30e5ae update documentation for idle connections 2016-07-20 12:50:07 -04:00
Laura Bennett
f5ed650966 whitespace error corrected 2016-07-20 12:00:05 -04:00
Laura Bennett
3a027b4dcb Merge branch 'master' of https://github.com/hashicorp/vault 2016-07-20 11:56:01 -04:00
Jeff Mitchell
46ecb9a660 changelog++ 2016-07-20 10:51:04 -04:00
Nathan J. Mehl
83635c16b6 respond to feedback from @vishalnayak
- split out usernameLength and displaynameLength truncation values,
  as they are different things

- fetch username and displayname lengths from the role, not from
  the request parameters

- add appropriate defaults for username and displayname lengths
2016-07-20 06:36:51 -07:00
Laura Bennett
badaabc17d max_idle_connections added 2016-07-20 09:26:26 -04:00
vishalnayak
583f22bfd3 Added test for CreateLocks 2016-07-20 05:37:38 -04:00
vishalnayak
119b4d51eb Added a cap of 256 for CreateLocks utility 2016-07-20 04:48:35 -04:00
vishalnayak
8e2baf2fef Added helper to create locks 2016-07-19 21:37:28 -04:00
vishalnayak
95597a4a9e changelog++ 2016-07-19 14:21:09 -04:00