Jeff Mitchell
5288057bb9
Update upgrade website section with information about the 0.5.1 PKI changes
2016-02-19 14:42:59 -05:00
Jeff Mitchell
7dca4330eb
changelog++
2016-02-19 14:37:42 -05:00
Jeff Mitchell
8c1e06e556
Merge pull request #1095 from hashicorp/pki-1024-bit-warnings
...
Disallow RSA keys < 2048 in PKI backend
2016-02-19 14:34:47 -05:00
Jeff Mitchell
ac3191ad02
Disallow 1024-bit RSA keys.
...
Existing certificates are kept but roles with key bits < 2048 will need
to be updated as the signing/issuing functions now enforce this.
2016-02-19 14:33:02 -05:00
Jeff Mitchell
73e84b8c38
Address some feedback on ldap escaping help text
2016-02-19 13:47:26 -05:00
Jeff Mitchell
a2aad0bbd6
Properly escape filter values.
...
Fixes #1030
2016-02-19 13:16:52 -05:00
Jeff Mitchell
331f57c082
Update LDAP documentation with a note on escaping
2016-02-19 13:16:18 -05:00
Vishal Nayak
685b1f3f9c
Merge pull request #1099 from hashicorp/fix-ssh-cli
...
ssh: use resolved IP address while executing ssh command
2016-02-19 13:02:34 -05:00
Jeff Mitchell
99917c5f4e
Fix mixed whitespacing in ssh help text
2016-02-19 12:47:58 -05:00
vishalnayak
7e1694d387
ssh: use resolved IP address while executing ssh command
2016-02-19 12:19:10 -05:00
Jeff Mitchell
6ef35dcbb7
Add tests to ldap using the discover capability
2016-02-19 11:46:59 -05:00
Jeff Mitchell
7458084e09
Add ldap tests that use a bind dn and bind password
2016-02-19 11:38:27 -05:00
Eyal Lupu
45c45ec279
Merge branch 'master' of github.com:eyal-lupu/vault
2016-02-19 13:29:21 +00:00
Eyal Lupu
b99a3f48fe
typo in comment
2016-02-19 13:28:02 +00:00
Eyal Lupu
ef53b7990b
'Eagerly' parse ZK authentication and authorization to fast-fail bad configuration
2016-02-19 13:24:57 +00:00
Eyal Lupu
3886d68de3
1. gofmt
...
2. Change if expr syntax to be consist with the rest of Vault code
3. More details on error message
2016-02-19 12:19:01 +00:00
Jeff Mitchell
a82942b7aa
Update .gitignore to remove overzealous application of 'pkg' shadowing
...
vendor dir.
Also update Travis to stop doing bad things.
2016-02-18 21:51:04 -05:00
Jeff Mitchell
f53dfb3c98
Makefile whitespacing
2016-02-18 21:26:28 -05:00
Jeff Mitchell
c66c3797a5
Add travis building of travis-testing branch and make dev to install
2016-02-18 21:23:40 -05:00
Jeff Mitchell
9ed5dbdc55
Remove godep from Travis; we're using Go 1.6 vendoring now
2016-02-18 18:25:21 -05:00
Jeff Mitchell
f45e5ed5a3
Update travis to use Go 1.6
2016-02-18 18:09:21 -05:00
vishalnayak
7d14976ba9
changelog++
2016-02-18 17:11:50 -05:00
Jeff Mitchell
a286cc2373
Merge pull request #1094 from hashicorp/sanitize-ttl-emptystring
...
Make SanitizeTTL treat an empty string the same as a "0" string.
2016-02-18 16:59:23 -05:00
Jeff Mitchell
ceeb47c9c9
Make SanitizeTTL treat an empty string the same as a "0" string.
...
This causes a 0 TTL to be returned for the value, which is a clue to
other parts of Vault to use appropriate defaults. However, this makes
the defaults be used at lease allocation or extension time instead of
when parsing parameters.
2016-02-18 16:51:36 -05:00
Vishal Nayak
81f849ad6a
Merge pull request #1047 from hashicorp/vault-iss999-github-renewal
...
GitHub renewal enhancements
2016-02-18 16:47:15 -05:00
Jeff Mitchell
cabc43ee5b
Bump version
2016-02-18 16:43:43 -05:00
Jeff Mitchell
151689859a
More dep bumps
2016-02-18 16:37:30 -05:00
Jeff Mitchell
da662de0a9
changelog++
2016-02-18 15:33:14 -05:00
Jeff Mitchell
757dca2e2c
Migrate to built-in Go vendoring.
...
This also removes `godep` calls from make scripts. Of note is that
currently `./...` checking in acceptance tests is disabled.
2016-02-18 15:06:02 -05:00
Vishal Nayak
ba9c0dced1
Merge pull request #1086 from hashicorp/iss962-verify-otp-response-code
...
SSH: Fix response code for ssh/verify
2016-02-18 13:32:28 -05:00
Vishal Nayak
820ee54088
Merge pull request #1085 from hashicorp/iss1065-cert-read-return-code
...
Pki: Respond user error when cert is not found instead of internal error
2016-02-18 13:31:52 -05:00
Jeff Mitchell
9ff4d3c204
Remove root-protected references from transit docs
2016-02-18 12:45:18 -05:00
Jeff Mitchell
ddb475d40d
Merge pull request #1075 from rajanadar/patch-14
...
adding full response for intermediate/generate
2016-02-18 10:16:53 -05:00
Jeff Mitchell
959064f722
Merge pull request #1074 from rajanadar/patch-13
...
added missing fields to read role
2016-02-18 10:16:14 -05:00
Jeff Mitchell
700584ed92
Merge pull request #1073 from rajanadar/patch-12
...
fixing response fields of /pki/issue
2016-02-18 10:15:19 -05:00
Jeff Mitchell
35d2976cae
Update cross-compiling Dockerfile to Go 1.6
2016-02-17 17:09:01 -05:00
Jeff Mitchell
2cb814aec9
Merge pull request #1090 from hashicorp/pooled-consul
...
Use a pooled transport for the Consul physical backend
2016-02-17 16:57:32 -05:00
Jeff Mitchell
541edf8981
Use a pooled transport for the Consul physical backend and give it 4 idle connections
2016-02-17 16:53:30 -05:00
Jeff Mitchell
a06bcace6f
Update go-cleanhttp
2016-02-17 16:51:12 -05:00
vishalnayak
f5f9a9a056
ssh: Fix response code for ssh/verify
2016-02-16 19:46:29 -05:00
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