[
https://issues.apache.org/jira/browse/NIFI-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566552#comment-17566552
]
ASF subversion and git services commented on NIFI-10216:
--------------------------------------------------------
Commit a9b5bebb1545bfd555abaac43421309fa3d5f0be in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a9b5bebb15 ]
NIFI-10216 Refactored NiFi Web API Security Configuration
- Removed extension of deprecated WebSecurityConfigurerAdapter
- Moved Filter bean configuration associated configuration classes
- Set default Spring Security log level to INFO
- Adjusted CSRF Token Repository to leverage simplified RequestUriBuilder for
retrieving allowed context paths
Signed-off-by: Nathan Gough <[email protected]>
This closes #6195
> Refactor Deprecated Usage of WebSecurityConfigurerAdapter
> ---------------------------------------------------------
>
> Key: NIFI-10216
> URL: https://issues.apache.org/jira/browse/NIFI-10216
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI, Security
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Spring Security 5.7.0 deprecated {{WebSecurityConfigurerAdapter}} in favor of
> configuring a {{SecurityFilterChain}}. The NiFi Web API Security
> Configuration should be refactored to avoid deprecation warnings and follow
> the updated configuration strategy.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)