nastra commented on issue #11674:
URL: https://github.com/apache/iceberg/issues/11674#issuecomment-2510768230

   @krisroops I don't know exactly what Dynamo needs in terms of secrets, but 
my guess is that the REST image needs to talk to Minio and to DynamoDB, so you 
need to make sure that you properly pass secrets for those two. 
   Is `AWS_ACCESS_KEY_ID=fakeKeyId123` / 
`AWS_SECRET_ACCESS_KEY=fakeSecretAccessKey123` referring to what Dynamo needs? 
I don't know exactly what Dynamo needs, but in case you need to pass access 
key/secret access keys for Minio and Dynamo, then you could pass it for Minio 
via `CATALOG_S3_ACCESS__KEY__ID=...` / `CATALOG_S3_SECRET__ACCESS__KEY=...` 
(because `AWS_ACCESS_KEY_ID` / `AWS_SECRET_ACCESS_KEY` are already being used 
for Dynamo)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to