Re: Disable remote cache creation from clients

2018-12-06 Thread Roman Guseinov
Hi, As far as I know, Ignite doesn't support this from the box. But you can implement the GridSecurityProcessor interface [1] for checking SecurityPermission#CACHE_CREATE permission on the client nodes. Best Regards, Roman [1] https://apacheignite.readme.io/docs/advanced-security#section-authori

Disable remote cache creation from clients

2018-12-06 Thread rom_we
Hello! I'm creating shared cache cluster (governance by infrastructure team) that will be used by different application teams in the organization. I would like to prevent from clients to create remote caches (caches should be predefined prior to client use) and only allow them put/get operations a