pub fn auth_get_key(
cluster_handle: &Rados,
client_type: &str,
id: &str,
) -> RadosResult<String>
Expand description
Get a ceph-x key. The id parameter can be either a number or a string depending on the type of client so I went with string.