Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

node-vault

Client for HashiCorp's Vault
Collective - Host: opensource - https://opencollective.com/node-vault - Code: https://github.com/kr1sp1n/node-vault

Allow token renewal increment to be string as well as integer

github.com/nodevault/node-vault - 132d6ff040e15df16cd41d88a80f5458d72881be authored over 8 years ago
Add default requestOptions to config and avoid modifying per-request requestOptions

github.com/nodevault/node-vault - 403db7da598e931e443c889073bcb62263785e26 authored over 8 years ago
Add token accessor list and token creation commands

Factor out common response schemas

github.com/nodevault/node-vault - b86ac49360ddabfb6ab0a3b4d9725bcab1331253 authored over 8 years ago
Add query parameter schema support and use it for health endpoint

github.com/nodevault/node-vault - 033f485eb1fcf90a222c895db33f9ed512875ba6 authored over 8 years ago
Add health, leader, token, and root token generation commands

Include response schema for unseal

github.com/nodevault/node-vault - 4e36972c21e90478e2b63beb2f8ecfa2de2160e7 authored over 8 years ago
Don't concatenate source in transpile, to avoid require() failing to find './commands.js'

github.com/nodevault/node-vault - 3abd5997566ffa6ae1953fa12c972706b0365c61 authored over 8 years ago
Merge pull request #26 from julianbei/master

Node 6 ES 6 and Airbnb styleguide

github.com/nodevault/node-vault - d7754aa70a3d2020252ba979c333fd7263f3d713 authored over 8 years ago
refactoring and cleaning up

github.com/nodevault/node-vault - f079f718155bcc17a199eee49bd9354aedd86a2b authored over 8 years ago
performance tuning and package.json fixes

github.com/nodevault/node-vault - 3ed4318652b3e643e1a75c64585360c2384b1bbb authored over 8 years ago
added gulp build and test utility including linting and transpiling

github.com/nodevault/node-vault - 11f450b39646f39c9dc0d90389be79abfae7a35f authored over 8 years ago
fix for auth_github.js function shortener

github.com/nodevault/node-vault - dbd1f62e1ecb0e00cc75787a26826c2753dc0549 authored over 8 years ago
fix for the failing pipeline

github.com/nodevault/node-vault - 33476a6e4e3757f9a5d3d7b227c0c5c1453e6695 authored over 8 years ago
fixed guard clauses and linting errors

github.com/nodevault/node-vault - 3ddc7da43f701ecea78741945c81cf8f3a1abca8 authored over 8 years ago
Node 6 ES 6 and Airbnb styleguide

enforced the coding style guide from:
https://github.com/airbnb/javascript

github.com/nodevault/node-vault - ab418e6d64d21693457a05571ed828589526c959 authored over 8 years ago
add more integration tests and fix issue #24 by merging PR #25

github.com/nodevault/node-vault - 1eb975ae5b910ecd83648d003f8f816047475dbf authored over 8 years ago
Merge pull request #25 from adamkelsall/master

Updated npm package main file

github.com/nodevault/node-vault - c6f7b3364ecde75cb29642ae51c8f50d5a263606 authored over 8 years ago
Pointed to new main file

github.com/nodevault/node-vault - 5d51ed686504dcbf1b46a6481ccf872364ae569f authored over 8 years ago
Update README.md

github.com/nodevault/node-vault - 86b1883473904e07984f0b88132963fa2ee8118f authored over 8 years ago
add example for passing request options

github.com/nodevault/node-vault - a168210eae75ba705beb4534de0d2bff1eec5e0b authored over 8 years ago
add userpass auth backend

github.com/nodevault/node-vault - 6655e4da2ccef0e8566f45950159e0fcb346bcc4 authored over 8 years ago
Merge pull request #20 from kr1sp1n/javascript

Javascript and Promises

github.com/nodevault/node-vault - e6db4fe97227fb249b0dd53dcbc9ba89443b8879 authored over 8 years ago
add userpass auth

github.com/nodevault/node-vault - 5452a2248216969834ee7fc4fb49b70e2c48dc09 authored over 8 years ago
Merge branch 'javascript' of github.com:kr1sp1n/node-vault into javascript

github.com/nodevault/node-vault - c8887a69e89ef0526c426c5343eea9cea5ee1c79 authored over 8 years ago
update features.md

github.com/nodevault/node-vault - afb260cc8e943f61721e8f8dda09e25cbf8106f1 authored over 8 years ago
Update README.md

github.com/nodevault/node-vault - 621e7778803257d36e817dc986021a62d3cdb31b authored over 8 years ago
add coverage report to docker-compose.yml

