Function ceph::cmd::auth_get_key[][src]

pub fn auth_get_key(
    cluster_handle: &Rados,
    client_type: &str,
    id: &str
) -> RadosResult<String>

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.