2.0.7 • Published 3 years ago

opificio-serverless-plugin-vault-cdci v2.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Serverless Plugin Vault cdci

Unofficial clone of serverless-plugin-vault-v2 by eliasjcjunior without --vault command to use in cdci Official plugin

Features

  • Working with serverless-plugin-dotenv
  • Get the environments variables from your Hashicorp VAULT! (API V2)
  • Integrates with Key Management Service (AWS)

Instalation

npm install --save-dev serverless-plugin-vault-cdci

Vault Configuration

The configuration to initialize:

custom:
    vault:
        token: "<TOKEN_OF_USER>"
        url: <SERVER_URL>"
        paths: ["PATH_STORE1", ...]
        ssl_check: boolean

KMS Configuration

To add the kms integration, just put the Kms object with your vault configuration:

custom:
    vault:
        ...
    kms:
        keyId: <"KMS_ID">

Use

Vault Service run always after serverless command deploy and with serverless offline the command offline start.

Examples:

serverless deploy

and

serverless offline start

to use without Vault Service

serverless deploy --skipVault

and

serverless offline start --skipVault

License

MIT

2.0.7

3 years ago

2.0.6

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.2-0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago