Configuring Whitelist Host¶
This guide will help you configure the PRIVACERA_PORTAL_WHITELIST_HOST
for your Privacera Portal. The PRIVACERA_PORTAL_WHITELIST_HOST
is a configuration setting that specifies which hosts are allowed to access the Privacera Portal. This is an important security measure to ensure that only trusted hosts can interact with your portal. The values for the whitelist host are accepted in a comma-separated way.
Configuring Whitelist Host¶
-
SSH into the instance where Privacera Manager is installed.
-
Navigate to the config directory with the following command:
Bash -
Copy the sample-vars if they are not already present in the custom-vars directory by running the following command:
Bash -
Update the
PRIVACERA_PORTAL_WHITELIST_HOST
andPRIVACERA_PORTAL_HOST_HEADER_PREVENTION_ENABLE
:a. Open the
vars.portal.yml
file in a text editor.Bash b. Add or update the following properties: The values for the whitelist host are accepted in a comma-separated way.
YAML c. Save and close the file.
Deploying the Service¶
-
Generate the Helm charts. This step prepares the required Kubernetes configurations for deploying the Privacera services.
-
Apply the Helm charts. This will deploy the Privacera services to your Kubernetes cluster.
-
Perform post-installation steps, such as generating the plugin tarball and updating Route 53 DNS. These steps are essential to finalize the deployment and ensure that all services are properly configured.
By following these steps, you will have successfully configured the PRIVACERA_PORTAL_WHITELIST_HOST
and deployed the Privacera services with the updated configuration.