Configuring Host URL and External Port¶
This document provides configuration instructions for setting up the external Host URL and external port for the Privacera Portal. Follow the steps outlined to properly configure these settings, which are essential for accessing the portal externally. Ensure that you have the necessary permissions and access rights to make these changes.
Configure External Host URL and Port¶
-
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:
-
Update the
PORTAL_HOST_NAME
andPORTAL_EXTERNAL_PORT
:a. Open the
vars.portal.yml
file in a text editor.Bash b. Update the
PORTAL_HOST_NAME
with your desired hostname.YAML For example
YAML c. Update the
PORTAL_EXTERNAL_PORT
with your desired port number.YAML For example, to change the portal port number to something other than 6868
d. Save and close the file.YAML
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 PORTAL_HOST_NAME
and PORTAL_EXTERNAL_PORT
, and deployed the Privacera services with the updated configuration.