This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to branch support/nifi-1.19
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from eb0d07fda3 NIFI-10913 updating versions post commit landing
     new fba7b4dd26 NIFI-10177: Implemented ID token logout and revoke access 
token logout for NiFi Registry when using OIDC/OAuth 2.0 providers NIFI-10177: 
Addressed latest PR reviews. Reworded comments in the logout endpoint, use nifi 
registry properties to configure HTTP client timeouts for OIDC logout request, 
used NiFiUserUtils.getNiFiUserIdentity to retrieve identity used to delete the 
key
     new 053f6bf01d NIFI-10917 Upgraded Spring Framework from 5.3.23 to 5.3.24
     new 89ac8f74f8 NIFI-10909 Upgraded Jackson from 2.14.0 to 2.14.1
     new 0f9541aa1e NIFI-10914 Adjusting input check for loading nested 
versioned flows (#6741)
     new 2b9b9ebb09 NIFI-10919 Corrected SCRAM SASL Mechanism for Kafka 
Components

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/nifi/web/api/ProcessGroupResource.java  |   6 +-
 .../login/DelegatingLoginConfigProvider.java       |   2 +-
 .../nifi/kafka/shared/property/SaslMechanism.java  |  10 +
 .../StandardKafkaPropertyNameProvider.java         |  16 +-
 .../provider/StandardKafkaPropertyProvider.java    |   2 +-
 .../login/DelegatingLoginConfigProviderTest.java   |  69 ++++
 .../StandardKafkaPropertyProviderTest.java         |  80 +++++
 nifi-registry/nifi-registry-assembly/NOTICE        |   7 +
 .../nifi-registry-web-api/pom.xml                  |   4 +
 .../nifi/registry/web/api/AccessResource.java      | 379 +++++++++++++++++----
 .../nifi/registry/web/api/ApplicationResource.java |   3 +
 .../authentication/jwt/JwtIdentityProvider.java    |   2 +-
 .../security/authentication/jwt/JwtService.java    |  22 +-
 .../authentication/oidc/OidcIdentityProvider.java  |  27 +-
 .../security/authentication/oidc/OidcService.java  |  45 ++-
 .../oidc/StandardOidcIdentityProvider.java         | 129 ++++++-
 .../authentication/oidc/OidcServiceTest.java       |  14 +-
 .../nifi/registry/web/filter/LogoutFilter.java     |   3 +-
 .../src/main/webapp/nf-registry.js                 |   4 +-
 .../src/main/webapp/services/nf-registry.api.js    |   4 +-
 nifi-registry/pom.xml                              |   2 +-
 pom.xml                                            |   6 +-
 22 files changed, 714 insertions(+), 122 deletions(-)
 create mode 100644 
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-shared/src/test/java/org/apache/nifi/kafka/shared/login/DelegatingLoginConfigProviderTest.java
 create mode 100644 
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-shared/src/test/java/org/apache/nifi/kafka/shared/property/provider/StandardKafkaPropertyProviderTest.java

Reply via email to