Securing compute 

We know that OpenStack combines multiple independent projects to set up the cloud environment. For compute, OpenStack uses a project called nova.  

In OpenStack, all the compute nodes contain configuration files called nova.conf, which stores the complete settings, including many sensitive options such as configuration details and service passwords.

There must be strict file-level permissions that are monitored for changes through file integrity monitoring (FIM) tools, which will take a hash of the target file in a known good state. It will also periodically take a new hash of the file and compare it to the known good hash. FIM tools will generate an alert if it was found to have been modified unexpectedly.

One can check ...

Get Cloud Security Automation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.