Commit Graph

1051 Commits

Author SHA1 Message Date
Seth Vargo a21e9e544d Merge pull request #144 from gotcha/patch-1
Typo
2015-05-05 08:43:43 -07:00
Seth Vargo 8a31b8081b Merge pull request #145 from gotcha/patch-2
Word missing
2015-05-05 08:43:33 -07:00
Seth Vargo 9811355f3f Merge pull request #146 from gotcha/patch-3
Use singular
2015-05-05 08:43:23 -07:00
Godefroid Chapelle 886533e856 Use singular 2015-05-05 09:16:30 +02:00
Godefroid Chapelle 2e92a23727 Word missing 2015-05-05 09:12:32 +02:00
Godefroid Chapelle 4da4aba1bf Typo 2015-05-05 09:05:05 +02:00
Armon Dadgar a4b92ebb3a Merge pull request #133 from hashicorp/f-advertise
Attempt advertise address detection
2015-05-04 12:13:45 -07:00
Mark Junker cb4f842f29 Merge branch 'hotfix/backslash-escape' 2015-05-04 09:21:07 +02:00
Mark Junker 47d2cc8349 Escape backslash to allow usage of dev server on Windows using MinGW (partially fixes issue #95) 2015-05-04 09:20:40 +02:00
Mitchell Hashimoto 1841216d31 Merge pull request #138 from ceh/make-windows-enclose-paths
make windows: enclose all paths in double quotes
2015-05-03 23:35:28 -07:00
Emil Hessman 63e9062b5e make windows: enclose all paths in double quotes 2015-05-04 08:04:29 +02:00
Mitchell Hashimoto 89f73259a9 Merge pull request #137 from ceh/make-bat-fix
make.bat: enclose path with double quotes in order to handle paths with spaces
2015-05-03 22:40:56 -07:00
Emil Hessman a95effaab3 make.bat: enclose path with double quotes in order to handle paths with spaces
Fixes build issues when %GOPATH% is in e.g. "C:\Program Files" et al.
2015-05-04 07:36:43 +02:00
Seth Vargo 1cd7e91bcc s/consul/vault /cc @armon 2015-05-03 16:13:55 -04:00
Mitchell Hashimoto 01e166952f Merge pull request #135 from ailispaw/topic
Fix lease_renewable output
2015-05-02 20:01:54 -07:00
A.I 53d5a801e5 Fix lease_renewable output 2015-05-02 19:58:48 -07:00
Armon Dadgar c76b59812e command/server: Attempt advertise address detection 2015-05-02 15:57:40 -07:00
Armon Dadgar 5dad76d5a1 physical/consul: Support address detection using the agent 2015-05-02 15:34:39 -07:00
Armon Dadgar 06f3e498f0 physical: Adding optional interface for addr detection 2015-05-02 15:34:29 -07:00
Seth Vargo 2994577fdf Fix more broken links /cc @armon 2015-05-02 18:08:11 -04:00
Seth Vargo d76eccdf8c Fix broken link 2015-05-02 18:07:32 -04:00
Armon Dadgar dff86dfe67 website: adding keywhiz comparison. Fixes #79. 2015-05-02 15:05:32 -07:00
Armon Dadgar 23ae5abc22 website: adding keywhiz comparison. Fixes #79. 2015-05-02 15:05:23 -07:00
Armon Dadgar 239ef0a278 website: Adding KMS comparison. Fixes #56. 2015-05-02 14:27:35 -07:00
Mitchell Hashimoto eaac7a6dd3 up version for dev 2015-05-02 13:37:26 -07:00
Mitchell Hashimoto daf3c7e0a5 website: bump 2015-05-02 13:36:55 -07:00
Mitchell Hashimoto 44862e0819 update CHANGELOG 2015-05-02 13:34:39 -07:00
Mitchell Hashimoto deab183cbd token/disk: write token with 0600 2015-05-02 13:34:01 -07:00
Mitchell Hashimoto 8ff38717eb v0.1.1 2015-05-02 13:29:32 -07:00
Mitchell Hashimoto 727e0e90cd vault: validate advertise addr is valid URL [GH-106] 2015-05-02 13:28:33 -07:00
Mitchell Hashimoto 83af64dbd1 update cHANGELOG 2015-05-02 13:21:51 -07:00
Mitchell Hashimoto c7ff8f8458 Merge pull request #82 from DavidWittman/75-auth-revoked-token
Check for invalid token when authing via cli
2015-05-02 13:20:57 -07:00
Mitchell Hashimoto 81b12660c5 logical/framework: PathMap allows hyphens in keys [GH-119] 2015-05-02 13:17:42 -07:00
Mitchell Hashimoto 2eba902d0d update CHANGELOG 2015-05-02 13:12:09 -07:00
Mitchell Hashimoto 842a8ec818 command/format: add `lease_renewable` to output 2015-05-02 13:11:40 -07:00
Mitchell Hashimoto d4155ef9d8 api: human friendly error for TLS [GH-123] 2015-05-02 13:08:35 -07:00
Seth Vargo c3a793ccdf Lowercase again 2015-04-30 14:27:32 -04:00
Armon Dadgar 1da64f8c3b Merge pull request #118 from abedra/keylength_test
Add test that ensure keylength check is working
2015-04-30 11:26:30 -07:00
Aaron Bedra 57a7a41a42 Add test that ensure keylength check is working
Not likely to fail, but if it did would result in complete failure, so
probably good to have a test for it.
2015-04-30 13:12:47 -05:00
Seth Vargo 2de4965598 Use lowercase 2015-04-30 13:37:47 -04:00
Armon Dadgar c803d23f98 Merge pull request #117 from abedra/barrier_testing
Add test to verify unique encrypted values
2015-04-30 10:28:27 -07:00
Aaron Bedra ea0c41aa81 Add test to verify unique encrypted values
It wasn't immediately clear that the proper random seeding was taking
place. This ensures that the same plaintext encrypted twice does not
result in the same ciphertext. It will also be a good test to keep
around incase of future regressions.
2015-04-30 12:15:41 -05:00
Armon Dadgar f8aad6fd69 Merge pull request #109 from ceh/make-bat
make.bat: add Makefile-like functionality for Windows
2015-04-30 09:49:47 -07:00
Emil Hessman 894720af6d make.bat: add Makefile-like functionality for Windows 2015-04-30 08:03:54 +02:00
Mitchell Hashimoto 6ba671c1f3 Merge pull request #105 from leocassarani/patch-2
website: Add output of reading aws/config/root to the docs
2015-04-29 16:53:05 -07:00
Leo Cassarani f968d23b4f Add output of reading aws/config/root to the docs [ci skip]
Replace "TODO" with the current command-line output from the Vault dev server.
2015-04-30 00:17:19 +01:00
Seth Vargo ae04ee2052 Merge pull request #104 from leocassarani/patch-1
Fix typo: "taking" -> "talking"
2015-04-29 18:52:55 -04:00
Leo Cassarani 26c9dea303 Fix typo: "taking" -> "talking" [ci skip]
Pull Request #66 fixes this typo in Vault's command-line output.
This change updates the documentation to reflect the correct output.
2015-04-29 23:51:18 +01:00
Mitchell Hashimoto 1d7f78d3f3 physical/file: open for writing 2015-04-29 11:31:59 -07:00
Mitchell Hashimoto fcde0fa942 update CHANGELOG 2015-04-29 11:30:00 -07:00