Feature request
Add support for reading ssm parameter store values
Currently there is no possibility due to permission issues to read values from the SSM parameter store, not allowing then to read plain nor secure strings stored in SSM Parameter Store; only secured values from Secrets Manager may be read.
By adding the action ssm:GetParameters to the policy task_container_secrets we may be able to do so.
I have made the PR #54 implementing this.