[
https://issues.apache.org/jira/browse/NIFI-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490358#comment-15490358
]
Matt Gilman commented on NIFI-2753:
-----------------------------------
[~ruckc] In 1.0.0 we've added support for multi-tenant authorization. This is
implemented by enabling fine-grain component level access policies. Because
Controller Services potentially cross these boundaries we've enabled Process
Group level scoping. Without this scoping, you may have many components all
with different access policies referencing the same services. Establishing
appropriate policies for the service may not be possible. This scoping is what
you're seeing in the UI.
Controller Services being referenced by components in your data flow must be
defined through the Process Group configuration dialog. This is accessed
through the context menu on a Process Group or through the Operate palette on
the left-hand side of the canvas. A service defined within a Process Group will
be available to all descendant components.
Controller Services being referenced by Reporting Tasks must be defined through
the global Controller Settings. This is accessed through the global menu on the
right-hand side of the top bar.
> HttpServletRequest / HTTP Context Map
> -------------------------------------
>
> Key: NIFI-2753
> URL: https://issues.apache.org/jira/browse/NIFI-2753
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Affects Versions: 1.0.0
> Environment: Chrome 55, Nifi 1.0.0, Java 1.8.0_102, Windows 10
> Reporter: Curtis Ruck
> Priority: Minor
>
> When trying to create a HandleHttpRequest -> HandleHttpResponse I am unable
> to create a new HTTP Context Map object and use it to start the
> HandleHttpRequest or HandleHttpResponse processors. When creating a new HTTP
> Context Map within the HandleHttpRequest editor, it doesn't show in the
> Controller Services pane to enable, and when creating the
> StandardHttpContextMap in the Controller Services pane, it is unable to be
> selected in the HandleHttpRequest and HandleHttpResponse editor. This
> renders these processors useless, since they can't be started without a HTTP
> Context Map that is enabled for them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)