VCAP-CMA Deploy – Objective 8.2

Disclaimer: These are my notes from studying for the 3V0-31.18 exam. If something doesn’t make sense, please feel free to reach out.

The main goal for this objective is the security of vRealize Automation.

Objective 8.2 – Secure a vRealize Automation deployment in accordance with the VMware

hardening guide

References

This is very much around the appliance itself so familiarity with Linux hardening, particularly around SSH will be beneficial. Almost all these changes are made on individual hosts so will need to be made on each host.

Very roughly, this can be split into:

I’m just going to run through a brief overview of each section. For further detail have a read of the very comprehensive documentation.

Client Access

To secure access to the appliance you need to think along the lines of creating a separate user to login to the appliance (VAMI, Console & SSH) and disabling direct root access. Once logged into a CLI you can su to root. Definitely only enable SSH when required. Also consider password policies and matching the local users password to the corporate policy.

You may also want to consider changing the default timeouts for vRA. The default is set to 30 minutes.

Data at Rest

This is to secure access to the data that is held on local disk. This is the database and application files. If you need access to the database for anything outside of the application you should create another user account for this purpose rather than using the default postgres user. There is also a list of commands in the hardening guide to ensure that the application files are secure, they are by default but this should give you an idea if something has been tampered with.

Data in Transit

Securing the data while it stored on the disk is no good unless the access to that data is also secure. You’ll want to disable SSL v3.0, TLS v1.0 & v1.1 and configure the accepted cipher suites as per your corporate policies on all the below services:

You may also want to consider the response headers for these services to ensure that additional information is given away in this manner either.