This is an automated email from the ASF dual-hosted git repository.
pvillard31 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new ee4e01c1c81 NIFI-15884 Corrected the spelling of the reference to
login-identity-providers.xml in authorizers.xml. (#11183)
ee4e01c1c81 is described below
commit ee4e01c1c8175236c8c6842427f43c4d9e29c562
Author: dan-s1 <[email protected]>
AuthorDate: Mon May 4 07:47:00 2026 -0400
NIFI-15884 Corrected the spelling of the reference to
login-identity-providers.xml in authorizers.xml. (#11183)
---
.../nifi-resources/src/main/resources/conf/authorizers.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/authorizers.xml
b/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/authorizers.xml
index a19ddb31c48..34f8580d03e 100644
---
a/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/authorizers.xml
+++
b/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/authorizers.xml
@@ -283,7 +283,7 @@
<!--
Single User Authorizer requires the configuration of the
SingleUserLoginIdentityProvider
- in login-identity-provider.xml and in nifi.properties
+ in login-identity-providers.xml and in nifi.properties
The managed-authorizer should be used for production deployments
-->