Enabling MEF Publishing
An SSH key, used for password-less SSH login, is required to enable MATRIXX Event File (MEF) publishing in Kubernetes. A secret holds the SSH private key, and the key is specified in Helm values. The SSH key allows administrators to write to a target directory in a secure manner without having to enter a passphrase.
Important: Configure MEF publishing, configure the Helm charts, and enable MEF
publishing in Kubernetes before deployment.
The Kubernetes secret stores the SSH private key in
id_rsa
and the
known_hosts
file so that the private key can be copied into the
publishing pod. If either id_rsa
or known_hosts
is
missing when configuring the Helm charts, MEF publishing will fail.Important: For security purposes, periodically rotate SSH keys.