[
https://issues.apache.org/jira/browse/NIFI-15790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18071715#comment-18071715
]
ASF subversion and git services commented on NIFI-15790:
--------------------------------------------------------
Commit a5d4b1172520277e3d362fffdf4f812b4a09d908 in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a5d4b117252 ]
NIFI-15790 Added batch secret resolution in
StandardConnectorConfigurationContext (#11098)
Signed-off-by: David Handermann <[email protected]>
> Batch secret resolution in StandardConnectorConfigurationContext
> ----------------------------------------------------------------
>
> Key: NIFI-15790
> URL: https://issues.apache.org/jira/browse/NIFI-15790
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> During connector configuration, each SecretReference property triggers an
> independent call chain: getSecretProvider() (which validates all parameter
> providers) followed by provider.getSecrets() (which may fetch all secrets
> then filters). With batching, all secrets in a step are resolved in one
> round-trip, and the full re-resolution at start time uses a single call
> across all steps.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)