Skip to content

Provides a lambda function to generate base64 encoded AES128 keys for Secret Manager

License

Notifications You must be signed in to change notification settings

kwessel/terraform-aws-aes128-key-rotation

 
 

Repository files navigation

aes128-key-rotation

Build Status

Provides a lambda function, IAM role, and policy to generate base64 encoded AES128 keys for Secret Manager. This may be used with module shibd-data-sealer.

Argument Reference

The following arguments are supported:

  • name - Lambda function name (Default aes128-key-rot).

  • role - Role name (Default AWSLambdaSecretManagerRole).

  • policy - Policy name (Default AWSLambdaSecretManager).

  • runtime - Lambda runtime (Default python3.8).

Attributes Reference

The following attributes are exported:

  • qualified_arn - The Amazon Resource Name (ARN) identifying your Lambda Function Version.

  • version - Latest published version of your Lambda Function.

About

Provides a lambda function to generate base64 encoded AES128 keys for Secret Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.9%
  • HCL 23.7%
  • Makefile 21.1%
  • Dockerfile 2.3%