Storing the logs securely

We are preparing docker image with custom node. And the custome node writes log into log file (per second).
Initially we thought of using docker volumes to store the logs into share folders (volume), but this approach has disadvantage that somebody can manipulate the logs
if they get to know the folder location. we need to store the logs securely, so thought of using vault (Hashicorp).
Please let us know if node-red does support the vault natively and reilable npm package available to be used?
Vault | HashiCorp Developer Another question,

is it possible to store the settings.js file & certificate (.pem) file in the vault and configure the node-red to refer the files from the vault directly ?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.