Julian Zhang created NIFI-11288:
-----------------------------------
Summary: When using AssumeRoleWithWebIdentity method, the STS
dependencies is missing.
Key: NIFI-11288
URL: https://issues.apache.org/jira/browse/NIFI-11288
Project: Apache NiFi
Issue Type: Bug
Components: Extensions, NiFi Registry
Reporter: Julian Zhang
When NiFi Processors or NiFi Registry accesses AWS services using the
AssumeRoleWithWebIdentity method in the AWSCredentialsProviderChain class, the
correct credentials are not available due to the lack of STS dependencies.
{code:java}
2023-03-14 15:56:44,700 DEBUG [Timer-Driven Process Thread-2]
c.a.auth.AWSCredentialsProviderChain Unable to load credentials from
WebIdentityTokenCredentialsProvider: To use assume role profiles the
aws-java-sdk-sts module must be on the class path. {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)