File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/com/getindata/connectors/http/internal/utils Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ - optimized logging in HttpHeaderUtils.
6+
57## [ 0.20.0] - 2025-05-23
68
79- Added option to define a proxy for the lookup source (including authentication)
Original file line number Diff line number Diff line change @@ -127,10 +127,7 @@ public static HeaderPreprocessor createOIDCHeaderPreprocessor(ReadableConfig rea
127127 .getOptional (SOURCE_LOOKUP_OIDC_AUTH_TOKEN_EXPIRY_REDUCTION );
128128 headerPreprocessor = HttpHeaderUtils .createOIDCAuthorizationHeaderPreprocessor (
129129 oidcAuthURL .get (), oidcTokenRequest .get (), oidcExpiryReduction );
130- log .info ("created HeaderPreprocessor " + headerPreprocessor
131- + " for OIDC oidcAuthURL=" + oidcAuthURL
132- + ", oidcTokenRequest=" + oidcTokenRequest
133- + ", oidcExpiryReduction=" + oidcExpiryReduction );
130+ log .info ("created OIDC HeaderPreprocessor" );
134131 }
135132 return headerPreprocessor ;
136133 }
You can’t perform that action at this time.
0 commit comments