Commit graph

630 commits

Author SHA1 Message Date
Ethan Katnic
210d61a843 Improve logging for failed/successful credential creation 2024-11-04 12:53:15 -08:00
Ethan Katnic
c27744d789 Update properties files with correct property name 2024-11-04 10:15:03 -08:00
Ethan Katnic
16ab7c8d25 Catch up to kclv3-off-master 2024-11-04 09:25:11 -08:00
Ethan Katnic
0917cc9e06 Merge branch 'master' into multilang-sdk-upgrade 2024-11-04 09:13:31 -08:00
Ethan Katnic
674344f477 Remove glue transient dependency on sdkv1 2024-11-01 18:02:28 -07:00
Abhit Sawwalakhe
3c4771a564 Add support for PITR,Tags and Deletion protection for WorkerMetrics and CooridnatorStats table 2024-11-02 00:47:25 +00:00
Ethan Katnic
fa4bf5ba68 Add migration script 2024-11-01 17:42:59 -07:00
Aravinda Kidambi Srinivasan
a27c22def9 Rename few classes and fields from review of multi-lang changes 2024-11-01 17:15:11 -07:00
Aravinda Kidambi Srinivasan
0ac22c750b Remove deprecated method and code review for Lucien's test changes
Remove few more deprecated methods

Also did minor changes in DynamoDBLeaseRefresherTest
2024-11-01 16:28:40 -07:00
Furqaan Ali
67d54045c1 Merge from multilang-kclv3 branch: Add multi-lang support for new configs, refactor enums, and update documentation
This is a squash of commits a144dfaac117415c400e8786b98060f5660d4276 through 4185f6e72520744e8a18cd04c550bc57a1bfd298.
2024-11-01 15:11:40 -07:00
Lucien Luc
2524ef83c3 Fix DDBLeaseManagementFactory constructor javadoc and remove deprecated annotation.
Re-add missing unit tests from merge.
2024-11-01 15:07:46 -07:00
Furqaan Ali
a754364d29 KCLv3 merge 2024-10-31 14:11:40 -07:00
dependabot[bot]
a159fa31fb
Bump com.google.protobuf:protobuf-java in /amazon-kinesis-client (#1383)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.27.0 to 4.27.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 13:30:44 -07:00
ethkatnic
fa361ca693
Merge pull request #6 from ethkatnic/multilang-naming-convention-change
Replace AWSCredentialProvider with AwsCredentialProvider
2024-09-23 13:04:56 -07:00
Ethan Katnic
0d890a24d8 Add testing for property key parsing. Update documentation for providers. 2024-09-23 11:13:27 -07:00
Ethan Katnic
95253af6f2 Remove inline comment 2024-09-10 13:57:27 -07:00
Ethan Katnic
88dc89e1a8 Remove unused import and clean up helper processKey fn 2024-09-10 11:40:46 -07:00
Ethan Katnic
df0782d34c Replace AWSCredentialProvider with AwsCredentialProvider to be consistent with SDK v2 naming convention 2024-09-10 11:33:47 -07:00
Ethan Katnic
f8d5750bd2 Update comment references to AWS SDK v2 2024-09-10 08:34:33 -07:00
ethkatnic
f91140bb04
Merge pull request #2 from ethkatnic/provider-decoder-improvements
Multilang - Provider Decoder Improvements
2024-09-10 08:23:08 -07:00
Ethan Katnic
f87bf83deb Reorganize getValidCredentialsProviders to simplify calls 2024-09-09 13:26:51 -07:00
Ethan Katnic
ac7d975c5f Specify sts provider path for conversion to kclStsProvider 2024-09-05 09:39:22 -07:00
Ethan Katnic
4d5a3995f0 Fix method header to remove unused param description 2024-09-05 08:53:50 -07:00
ethkatnic
42a7768f1c
Merge pull request #1 from ethkatnic/aws-sdk-v1-to-v2
MultiLang AWS SDK v1 to v2
2024-09-04 11:11:23 -07:00
Ethan Katnic
3923eb8bee Rewrite credentials doc to be consistent with v2 changes 2024-09-04 10:58:50 -07:00
Ethan Katnic
90d984b670 Add method header for getClass helper 2024-09-04 10:38:15 -07:00
Ethan Katnic
892cc79dfc Add functionality to decoder for create(arg) providers and refactor provider creation 2024-09-04 10:31:43 -07:00
Ethan Katnic
1e708e1196 Add tests to validate create() method providers and StsAssumeRoleCredentialsProvider 2024-09-04 10:30:56 -07:00
Ethan Katnic
77a3440f0b Clean up legacy library names 2024-08-29 16:21:23 -07:00
Ethan Katnic
6deff85994 Remove unused prefix 2024-08-29 16:16:18 -07:00
Ethan Katnic
9b342180e0 Clean up unused changes 2024-08-29 16:13:02 -07:00
Ethan Katnic
921781b9f9 Simplify decoder logic for empty create constructor. Update documentation. 2024-08-29 15:46:42 -07:00
Ethan Katnic
444a4ddf9a Add https check 2024-08-27 10:19:27 -07:00
Ethan Katnic
22c2a7c910 Simplify syntax of StsAssumeRoleCredentialsProvider 2024-08-27 09:10:49 -07:00
Ethan Katnic
6799c81f82 Simplify StsAssumeRoleCredentialsProvider logic 2024-08-27 09:06:07 -07:00
Ethan Katnic
f8eafb457a Add casting check for create() provider 2024-08-22 10:33:07 -07:00
Ethan Katnic
8aa81dc255 Remove unused old sdk version 2024-08-21 11:35:28 -07:00
Ethan Katnic
4edccf42f0 Add region validation to region setting in NestedPropertyProcessor 2024-08-21 10:44:18 -07:00
Ethan Katnic
e6402773d6 Fix syntax error, update method header for new clazz param 2024-08-21 09:18:17 -07:00
Ethan Katnic
f83f8c8e02 Upgrade DefaultCredentialsProvider and AwsBasicCredentials to AWS SDK v2 2024-08-21 08:49:42 -07:00
Ethan Katnic
c8f642b435 Upgrade ProviderPropertyValueDecoder to aws SDK v2 2024-08-21 08:48:31 -07:00
Ethan Katnic
17f7d51845 Remove v1 credential wrapper from daemon configuration 2024-08-20 10:08:10 -07:00
Ethan Katnic
119ef42206 Rewrite KCLSTSAssumeRoleCredentialsProvider to use AWS SDK v2 2024-08-19 17:41:06 -07:00
Ethan Katnic
a8b70da3b3 Upgrade NestedPropertyKey and NestedPropertyProcessor to AWS SDKv2 2024-08-19 17:39:30 -07:00
lucienlu-aws
0478575b3d
bugfix: debug or trace logging level now properly logs all worker loops (#1372) 2024-07-26 10:03:46 -07:00
lucienlu-aws
1c0c41c4e8
Add config to enable PITR (#1365)
* Add config to enable PITR
2024-07-15 14:15:52 -07:00
nakulj
5878ba8ac6
Add a backwards compatibility check for .proto files (#1362) 2024-07-12 11:18:54 -07:00
nakulj
3b5c59ec04
fix backwards compatibility check (#1361) 2024-07-12 09:46:49 -07:00
nakulj
57dcddf10b
Fix some of the warnings emitted by maven during build (#1363)
* Set the source encoding in the pom.

This stops the following warning from being emitted in our logs:

```
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
```

* Replace deprecated systemProperties.

The recommended replacement is systemPropertyVariables, documented [here](https://maven.apache.org/surefire/maven-surefire-plugin/examples/system-properties.html).
2024-07-08 15:22:24 -07:00
Nakul Joshi
f507066ea6 *Actually* skip tests while running backwards compatibility test. 2024-07-02 14:00:57 -07:00