Kibana version: 7.10.0
Right now there is no way of storing array values for keys in the kibana-keystore. The main use-case right now for this is storing the key rotation decryption Keys:
xpack.encryptedSavedObjects:
encryptionKey: kibana-instance-2-encryption-key
keyRotation:
decryptionOnlyKeys: [kibana-instance-1-encryption-key]
as the xpack.encryptedSavedObjects.keyRotation.decryptionOnlyKeys setting only takes an Array input.
Kibana version: 7.10.0
Right now there is no way of storing array values for keys in the kibana-keystore. The main use-case right now for this is storing the key rotation decryption Keys:
as the
xpack.encryptedSavedObjects.keyRotation.decryptionOnlyKeyssetting only takes an Array input.