Release 1.10.0 with patches [FLEET-5742]#16
Merged
Conversation
As of now, the upstream implementation does not support default AWS StaticCredentialsProvider for AWS Glue, since it expected the create method to accept Map<String, String> instead of an instance of AwsCredentials class here https://github.com/apache/iceberg/blob/ff813445916bfd6ec1cc30a02b02f8bade7a26f6/aws/src/main/java/org/apache/iceberg/aws/AwsClientProperties.java#L239. This commit provides an adapted implementation of StaticCredentialsProvider that accepts Map<String, String> as expected by Iceberg.
Worker properties parsing is breaking a lot of abstractions from Kafka Connect perspective and exposing to the connector the properties that should not be exposed. More over it breaks config providers support. The client configuration for the control topic should be specified in the connector configuration, and it should be connector's responsibility to provide the necessary configs.
Refactor STS endpoint configuration
This is optional and hasn't been contributed upstream.
a4fbfea to
4114cb9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Everything before
GCP: Pass in JSON credentials string via configare patches carried over from the official 1.9.2 release of Iceberg.This is the commit used in https://github.com/aiven/aiven-core/pull/67064