chiefy / vaulted

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

feature(apis): Support require token per API call #58

Closed kenjones-cisco closed 8 years ago

kenjones-cisco commented 8 years ago

Adds the ability to configure requiring token per API call using the option no_global_tokens. Avoid accidentally using the root token for every call and creating a security hole.

closes #54