What are the ways to implement access control in Aerospike?

How can I implement access control for Aerospike so that only specific users can see data for only their specific sets.

This should be possible as Aerospike allows the scope of read/write permissions to be global, per namespace, or per namespace and set. Please see the documentation on Access Control.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.