Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to obtain the Vault Server status with the response code back from Vault Server? #4

Open
rav94 opened this issue Nov 12, 2017 · 0 comments

Comments

@rav94
Copy link

rav94 commented Nov 12, 2017

Is there a specific way to obtain the server status with the response code from Vault Server in node-vault-js? I tried [https://github.com/kr1sp1n/node-vault/blob/master/example/status.js](original example) as follows by using this library,


vault.status(function(err, result) {
    if (err) {
      throw err
    }
    console.log('Read with response: ', result)
    });

But it doesn't work, is this implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant