issues
search
aerospike
/
aerospike-client-rust
Rust client for the Aerospike database
https://www.aerospike.com/
Other
82
stars
29
forks
source link
Authentication change - user management
#144
Closed
vmsachin
closed
1 year ago
vmsachin
commented
1 year ago
Removed username_password field
Made it two separate fields
Added requires_auth() fn to client policy
Do the entire auth routine only if requires_auth is true.