Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
MIT License
70
stars
28
forks
source link
KMS Authentication Error in Lambda When Running Tibanna #402
After executing the command:
tibanna deploy_unicorn -g tibanna_group -b bucket
I proceeded to run:
tibanna run_workflow --input-json=tibanna_input.json
However, I encountered an error in the first Lambda function during the Step Function execution:
{
"cause": "Lambda was unable to decrypt the environment variables because KMS access was denied. Please check the function's KMS key settings. KMS Exception: AccessDeniedExceptionKMS Message: User: arn:aws:sts::aws-account:assumed-role/tibanna_a_run_task_awsem/run_task_awsem_tibanna_a is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:resion:aws-acount:key/key_ID because no resource-based policy allows the kms:Decrypt action (Service: Lambda, Status Code: 502, Request ID: ID)",
"error": "Lambda.KMSAccessDeniedException"
}
Could you help identify the cause and suggest a solution?
After executing the command:
tibanna deploy_unicorn -g tibanna_group -b bucket
I proceeded to run:tibanna run_workflow --input-json=tibanna_input.json
However, I encountered an error in the first Lambda function during the Step Function execution:Could you help identify the cause and suggest a solution?
Here is the input.json I used: