[
https://issues.apache.org/jira/browse/NIFI-10934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680024#comment-17680024
]
ASF subversion and git services commented on NIFI-10934:
--------------------------------------------------------
Commit 0ab1fbccc84c007df5d4ddd7b57af894d6def065 in nifi's branch
refs/heads/main from Simon Bence
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0ab1fbccc8 ]
NIFI-10934 Added uniqueness check for Registry Client creation
This closes #6750
Signed-off-by: David Handermann <[email protected]>
Co-authored-by: Chris Sampson <[email protected]>
> Add name validation for registry client creation
> ------------------------------------------------
>
> Key: NIFI-10934
> URL: https://issues.apache.org/jira/browse/NIFI-10934
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Simon Bence
> Assignee: Simon Bence
> Priority: Minor
> Fix For: 1.20.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently when a Registry Client is added to the NiFi, it allows to reuse an
> existing name. In a later step, when the Registry Client properties are
> edited, a validation happens and the name collusion is listed as validation
> issue.
> It would be preferred to check for name collusion during creation.
> Expected behaviour:
> Given a Registry Client is added to NiFi with name R1
> When an other Registry Client is added to NiFi with name R1
> Then the creation is unsuccessful, and an error message is returned on the UI
--
This message was sent by Atlassian Jira
(v8.20.10#820010)