github.com/nodevault/node-vault - 32d93d29c068269c43d699a0e21edb26502f5463 authored over 8 years ago
add coveralls to docker-compose.yml

github.com/nodevault/node-vault - c150f133037fdd3b153f47b0ae428b5537acaa11 authored over 8 years ago
cleanup Travis CI config

github.com/nodevault/node-vault - 524ca316f13c02a1cea00d0c05d31c55c5c449bb authored over 8 years ago
try to fix Travis CI build chain with docker-compose

github.com/nodevault/node-vault - be4751e35a31316635562e926016446e990b35f0 authored over 8 years ago
try to fix Travis CI build chain with docker-compose

github.com/nodevault/node-vault - bfe6d46a0e83351b4d4ab4ea6d62c4db7b3b1c4b authored over 8 years ago
try to fix Travis CI build chain with docker-compose

github.com/nodevault/node-vault - 56ab63ba059067a49e76a7e6be033fb97fab3e15 authored over 8 years ago
try to use docker-compose for Travis CI build chain

github.com/nodevault/node-vault - 582f3f064e80b9aaf80318fd64482981519733ea authored over 8 years ago
remove testing node v0.10

github.com/nodevault/node-vault - 1c3ea1fe254c304263196df6a8451ee23ae7a6c8 authored over 8 years ago
add docker support to Travis CI build chain

github.com/nodevault/node-vault - 3f00d65eb8d2bf9c8613e74b94bdc42289aa0e3c authored over 8 years ago
refactor examples and dockerize tests

github.com/nodevault/node-vault - c81353ead66ffb5403dfaca70d125917f3c05695 authored over 8 years ago
fix unit tests

github.com/nodevault/node-vault - b745a0bb91934c5cd96566debe0a7caf6b78fc2a authored almost 9 years ago
add bluebird as dependency

github.com/nodevault/node-vault - bc8f899ca9ea112ca99fc2cf641fbca70c5a96b1 authored almost 9 years ago
remove string extrapolation

github.com/nodevault/node-vault - e13e8c8be7fb69348e386060a7e70f19c296dd16 authored almost 9 years ago
add CI for nodejs 4 and 5

github.com/nodevault/node-vault - b16c861987b7d2971c42ad1a593d808e28da4ee6 authored almost 9 years ago
solve conflicts

github.com/nodevault/node-vault - a198396bfa20b4713992bd16701997de37ed4b18 authored almost 9 years ago
refactor tests

github.com/nodevault/node-vault - 1e8fcf3fdca7d6930eaf47cebac367257e76860b authored almost 9 years ago
fix travisCI badge

github.com/nodevault/node-vault - 973dbca6f8c66974671253b2345640c84eb279be authored almost 9 years ago
fix travisCI badge

github.com/nodevault/node-vault - afbef5e30819d47b9372394f7ad63340058a7ea8 authored almost 9 years ago
start refactoring

github.com/nodevault/node-vault - 58aeefaa0b47968f0ccce08f32659c963e743483 authored almost 9 years ago
solve conflict

github.com/nodevault/node-vault - 601174e0fae91c66c4c174d9e7574992e0e001cb authored almost 9 years ago
Merge pull request #18 from doublerebel/master

