jackye1995 commented on PR #4855:
URL: https://github.com/apache/iceberg/pull/4855#issuecomment-1141483714

   Verified locally the credential permission works and all tests pass using 
IAM user `arn:aws:iam::220427471354:user/apache`:
   
   ```
   yzhaoqin$ ./gradlew :iceberg-aws:integrationTest
   
   > Task :iceberg-aws:compileIntegrationJava
   
   > Task :iceberg-aws:integrationTest
   
   BUILD SUCCESSFUL in 32m 4s
   14 actionable tasks: 2 executed, 12 up-to-date
   ```
   
   Currently CI is not able to pick up the secrets, as shown in CI result:
   
   ```
     env:
       JAVA_HOME_8.0.332_x64: /opt/hostedtoolcache/jdk/8.0.332/x64
       JAVA_HOME: /opt/hostedtoolcache/jdk/8.0.332/x64
       JAVA_HOME_8_0_332_X64: /opt/hostedtoolcache/jdk/8.0.332/x64
       AWS_ACCESS_KEY_ID: 
       AWS_SECRET_ACCESS_KEY: 
       AWS_REGION: us-east-1
       AWS_CROSS_REGION: us-west-2
       AWS_TEST_ACCOUNT_ID: 220427471354
       AWS_TEST_BUCKET: iceberg-aws-ci-220427471354-us-east-1
       AWS_TEST_CROSS_REGION_BUCKET: iceberg-aws-ci-220427471354-us-west-2
   ```
   
   Contacting Infra team to take a look.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to