@friggframework/encrypt

1.1.8 • Public • Published

encrypt

This package exports the encrypt mongoose plugin used in Frigg. You can find its documentation on Frigg's website.

Configuration

Environment variable Description
KMS_KEY_ARN The AWS KMS Key ARN, if using it to encryption/decryption.
AES_KEY AES key, used in conjunction with AES_KEY_ID. AES option is mutually exclusive with KMS_KEY_ARN.
AES_KEY_ID AES key ID, used in conjunction with AES_KEY.
STAGE The stage in which the application is running. It is usually defined in Serverless configuration, if used.
BYPASS_ENCRYPTION_STAGE Stages to bypass encryption/decryption, separated by comma.

/@friggframework/encrypt/

    Package Sidebar

    Install

    npm i @friggframework/encrypt

    Weekly Downloads

    4

    Version

    1.1.8

    License

    MIT

    Unpacked Size

    64.9 kB

    Total Files

    13

    Last publish

    Collaborators

    • michael.webber.lefthook
    • lefthooktom
    • seanspeaks