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.
keyRotationPolicy
string
KeyRotationPolicy controls if and when CephX keys are rotated after initial creation.
One of Disabled, or KeyGeneration. Default Disabled.
enum: , Disabled, KeyGeneration
keyType
string
KeyType specifies the desired CephX key cipher type.
If unspecified, Ceph's default will be used.
If KeyRotationPolicy is Disabled or unspecified (default), modifying this value will never
initiate key rotation.
If KeyRotationPolicy is set to an enabled value (any other value), modifying this may
initiate key rotation.