RootCauseunvalidated
The default `org.apache.ignite.internal.processors.authentication.IgniteAuthenticationProcessor` only supports authenticating thin clients with Basic authentication (login/password) while thick clients are considered trusted — When customizing security. Tension: the Security Processor code will be called from all kinds of sensitive contexts while processing requests. Outcome: write your own `org.apache.ignite.internal.processors.security.GridSecurityProcessor` implementation.
f4d562af-af2f-4789-bc4f-57c8466878f3
The default org.apache.ignite.internal.processors.authentication.IgniteAuthenticationProcessor only supports authenticating thin clients with Basic authentication (login/password) while thick clients are considered trusted — When customizing security. Tension: the Security Processor code will be called from all kinds of sensitive contexts while processing requests. Outcome: write your own org.apache.ignite.internal.processors.security.GridSecurityProcessor implementation.