Re: [PR] NIFI-13295 Remove Apache Knox SSO Authentication [nifi]

2024-05-25 Thread via GitHub


asfgit closed pull request #8876: NIFI-13295 Remove Apache Knox SSO 
Authentication
URL: https://github.com/apache/nifi/pull/8876


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] NIFI-13295 Remove Apache Knox SSO Authentication [nifi]

2024-05-24 Thread via GitHub


exceptionfactory opened a new pull request, #8876:
URL: https://github.com/apache/nifi/pull/8876

   # Summary
   
   [NIFI-13295](https://issues.apache.org/jira/browse/NIFI-13295) Removes 
Apache Knox [Single 
Sign-On](https://knox.apache.org/books/knox-1-6-0/user-guide.html#SSO+Cookie+Provider)
 authentication from the main branch for NiFi 2.
   
   OpenID Connect and SAML 2 integration provide standards-based SSO without 
reference to particular identity providers.
   
   This removal does not impact Apache Knox [proxy gateway 
access](https://knox.apache.org/books/knox-1-6-0/user-guide.html#Nifi+UI) to 
NiFi, which continues to be supported using X.509 client certificates and the 
`X-ProxiedEntitiesChain` HTTP header.
   
   Removed code includes NiFi properties specific to Apache Knox SSO and REST 
API methods used for processing Knox tokens.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-0`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-0`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
 - [X] JDK 21
   
   ### UI Contributions
   
   - [ ] NiFi is modernizing its UI. Any contributions that update the [current 
UI](https://github.com/apache/nifi/tree/main/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui)
 also need to be implemented in the [new 
UI](https://github.com/apache/nifi/tree/main/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi).
  
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org