Securing Embedded Infinispan

Is it necessary to configure the embedded infinispan cache for security and if so, how? I read this line from the documentation:

“The current Infinispan cache implementation should be secured by various security measures such as RBAC, ACLs, and Transport stack encryption.”

To mean that the current implementation should already be secured via those methods, but I’m realizing now that it could be read as “You as the developer should implement those security measures.” Which is the case?

1 Like