[
https://issues.apache.org/jira/browse/NIFI-10742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627341#comment-17627341
]
David Handermann commented on NIFI-10742:
-----------------------------------------
[~dstiegli1] Allow work was completed to change other property names, the
{{nifi.web.request.ip.whitelist}} property mirrors the name of the property
that Jetty provides. Changing the property name would introduce compatibility
issues, so this does not seem like a feasible change for the current major
release version.
> Change property nifi.web.request.ip.whitelist to nifi.web.request.ip.allowlist
> ------------------------------------------------------------------------------
>
> Key: NIFI-10742
> URL: https://issues.apache.org/jira/browse/NIFI-10742
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Priority: Major
>
> There was work done in NIFI-7558 related to making changes to convert from
> "whitelist" to "allowed". This ticket addresses whether a similar change can
> be made to the property nifi.web.request.ip.whitelist in the following places:
> *
> [nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/nifi.properties|https://github.com/apache/nifi/blob/5e83bda9e9986001a060171df1bca609b4c9aad1/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/nifi.properties#L165]
> *
> [nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml|https://github.com/apache/nifi/blob/f65888dc5cd2c60ad22867be00c83a0c3a01c5e2/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml#L140]
> *
> [nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java|https://github.com/apache/nifi/blob/831a11d0b5b118002e9969778d3b164401761a7d/nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java]
> (lines 243 and 765-767)
> *
> [nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/filter/StandardRequestFilterProvider.java|https://github.com/apache/nifi/blob/9bb22fcb11d5304610b484fa99dab250aabca1d3/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/filter/StandardRequestFilterProvider.java]
> (lines 89-90)
> *
> [nifi-docs/src/main/asciidoc/administration-guide.adoc|https://github.com/apache/nifi/blob/d29f67465a241c79049c7e886f8d46873e9b1279/nifi-docs/src/main/asciidoc/administration-guide.adoc]
> (line 4016)
> if there are no backward compatibility issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)