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

feature(kms): Allow Functions to Decrypt Environment Variables #1

Closed

Commits on Apr 13, 2021

  1. feature(kms): Allow Functions to Decrypt Environment Variables

    ...If They Have Been Encrypted
    
    When a Function specifies that its environment variables should be
    encrypted by supplying a value for `KmsKeyArn`, a corresponding
    Policy will be generated for that Function's execution Role which
    allows it to decrypt the environment variables with that key.
    Permissions are restricted so that it should be able to do nothing
    else with the key.
    chrisoverzero committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f85ea2e View commit details
    Browse the repository at this point in the history