This message was deleted.
# neuvector-security
a
This message was deleted.
q
I think the RWO PVC might prove challenging for that, but you could experiment and see?
Best practice is to send security reports to a SIEM for longer-term retention.
f
I agree with you about sending the reports to a different system for long term storage but it would be nice to be able to write the configuration to a bucket. We don't have access to RWX PVC volumes so we can't deploy the controller HA
Well, we can deploy the controller HA but we don't have a persistent configuration then
q
As an option, you could manually do backups of the config in the UI, or automate it a bit with the API.
something like
Copy code
./config.py export -u admin -w admin -s $_controllerIP_ -p $_controllerPort_ -f $_FILENAME_
f
That's actually not a bad idea but how do I get that configuration back into Neuvector when we restart the controller? It seems that, when no PVC is enabled in the Helm chart, the configuration isn't written to disk but lives in memory. Is it possible to restart Neuvector with that configuration backup so everything is configured correctly?
q
Yes! You can restart NeuVector and it will look just like a fresh install (naturally). Then just restore the config in Settings... Configuration. It's pretty quick and easy.
f
Thanks! This looks like something that could work for us
🦜 1