Commit Graph

976 Commits

Author SHA1 Message Date
Armon Dadgar 19a54ea09a Merge pull request #166 from Banno/remove-plugin-docs
remove unused plugin docs
2015-05-07 12:26:44 -07:00
Spencer Herzberg 71b8f7b779 remove unused docs 2015-05-07 14:20:33 -05:00
Armon Dadgar 3500535db3 vault: fix detection of missing trailing slash. Fixes #157 2015-05-07 12:18:50 -07:00
Armon Dadgar 6bdfe9a707 Merge pull request #160 from hashicorp/sethvargo/auth_docs
Add instructions for enabling the auth first
2015-05-07 11:28:07 -07:00
Armon Dadgar cef7ced704 Merge pull request #161 from hashicorp/sethvargo/output_fix
Fix output from GitHub help
2015-05-07 11:27:09 -07:00
Seth Vargo 04015fdf55 Fix output from GitHub help 2015-05-07 14:13:12 -04:00
Seth Vargo d2a6433270 Add instructions for enabling the auth first 2015-05-07 13:52:06 -04:00
Seth Vargo dfcf2dafaa Merge pull request #154 from leocassarani/patch-3
Fix typo in docs: "it's" -> "its"
2015-05-07 13:31:03 -04:00
Leo Cassarani db10a974f6 Fix typo in docs: "it's" -> "its" [ci skip] 2015-05-07 11:08:03 +00:00
Armon Dadgar b07d0bc56f audit/file: Create file if it does not exist. Fixes #148 2015-05-06 11:33:06 -07:00
Armon Dadgar 0af92bdd2c physical/zk: Style changes and more error checking 2015-05-06 11:08:26 -07:00
Armon Dadgar 9d7119d7d0 website: minor doc changes for zookeeper 2015-05-06 11:08:26 -07:00
Armon Dadgar b71afe54e5 Merge pull request #139 from fubar-coder/master
Escape backslash to allow usage of dev server on Windows using MinGW
2015-05-06 11:05:06 -07:00
Armon Dadgar b523898e81 Merge pull request #149 from Banno/zookeeper-physical
Zookeeper physical storage backend
2015-05-06 10:52:50 -07:00
Spencer Herzberg 4486b2e850 attempting to fix godep missing src files 2015-05-06 12:11:12 -05:00
Spencer Herzberg 985600a986 fixing default zookeeper port 2015-05-06 08:57:24 -05:00
Spencer Herzberg 9f28ded981 remove submodule 2015-05-05 21:32:39 -05:00
Spencer Herzberg ad0093dc55 godep src files for go-zookeeper 2015-05-05 21:29:40 -05:00
Spencer Herzberg 2869efd6fb be optimistic on zk paths operations
* zk requires paths to be set or the client returns an error
* catch these errors instead of creating the full path
2015-05-05 21:23:24 -05:00
Spencer Herzberg 8a4c2eb691 cleanup zk HA leftover docs 2015-05-05 17:22:43 -05:00
Spencer Herzberg 9793986357 properly default zk address to localhost 2015-05-05 17:20:38 -05:00
Spencer Herzberg f10d993fb5 limit round trips on zk delete 2015-05-05 17:14:41 -05:00
Spencer Herzberg 7d16da4174 fixing comment; bad copy-paste-edit 2015-05-05 16:56:49 -05:00
Spencer Herzberg a54c9d22ea added missing godep entry 2015-05-05 16:54:48 -05:00
Spencer Herzberg 966204d73f initial implementation of non-ha zookeeper 2015-05-05 16:49:18 -05:00
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