You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URI based resources can be used for RBAC. Consider various technologies - ex. Azure RBAC and AD, Kubernetes RBAC.
Important integration point on Ignite level might be:
Apache Ignite does not provide authorization features out-of-the-box. However, for such advanced level security features, you can implement the GridSecurityProcessor interface as part of a custom plugin or choose to use a 3rd party implementation such as this one.
The text was updated successfully, but these errors were encountered:
URI based resources can be used for RBAC. Consider various technologies - ex. Azure RBAC and AD, Kubernetes RBAC.
Important integration point on Ignite level might be:
Apache Ignite does not provide authorization features out-of-the-box. However, for such advanced level security features, you can implement the GridSecurityProcessor interface as part of a custom plugin or choose to use a 3rd party implementation such as this one.
The text was updated successfully, but these errors were encountered: