Skip to content

Commit d3172d8

Browse files
Added native support for StsWebIdentityCredentialsProviderFactory, as this is used with reflection on class WebIdentityCredentialsUtils (#3976)
Co-authored-by: Zoe Wang <[email protected]>
1 parent cf9640b commit d3172d8

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"category": "AWS SDK for Java v2",
3+
"contributor": "martinKindall",
4+
"type": "bugfix",
5+
"description": "STS was being skipped in the default credential provider chain when using native builds in java. Now a proper reflect-config.json file was added to include sts."
6+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"name": "software.amazon.awssdk.services.sts.internal.StsWebIdentityCredentialsProviderFactory",
4+
"methods": [
5+
{
6+
"name": "<init>",
7+
"parameterTypes": []
8+
}
9+
]
10+
}
11+
]

0 commit comments

Comments
 (0)