Signed-off-by: Sage Weil <sage@redhat.com>
return true;
}
+KeyStore *Monitor::ms_get_auth1_authorizer_keystore()
+{
+ return &keyring;
+}
+
int Monitor::ms_handle_authentication(Connection *con)
{
auto priv = con->get_priv();
int protocol, bufferlist& authorizer_data, bufferlist& authorizer_reply,
bool& isvalid, CryptoKey& session_key,
std::unique_ptr<AuthAuthorizerChallenge> *challenge) override;
+ KeyStore *ms_get_auth1_authorizer_keystore();
public: // for AuthMonitor msgr1:
int ms_handle_authentication(Connection *con) override;
private: