vault icon indicating copy to clipboard operation
vault copied to clipboard

Let Vault modify dynamodb tables and use pay-per-request billing mode.

Open michael-diggin opened this issue 1 year ago • 2 comments

Fixes Issue #25114.

This PR introduces support for creating the DynamoDB table that Vault would use with PAY_PER_REQUEST billing mode, and introduces support for allowing Vault to modify the billing mode and read/write capacity of the table if it already exists. This is done with new environment variables, and the current default behaviour is left unchanged (no-ops if the table already exists).

michael-diggin avatar Jan 29 '24 10:01 michael-diggin

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Jan 29 '24 10:01 hashicorp-cla

Content LGTM. Feel free to merge once ENG signs off on the code changes

schavis avatar Feb 22 '24 20:02 schavis