nandorKollar commented on issue #14437: URL: https://github.com/apache/iceberg/issues/14437#issuecomment-3463003641
Actually KMS clients are implemented inside Iceberg, at least those, which connect encryption keys with cloud provider specific KMS implementations. The clients within Iceberg implement the [KeyManagementClient](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/encryption/KeyManagementClient.java) interface, [GCP](https://github.com/apache/iceberg/blob/main/gcp/src/main/java/org/apache/iceberg/gcp/GcpKeyManagementClient.java) and [AWS](https://github.com/apache/iceberg/blob/main/aws/src/main/java/org/apache/iceberg/aws/AwsKeyManagementClient.java) already has an implementation. Did you also implement the aforementioned interface for HashiCorp vault? -- 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]
