bumpy-journalist-41369
09/05/2022, 8:49 AM'[2022-09-05 08:32:57,596] ERROR {datahub.entrypoints:188} - Command failed with An error occurred (AccessDenied) when calling the '
'ListObjects operation: Access Denied. Run with --debug to get full trace\n'
I have created an iamserviceaccount associated with the kubernetes cluster called acryl-datahub-actions, having an the following policy:
{
“Version”: “2012-10-17",
“Statement”: [
{
“Effect”: “Allow”,
“Action”: [
“s3:*”
],
“Resource”: [
“arnawss3:::cdca-dev-us-east-1-product-metrics”,
“arnawss3:::cdca-dev-us-east-1-product-metrics/*”
]
}
]
}
The receipe that I am trying is the following:
sink:
type: datahub-rest
config:
server: ‘http://datahub-datahub-gms:8080’
source:
type: s3
config:
profiling:
enabled: false
path_spec:
include: ‘s3://my-bucket/table/sh_date=2021-06-23/test.parquet’
env: DEV
aws_config:
aws_region: us-east-1
P.S in the policy I have given all the permission for S3, which will eventually I will narrow down.dazzling-judge-80093
09/05/2022, 12:20 PMListObjects operation: Access Denied if it is appropriately set.bumpy-journalist-41369
09/05/2022, 2:45 PMbumpy-journalist-41369
09/05/2022, 2:48 PMbumpy-journalist-41369
09/05/2022, 2:49 PMbumpy-journalist-41369
09/05/2022, 2:49 PM