It is not possible to set files (for example paths to certificates) in plakar control plane.
As a workaround, the postgresql integration accepts _data paremeters. For example, ssl_cert is a path to a file and ssl_cert_data is the content of the certificate.
We need to do something for proxmox.
We should also edit the fieldspatcher to remove the files parameters from the UI.
It is not possible to set files (for example paths to certificates) in plakar control plane.
As a workaround, the postgresql integration accepts _data paremeters. For example,
ssl_certis a path to a file andssl_cert_datais the content of the certificate.We need to do something for proxmox.
We should also edit the fieldspatcher to remove the files parameters from the UI.