Skip to main content

Privacera Documentation

Pre-installation validation on Privacera Platform

The following sections describe validations to perform prior to installation.

pre_check

Checks if all the properties in the configuration YAML files are set correctly or not. If any passwords are used, they are checked as per the password policy.

Command to check for all configured services.

./privacera-manager.sh pre_check

Command to check for a specific service. For example, pre_check portal.

./privacera-manager.sh pre_check [service_tag]

pre_validation

Checks if a connection can be established between a Privacera service and an external service such as an external RDS database, S3, or ADLS. Validations make sure that the network connectivity and credentials specified in properties are working and have proper access to work with required external services.

Command to check for all configured services.

./privacera-manager.sh pre_validation

Command to check for a specific service. For example, pre_validation portal.

./privacera-manager.sh pre_validation [service_tag]