Jeff Mitchell
|
de571c304d
|
Add changelog entries for 0.3.1 and bump version in CLI
|
2015-10-06 11:03:55 -04:00 |
Jeff Mitchell
|
342a547fde
|
Link to our security contact point in the Readme
|
2015-10-05 19:39:25 -04:00 |
Jeff Mitchell
|
21644751ed
|
Fix the key rotation upgrade check error message
|
2015-10-05 18:23:32 -04:00 |
Vishal Nayak
|
bf464b9a4b
|
Merge pull request #661 from hashicorp/maxopenconns
Parameterize max open connections in postgresql and mysql backends
|
2015-10-03 16:55:20 -04:00 |
Vishal Nayak
|
706b806565
|
Merge pull request #664 from hashicorp/github-renewal
Github backend: Enable auth renewals
|
2015-10-03 16:11:56 -04:00 |
vishalnayak
|
a740c68eab
|
Added a test case. Removed setting of defaultTTL in config.
|
2015-10-03 15:36:57 -04:00 |
vishalnayak
|
145aee229e
|
Merge branch 'master' of https://github.com/hashicorp/vault
|
2015-10-03 00:07:34 -04:00 |
vishalnayak
|
8e7975edc8
|
Added ConnectionURL along with ConnectionString
|
2015-10-02 23:47:10 -04:00 |
vishalnayak
|
e3f04dc444
|
Added testcases for config writes
|
2015-10-02 22:10:51 -04:00 |
Jeff Mitchell
|
645932a0df
|
Remove use of os/user as it cannot be run with CGO disabled
|
2015-10-02 18:43:38 -07:00 |
Jeff Mitchell
|
8f27c250d6
|
Fix problematic logging statements.
Fixes #665.
|
2015-10-02 18:31:46 -07:00 |
vishalnayak
|
ea0aba8e47
|
Use SanitizeTTL in credential request path instead of config
|
2015-10-02 15:41:35 -04:00 |
vishalnayak
|
69b478fff1
|
fix struct tags
|
2015-10-02 14:13:27 -04:00 |
vishalnayak
|
c7fd639b2e
|
Remove format parameter
|
2015-10-02 14:10:24 -04:00 |
vishalnayak
|
3dd84446ab
|
Github backend: enable auth renewals
|
2015-10-02 13:33:19 -04:00 |
vishalnayak
|
1f12482995
|
Fix ConnectionString JSON value
|
2015-10-02 12:07:31 -04:00 |
Jeff Mitchell
|
d137958fc0
|
Merge pull request #663 from curtisallen/update-acl
update acl example
|
2015-10-02 11:49:48 -04:00 |
Curtis Allen
|
c9213a809d
|
update acl example
Without `auth/token/lookup-self` read access you are unable to
authenticate. Update example to work as well as use new command output.
|
2015-10-02 09:06:42 -06:00 |
vishalnayak
|
644a655920
|
mysql: made max_open_connections configurable
|
2015-10-01 21:15:56 -04:00 |
vishalnayak
|
2051101c43
|
postgresql: Configurable max open connections to the database
|
2015-10-01 20:11:24 -04:00 |
Jeff Mitchell
|
1e10ecf6c6
|
Fix cross compile by setting CGO_ENABLED=0
|
2015-10-01 12:32:28 -07:00 |
Jeff Mitchell
|
7c5933f8b7
|
Merge pull request #654 from colinrymer/patch-1
Remove redundant wording for SSH OTP introduction.
|
2015-10-01 10:47:06 -04:00 |
Colin Rymer
|
e2b157aa79
|
Remove redundant wording for SSH OTP introduction.
|
2015-09-30 10:58:44 -04:00 |
Jeff Mitchell
|
6fe4139ac3
|
Changelogify++
|
2015-09-29 19:03:43 -07:00 |
Jeff Mitchell
|
2317edcba5
|
Merge pull request #650 from yanzay/master
Fix some lint warnings.
|
2015-09-29 19:03:01 -07:00 |
Jeff Mitchell
|
f711393de6
|
Merge pull request #649 from ipoval/master
[code-gardening] fix typo in the documentation
|
2015-09-29 19:01:58 -07:00 |
Jeff Mitchell
|
6a7e87d471
|
Changelogify
|
2015-09-29 19:01:45 -07:00 |
Paul Hinze
|
aa774daf1c
|
website: bundle update
gets latest middleman-hashicorp w/ bugfix
|
2015-09-29 18:56:47 -07:00 |
Jeff Mitchell
|
c3bdde8abe
|
Add a static system view to github credential backend to fix acceptance tests
|
2015-09-29 18:55:59 -07:00 |
vishalnayak
|
c3569bae5e
|
Fixed gravatar hash
|
2015-09-29 14:12:58 -04:00 |
Alexey Grachov
|
2bb6ec1e18
|
Fix some lint warnings.
|
2015-09-29 10:35:16 +03:00 |
Ivan Povalyukhin
|
0bced67170
|
[code-gardening] fix typo in the documentation
|
2015-09-28 19:34:57 -07:00 |
Jeff Mitchell
|
43c4cdd1af
|
Cut version 0.3.0
|
2015-09-27 22:37:55 -04:00 |
Jeff Mitchell
|
ca50012017
|
Format token lease/TTL as int in JSON API when looking up
|
2015-09-27 22:36:36 -04:00 |
Jeff Mitchell
|
4ba4488269
|
Update version number
|
2015-09-27 17:10:33 -04:00 |
Jeff Mitchell
|
0dbc106906
|
Update dist script
|
2015-09-27 16:56:32 -04:00 |
Jeff Mitchell
|
52e24fb74c
|
Merge pull request #647 from jszwedko/some-go-vet-changes
Fix warnings returned by `make vet`
|
2015-09-27 16:21:33 -04:00 |
Jesse Szwedko
|
6ef455af89
|
Fix warnings returned by `make vet`
$GOPATH/src/github.com/hashicorp/vault/vault/policy.go:69: unreachable code
$GOPATH/src/github.com/hashicorp/vault/vault/policy_store_test.go:139: github.com/hashicorp/vault/logical.StorageEntry composite literal uses unkeyed fields
|
2015-09-26 21:17:39 -07:00 |
Jeff Mitchell
|
62ac518ae7
|
Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend.
|
2015-09-25 10:41:21 -04:00 |
Sam
|
59fcc2ff65
|
Merge pull request #643 from hashicorp/edit-this-page
Add "Edit this page" link everywhere except /
|
2015-09-24 17:45:44 -07:00 |
Sam Handler
|
a0290f69df
|
Add 'edit this page' link to footer
|
2015-09-24 14:10:32 -07:00 |
Sam Handler
|
d8ab92dcd6
|
`bundle update middleman-hashicorp`
|
2015-09-24 13:53:13 -07:00 |
Sam Handler
|
f963e0b67d
|
Update README to point to Makefile
|
2015-09-24 13:52:27 -07:00 |
Sam Handler
|
b274e94413
|
Add Makefile
|
2015-09-24 13:51:25 -07:00 |
Jeff Mitchell
|
af27a99bb7
|
Remove JWT for the 0.3 release; it needs a lot of rework.
|
2015-09-24 16:23:44 -04:00 |
Jeff Mitchell
|
f10343921b
|
Start rejigging JWT
|
2015-09-24 16:20:22 -04:00 |
Jeff Mitchell
|
e38c21e0ca
|
Documentation fix for global TTLs
|
2015-09-24 12:17:26 -04:00 |
Jeff Mitchell
|
8fa7d3bd0b
|
Add revoke-self to docs
|
2015-09-24 12:05:00 -04:00 |
Jeff Mitchell
|
fb7c05d7f6
|
Reorder changelog slightly
|
2015-09-24 10:55:32 -04:00 |
Jeff Mitchell
|
cc62bec8b4
|
Merge pull request #642 from dol/fix/jwt-docs
Fixes docs for new JWT secret backend
|
2015-09-24 10:55:00 -04:00 |