How to use @creditkarma/vault-client - 1 common examples

To help you get started, we’ve selected a few @creditkarma/vault-client examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github creditkarma / thrift-server / packages / dynamic-config / src / main / resolvers / vault.ts View on Github external
vaultClient = dynamicConfig.get(HVAULT_CONFIG_KEY).then((vaultConfig: IHVConfig) => {
        return Promise.resolve(new Just(new VaultClient(vaultConfig)))
      }, (err: any) => {
        logger.log(`Unable to find valid configuration for Vault`)

@creditkarma/vault-client

A client for communicating with Hashicorp Vault written in TypeScript

Apache-2.0
Latest version published 2 years ago

Package Health Score

46 / 100
Full package analysis

Popular @creditkarma/vault-client functions