fivetran-ashokborra commented on issue #480:
URL: https://github.com/apache/polaris/issues/480#issuecomment-2806283561

   @jbonofre @MonkeyCanCode As per the TODO comment 
[here](https://github.com/apache/polaris/blob/main/polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredentialsStorageIntegration.java#L115),
 it seems KMS is not supported. 
   Just for testing, I added the below snippet 
[here](https://github.com/apache/polaris/blob/main/polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredentialsStorageIntegration.java#L184)
 
   
   ```
   policyBuilder.addStatement(
               
IamStatement.builder().effect(IamEffect.ALLOW).addAction("kms:GenerateDataKey").addAction("kms:Decrypt").addAction(
                       "kms:DescribeKey").addResource("*").build());
   ```
   It has worked. I'm happy to raise a PR to support KMS


-- 
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]

Reply via email to