Open zacdav-db opened 3 years ago
During the cloudformation stack KMS encounters an error no matter what I do - seems to be an issue with the API request.
Here are the cloudwatch logs:
Request:
{ "RequestType": "Create", "ServiceToken": "XXXXXXXXXXXXXXXXX", "ResponseURL": "XXXXXXXXXXXXXXXXX", "StackId": "XXXXXXXXXXXXXXXXX", "RequestId": "XXXXXXXXXXXXXXXXX", "LogicalResourceId": "createCustomerManagedKey", "ResourceType": "Custom::CreateCustomerManagedKey", "ResourceProperties": { "ServiceToken": "XXXXXXXXXXXXXXXXX", "authoritative_user_full_name": "", "accountId": "XXXXXXXXXXXXXXXXX", "encodedbase64": "XXXXXXXXXXXXXXXXX", "key_arn": "XXXXXXXXXXXXXXXXX", "action": "CREATE_CUSTOMER_MANAGED_KEY", "key_alias": "XXXXXXXXXXXXXXXXX", "customer_name": "", "key_region": "ap-southeast-2", "authoritative_user_email": "", "user_agent": "databricks-CloudFormation-provider" } }
Response:
HTTP content: b'{ "message": "MALFORMED_REQUEST: Missing required parameters: use_cases" }'
Doc's mention the param here
During the cloudformation stack KMS encounters an error no matter what I do - seems to be an issue with the API request.
Here are the cloudwatch logs:
Request:
Response:
Doc's mention the param here