9692 Commits

Author SHA1 Message Date
vishalnayak
3bad2a3af0 Pki: Respond user error when cert is not found instead of internal error 2016-02-16 17:58:57 -05:00
Ron Kuris
32bf42519c Refactor formatting of output
This change is almost perfectly compatible with the existing code,
except it's a little shorter because it uses a list of a available
formatters that must implement a `command.Formatter` interface.

Also added some basic formatting tests.
2016-02-16 12:27:29 -08:00
Eyal Lupu
fe2b139688 Update index.html.md
typo in docs
2016-02-15 16:52:43 +00:00
Eyal Lupu
4dd266afd6 Update index.html.md
Documentation: Zookeeper authentication and ACLs
2016-02-15 16:38:14 +00:00
Eyal Lupu
1e52cfd965 Update index.html.md
Zookeeper authentication and authorization documentations
2016-02-15 16:20:32 +00:00
Vishal Nayak
c35836bc89 Merge pull request #1068 from lunixbochs/master
don't panic when config directory is empty
2016-02-15 11:03:48 -05:00
Eyal Lupu
4b709a7a7a https://github.com/hashicorp/vault/issues/1058
Make sure locks are also using the same auth info as data
2016-02-15 15:29:08 +00:00
Eyal Lupu
ed1c4d9809 fixes to https://github.com/hashicorp/vault/issues/1058
Configuration now supports:
- auth_info
-znode_owner
2016-02-15 15:03:12 +00:00
Raja Nadar
8e5989ecb5 adding full response for intermediate/generate
1. adding superset of fields in response, so that folks can see all possible response fields.
2. also added the less important "warnings" field
2016-02-14 14:42:37 -08:00
Raja Nadar
5fc80d7ef3 added missing fields to read role
added the lease and token type field to the read role response.
2016-02-14 13:00:42 -08:00
Raja Nadar
d083f459bd fixing response fields of /pki/issue
1. added the private_key_type field
2. changed "serial" to "serial_number"
3. added the warnings field
2016-02-14 12:41:43 -08:00
Vishal Nayak
b6031f4331 Merge pull request #1070 from chuyskywalker/patch-1
Minor spelling fix
2016-02-13 11:44:53 -05:00
Jeff Minard
503e6dbb5d Minor spelling fix 2016-02-13 08:41:16 -08:00
Ryan Hileman
a2565836ac don't panic when config directory is empty 2016-02-12 16:40:19 -08:00
Jeff Mitchell
5a3c1c445e changelog++ 2016-02-12 15:38:52 -05:00
Jeff Mitchell
366d54705d Merge pull request #1066 from hashicorp/issue-1054
Return status for rekey/root generation at init time.
2016-02-12 15:35:45 -05:00
Jeff Mitchell
2e2d5252c3 Verify that nonces are non-empty in tests 2016-02-12 15:35:26 -05:00
Jeff Mitchell
58a2c4d9a0 Return status for rekey/root generation at init time. This mitigates a
(very unlikely) potential timing attack between init-ing and fetching
status.

