chiefy / vaulted

nodejs based wrapper for HashiCorp's Vault HTTP API
https://chiefy.github.io/vaulted
MIT License
47 stars 6 forks source link

chore(configs): Add more config options and refactor #36

Closed kenjones-cisco closed 8 years ago

kenjones-cisco commented 8 years ago

Adds SSL, Proxy, and timeout options.

Removes api_defs and prefix from config as those are tightly coupled with the implementation and should not be user configurable.

Switch API definitions from verbose json structure to simpler yaml format that removes the amount of processing.

closes #2