Auth.h (ceph-15.2.5) | : | Auth.h (ceph-15.2.6) | ||
---|---|---|---|---|
skipping to change at line 193 | skipping to change at line 193 | |||
return 0; | return 0; | |||
case CEPH_CON_MODE_SECURE: | case CEPH_CON_MODE_SECURE: | |||
return 16 * 4; | return 16 * 4; | |||
} | } | |||
return 0; | return 0; | |||
} | } | |||
std::string connection_secret; ///< per-connection key | std::string connection_secret; ///< per-connection key | |||
std::unique_ptr<AuthAuthorizer> authorizer; | std::unique_ptr<AuthAuthorizer> authorizer; | |||
std::unique_ptr<AuthAuthorizerChallenge> authorizer_challenge; | std::unique_ptr<AuthAuthorizerChallenge> authorizer_challenge; | |||
///< set if msgr1 peer doesn't support CEPHX_V2 | ||||
bool skip_authorizer_challenge = false; | ||||
}; | }; | |||
/* | /* | |||
* Key management | * Key management | |||
*/ | */ | |||
#define KEY_ROTATE_NUM 3 /* prev, current, next */ | #define KEY_ROTATE_NUM 3 /* prev, current, next */ | |||
struct ExpiringCryptoKey { | struct ExpiringCryptoKey { | |||
CryptoKey key; | CryptoKey key; | |||
utime_t expiration; | utime_t expiration; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |