Configuring Email Regex for Ranger Users¶
Overview¶
Apache Ranger enables administrators to enforce the specific format restrictions by configuring email address patterns. This feature ensures consistent and secure user management across the system.
Configuring Email Regex for Ranger Users¶
Perform the following steps to configure the email regex for Ranger users:
- SSH into the instance where Privacera Manager is installed.
- Navigate to the
privacera-manager
directory using the following command:Bash - Run the following command to copy the sample vars. The -n flag prevents overwriting the file if it already exists:
Bash - Run the following command to open the
.yml
file for editing.Bash -
Add or update the following property:
Variable Definition RANGER_VALID_EMAIL_REGEX Specifies the email address pattern for Ranger users. YAML -
Once the properties are configured, update your Privacera Manager platform instance by following the