Details
Description
Extend the GridSecurityProcessor interface by adding securityContext(UUID subjId) method and use this method to get the actual security context.
Backward compatibility
The logic of getting security context for Ignite:
- Try to get a security context using ClusterNode attributes (as it works now);
- Get a security context through GridSecurityProcessor.
Attachments
Issue Links
- blocks
-
IGNITE-11712 SQL: review security check for SQL/DML queries
- Open
-
IGNITE-12904 Add method IgniteSecurity#securityContext(UUID subjId)
- Patch Available
- fixes
-
IGNITE-12833 JDBC thin client SELECT hangs under 2.8.0
- Resolved
-
IGNITE-12589 Remote thin client operations are not authorized correctly.
- Resolved
- relates to
-
IGNITE-12579 JDBC SQL INSERT operation hangs with security enabled.
- Resolved
- links to