Fixes #1054
2016-02-12 14:24:36 -05:00
Jeff Mitchell
180212c1ac Merge pull request #1064 from techraf/patch-1
Fixes typo
2016-02-12 09:48:55 -05:00
techraf
30c51e8e4e Fixes typo 2016-02-12 22:34:07 +09:00
vishalnayak
3b6ea0c3cb Github renewal enhancement 2016-02-11 20:42:42 -05:00
Jeff Mitchell
4923624593 Merge pull request #1061 from tomrittervg/tomrittervg-typos-1
Fix some typos
2016-02-11 15:12:09 -05:00
Jeff Mitchell
4ff2b119eb Merge pull request #1062 from tomrittervg/tomrittervg-AllowedBaseDomain-migration
AllowedBaseDomain will stay non-empty in certain error conditions. None of these conditions should be hit anyways, but this provides an extra safety check.
2016-02-11 15:07:54 -05:00
Jeff Mitchell
4b30ef2f15 changelog++ 2016-02-11 12:54:49 -05:00
Jeff Mitchell
a1a7c11154 Merge pull request #1053 from mwielgoszewski/postgresql-revocation
Fix PostgreSQL secret backend issues revoking users
2016-02-11 12:52:37 -05:00
Jeff Mitchell
b034ffc257 Merge pull request #1055 from bscott/master
Updated Vault Download URL and Version
2016-02-11 09:28:05 -05:00
Brian Scott
b77c941ff8 Updated Vault Download URL and Version 2016-02-10 22:12:19 -08:00
Jeff Mitchell
d76c3a7e56 Add note about client libraries to 0.5 upgrade page 2016-02-10 12:10:51 -05:00
Jeff Mitchell
a78270ea0e Bump website download links to 0.5.0 2016-02-10 12:08:29 -05:00
Jeff Mitchell
a7b0aadc9e
Cut version 0.5.0 v0.5.0 2016-02-10 08:02:18 -05:00
Jeff Mitchell
11151af1dc Add change of exit code for status to upgrade page 2016-02-10 08:01:54 -05:00
Jeff Mitchell
7b3e02774f changelog++ 2016-02-10 08:01:46 -05:00
Tom Ritter
b6ef18cad0 Fix AllowedBaseDomain Migration
AllowedBaseDomain is only zero-ed out if the domain is not found in the (new) AllowedDomains configuration setting. If the domain is found, AllowedBaseDomain is not emptied and this code will be run every single time.

//untested
2016-02-09 15:42:15 -06:00
Tom Ritter
88ae7ae9fe Typo in error message in path_intermediate.go 2016-02-09 15:08:30 -06:00
Tom Ritter
d8067ade5a Type in kdf.go 2016-02-08 14:39:46 -06:00
Tom Ritter
ccdbb5d910 Typo in policy.go 2016-02-08 12:00:06 -06:00
Jeff Mitchell
47309289ae
Cut version 0.5.0 2016-02-08 11:41:06 -05:00
Jeff Mitchell
4e7c92f8dc changelog++ 2016-02-08 11:40:52 -05:00
Jeff Mitchell
ef8086b17f Update documentation for status command to reflect new return codes 2016-02-08 11:36:08 -05:00
Jeff Mitchell
44a412f5a0 changelog++ 2016-02-07 14:02:55 -05:00
Jeff Mitchell
a1fcf2025f Merge pull request #1036 from hashicorp/tls-notbefore-skew
Add slack on NotBefore value for generated certs.
2016-02-07 14:01:05 -05:00
Jeff Mitchell
122773ba71 Add slack on NotBefore value for generated certs.
This fixes an issue where, due to clock skew, one system can get a cert
and try to use it before it thinks it's actually valid. The tolerance of
30 seconds should be high enough for pretty much any set of systems
using NTP.

Fixes #1035
2016-02-07 14:00:03 -05:00
Jeff Mitchell
71468c91c0 changelog++ 2016-02-04 16:40:00 -05:00
Jeff Mitchell
f7e228a17a changelog++ 2016-02-04 13:49:01 -05:00
Jeff Mitchell
799b91f8b5 Add some extra info on the build to the changelog and bump the version in preparation for release 2016-02-04 11:54:14 -05:00
Jeff Mitchell
cb3f0fb225 changelog++ 2016-02-04 11:42:58 -05:00
Jeff Mitchell
9abe954613
Cut version 0.5.0-rc2 v0.5.0-rc2 2016-02-04 09:53:39 -05:00
Jeff Mitchell
7745a22502 Bump version 2016-02-04 09:53:27 -05:00
Jeff Mitchell
1ddaefa3af Fix some changelog formatting 2016-02-04 09:53:23 -05:00
Jeff Mitchell
f75e121d8c Introduce a locking inmem storage for unit tests that are doing concurrent things 2016-02-04 09:40:35 -05:00