aerospike / aerospike-client-rust

Rust client for the Aerospike database
https://www.aerospike.com/
Other
82 stars 26 forks source link

Authentication change - user management #144

Closed vmsachin closed 10 months ago

vmsachin commented 10 months ago
  1. Removed username_password field
  2. Made it two separate fields
  3. Added requires_auth() fn to client policy
  4. Do the entire auth routine only if requires_auth is true.