CephX configures CephX key settings. More: https://docs.ceph.com/en/latest/dev/cephx/
keyGeneration
integer
KeyGeneration specifies the desired CephX key generation. This is used when KeyRotationPolicy
is KeyGeneration and ignored for other policies. If this is set to greater than the current
key generation, relevant keys will be rotated, and the generation value will be updated to
this new value (generation values are not necessarily incremental, though that is the
intended use case). If this is set to less than or equal to the current key generation, keys
are not rotated.
format: int32
minimum: 0
maximum: 4.294967295e+09
keyRotationPolicy
string
KeyRotationPolicy controls if and when CephX keys are rotated after initial creation.
One of Disabled, or KeyGeneration. Default Disabled.
enum: , Disabled, KeyGeneration