[
https://issues.apache.org/jira/browse/NIFI-10742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627309#comment-17627309
] Daniel Stieglitz edited comment on NIFI-10742 at 11/1/22 8:46 PM: ------------------------------------------------------------------ Search results of query [https://github.com/apache/nifi/search?q=whitelist] over Apache NIFI source code in Github indicate "whitelist" is also still used in the following places. * [nifi-registry/nifi-registry-core/nifi-registry-provider-api/src/main/java/org/apache/nifi/registry/hook/WhitelistFilteringEventHookProvider.java|https://github.com/apache/nifi/blob/dfa683af0e00cd631905d45365bc797fbdce66ee/nifi-registry/nifi-registry-core/nifi-registry-provider-api/src/main/java/org/apache/nifi/registry/hook/WhitelistFilteringEventHookProvider.java] (lines 28 and 31) * [nifi-registry/nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/hook/ScriptEventHookProvider.java|https://github.com/apache/nifi/blob/7823156606ca541ef9cae7192b092efd2cfe4e9a/nifi-registry/nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/hook/ScriptEventHookProvider.java] (lines 28 and 39) * [nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java|https://github.com/apache/nifi/blob/05adcbcc615bc204120d9e5cfa613b4ac5450872/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java#L65] * [nifi-registry/nifi-registry-core/nifi-registry-resources/src/main/resources/conf/providers.xml|https://github.com/apache/nifi/blob/dfa683af0e00cd631905d45365bc797fbdce66ee/nifi-registry/nifi-registry-core/nifi-registry-resources/src/main/resources/conf/providers.xml#L52] * [nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/administration-guide.adoc|https://github.com/apache/nifi/blob/2be5c26f287469f4f19f0fa759d6c1b56dc0e348/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/administration-guide.adoc]( line 965) was (Author: JIRAUSER294662): Search results of query [https://github.com/apache/nifi/search?q=whitelist] over Apache NIFI source code in Github indicate "whitelist" is also still used in other places. * [nifi-registry/nifi-registry-core/nifi-registry-provider-api/src/main/java/org/apache/nifi/registry/hook/WhitelistFilteringEventHookProvider.java|https://github.com/apache/nifi/blob/dfa683af0e00cd631905d45365bc797fbdce66ee/nifi-registry/nifi-registry-core/nifi-registry-provider-api/src/main/java/org/apache/nifi/registry/hook/WhitelistFilteringEventHookProvider.java] (lines 28 and 31) * [nifi-registry/nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/hook/ScriptEventHookProvider.java|https://github.com/apache/nifi/blob/7823156606ca541ef9cae7192b092efd2cfe4e9a/nifi-registry/nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/hook/ScriptEventHookProvider.java] (lines 28 and 39) * [nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java|https://github.com/apache/nifi/blob/05adcbcc615bc204120d9e5cfa613b4ac5450872/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/state/server/TestZooKeeperStateServer.java#L65] * [nifi-registry/nifi-registry-core/nifi-registry-resources/src/main/resources/conf/providers.xml|https://github.com/apache/nifi/blob/dfa683af0e00cd631905d45365bc797fbdce66ee/nifi-registry/nifi-registry-core/nifi-registry-resources/src/main/resources/conf/providers.xml#L52] * [nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/administration-guide.adoc|https://github.com/apache/nifi/blob/2be5c26f287469f4f19f0fa759d6c1b56dc0e348/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/administration-guide.adoc]( line 965) > 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)
