Pierre Villard created NIFI-15790:
-------------------------------------
Summary: 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
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)