[dist,fix] compile and distribute js with source maps [Fixes #17]

github.com/nodevault/node-vault - 7dac4fe5ab6155a69c33047e7025a674ccac47a0 authored almost 9 years ago
[dist,fix] compile and distribute js with source maps [Fixes #17]

github.com/nodevault/node-vault - 1988a341ba323da20f4e4a795e64912a27403bec authored almost 9 years ago
add docco and update docs

github.com/nodevault/node-vault - e7667045f20b01a8ed10b6cf5c0ccfbfed3769fc authored about 9 years ago
add json schema validation for routes and add much more tests

github.com/nodevault/node-vault - 482e9b2d09be9aab29d8a32ef00540bf39e0902a authored about 9 years ago
Update README.md

github.com/nodevault/node-vault - 7ae5c0fb55eac4071d3cc5a2e0bf40a4ee78f94a authored about 9 years ago
Merge pull request #11 from samhiatt/master

added getPolicy method

github.com/nodevault/node-vault - 5c4dc7f88efcb1ffedf722a1f1752b26091b7aab authored about 9 years ago
added getPolicy method

github.com/nodevault/node-vault - dd453a7f46f706210f52f12e05a4de92767a3e28 authored about 9 years ago
upgrade mustache pkg

github.com/nodevault/node-vault - 6854477ce134a36196bb604a97a22b566b9e409f authored about 9 years ago
upgrade all packages and refactor a bit

github.com/nodevault/node-vault - f2882d16f33a6c43f62a611fc1a7b18bfddfa9c9 authored about 9 years ago
fix issue #10 and add example

github.com/nodevault/node-vault - d1310326728c660f58d1d6bf91d2caa9cc5e0cb2 authored about 9 years ago
Fix issue #9 and add example

github.com/nodevault/node-vault - a7bc48f5b08c3d63da0b1707c6455a1345212e1d authored about 9 years ago
Update README.md

github.com/nodevault/node-vault - 45299cdffa068d9e47b9a73d38adbb7ae4571ea9 authored over 9 years ago
Merge branch 'master' of github.com:kr1sp1n/node-vault

github.com/nodevault/node-vault - 0dc4ddbe0c2247af0c423f9e249d1e0910babb1c authored over 9 years ago
Update README.md

github.com/nodevault/node-vault - 41df00c1ef45de11caebb382ac813ede4813272c authored over 9 years ago
Update README.md

github.com/nodevault/node-vault - 2da5f6f5e19ec4484e1aec443041295cdf8ff16e authored over 9 years ago
add postgresql backend example and add postgres as docker image for testing

github.com/nodevault/node-vault - 21c7e0fa1dc2c9d2ec793c38cff6f008684e78c3 authored over 9 years ago
Merge pull request #5 from mscheker/master

Yeah!

github.com/nodevault/node-vault - 6b8c08fa82f60adc47e69005249aae4fa7ccee22 authored over 9 years ago
Fixed issue in which the _handleErrors function was not returning the status code and message returned by the vault server.

github.com/nodevault/node-vault - 506f2a6e45c3ecce0109e85b663800b53f59a48f authored over 9 years ago
Update package.json

github.com/nodevault/node-vault - 25d9dc7565ca6d9d8703de9142c0c870d97be17f authored over 9 years ago
Merge pull request #2 from timjrobinson/javascript-index

Yeah!

github.com/nodevault/node-vault - 7646c5c4645fecd2ef28ff6c0994f53d8b8485af authored over 9 years ago
Update README.md

github.com/nodevault/node-vault - 561b7e006388189e5129a620cd97798e70c3b7e9 authored over 9 years ago
Merge pull request #1 from timjrobinson/javascript-examples

Thanks for the pull request ;)

github.com/nodevault/node-vault - fd5f62f36c1d4dcf6c200bed4319ad53060ad4bb authored over 9 years ago
Update README.md

github.com/nodevault/node-vault - f30e7cd6df752863a601dc32b1ec87a79b5555a7 authored over 9 years ago
Making index a javascript file so this module can be used by javascript projects

github.com/nodevault/node-vault - b8d06ed5337d5febaefab51c2a9c7b4c66c38b16 authored over 9 years ago
Changed examples to javascript

github.com/nodevault/node-vault - c44bae66c48b06a4500c49ebb0d3ffb6319e5c47 authored over 9 years ago
Merge branch 'master' of github.com:kr1sp1n/node-vault

github.com/nodevault/node-vault - aeea47a75c9edd8d07d07556a0e023e1c45df974 authored over 9 years ago
add black box testing via docker

github.com/nodevault/node-vault - f0d7d4bd33dca31c98084b47f258a8792d20f0fe authored over 9 years ago
Update README.md

github.com/nodevault/node-vault - 368f89039c71905000e628f5ce60cc6198486ca2 authored over 9 years ago
Update README.md

github.com/nodevault/node-vault - 0698b0a0a3eca748e4885d869bc5f9efd53831e8 authored over 9 years ago
add Dockerfile and docker-compose

github.com/nodevault/node-vault - 13c53be10856f4e4f92da3bfa7e1357a256ad462 authored over 9 years ago
add coveralls support

github.com/nodevault/node-vault - 28714fcf3497370ab55137909dffc92fed5a77c9 authored over 9 years ago
add coveralls and travisCI

github.com/nodevault/node-vault - 0841f6a522ca1af8f726ece35f096c81f8f02087 authored over 9 years ago
add coverage reporting

github.com/nodevault/node-vault - ba57f1ed32ab90e01a2dde2b07c2c57a14adc129 authored over 9 years ago
add example for leases

github.com/nodevault/node-vault - a12d6c7d03ddb209cfd9b8a4d61a4abc2cb1a7e3 authored over 9 years ago
add examples and refactor

github.com/nodevault/node-vault - a26ab9513dfa262dcffc17b3039a740cff4e84f6 authored over 9 years ago
initial package release

github.com/nodevault/node-vault - a602dcafe2bbd83de3c4880278bc7115562c88f9 authored over 9 years ago