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

apkhmv pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 85f4fe5564 IGNITE-19276 Implement a mechanism to build indices 
distributively (#2676)
     add ce2a2e0559 IGNITE-20567 Move the 'enabled' flag from the 
authentication configuration to security (#2665)

No new revisions were added by this update.

Summary of changes:
 .../internal/rest/ItGeneratedRestClientTest.java   |  4 +-
 .../cluster-configuration-with-enabled-auth.conf   |  2 +-
 .../ignite/client/handler/ItClientHandlerTest.java | 10 +--
 .../apache/ignite/client/handler/TestServer.java   | 16 ++---
 .../ignite/client/handler/ClientHandlerModule.java | 14 ++--
 .../handler/ClientInboundMessageHandler.java       |  6 +-
 .../ignite/client/ClientAuthenticationTest.java    | 14 ++--
 .../ignite/client/TestClientHandlerModule.java     | 17 ++---
 .../java/org/apache/ignite/client/TestServer.java  | 24 +++----
 .../cluster/ItClusterManagementControllerTest.java |  6 +-
 .../apache/ignite/internal/jdbc/ItJdbcTest.java    |  2 +-
 .../rest/ItInitializedClusterRestTest.java         |  2 +-
 .../rest/ItNotInitializedClusterRestTest.java      |  4 +-
 .../rest/authentication/ItAuthenticationTest.java  |  6 +-
 .../runner/app/PlatformTestNodeRunner.java         | 30 +++++----
 .../org/apache/ignite/internal/app/IgniteImpl.java | 13 ++--
 .../DistributedConfigurationUpdaterTest.java       |  2 +-
 .../authentication/AuthenticationManager.java      |  4 +-
 .../AuthenticationConfigurationSchema.java         |  5 --
 .../AuthenticationProvidersValidatorImpl.java      |  4 +-
 .../configuration/SecurityConfigurationSchema.java |  5 ++
 .../authentication/AuthenticationManagerImpl.java  | 11 ++--
 .../AuthenticationManagerImplTest.java             | 74 +++++++++++-----------
 .../AuthenticationProvidersValidatorImplTest.java  |  4 +-
 ...onViewEvent.java => StubSecurityViewEvent.java} | 14 ++--
 25 files changed, 148 insertions(+), 145 deletions(-)
 rename 
modules/security/src/test/java/org/apache/ignite/internal/security/authentication/{StubAuthenticationViewEvent.java
 => StubSecurityViewEvent.java} (78%)

Reply via email to