Activate Column Level Encryption Enterprise
With subscription to Column Level Encryption Enterprise, an admin can activate the com.glide.now.platform.encryption plugin.
Before you begin
Role required: admin
To purchase a subscription, contact your ServiceNow account manager. The account manager can arrange to have the plugin activated on your organization's production and non-production instances, generally within a few days.
About this task
Activating the Column Level Encryption Enterprise plugin (
com.glide.now.platform.encryption) makes the following changes to your instance:- The Encryption Support (com.glide.encryption) plugin is also activated. Note:The Key Management Framework (com.glide.kmf.global) plugin is already active by default.
- The
glide_encryption.set_value_support_cle.disabledproperty is set to false, which turns on the SetValue feature. The SetValue support enables bothsetDisplayValue()andsetValue()APIs to support encrypted data. It also enables bothgetDisplayValue()andgetValue()to return clear text values. - Two scheduled jobs are enabled:
- autoKeyMigration: Migrates encryption context keys to Key Management Framework (KMF) cryptographic module keys.
- autoDataMigration: Migrates data that you already encrypted to use the KMF cryptographic module key.
Administrators can modify when these scheduled jobs run, and can pause or restart them at any time.