Changes in this topic | Description |
---|---|
Introduced in version 24.1 | Encrypt credentials used to access External Services e.g. databases, WMS, WMTS, Geocoding and Routing Services. |
When you create a database based Named Connection or configurations for external services via Spatial Manager, the corresponding metadata like URL, user name and password is stored in Spectrum Spatial Repository. By default, this information is stored as plain-text. The Spatial Repository browsing via WebDAV is disabled by default. To enhance the security further, you have the option to securely store and encrypt the corresponding named resources in repository. This is applicable for following resources:
- Named Connections
- Geocoding configurations
- Routing configurations
- External WMS configurations
- External WMTS configurations
- Open a web browser and go to http://server:port/managementconsole
- Log in using the admin account.
- From Resources, click Spatial.
- Expand the Process Arguments section.
- Append this property:
-Dspatial.encryption.service=com.pb.spectrum.spatial.component.utils.NamedConnectionEncryptionService
- Click on Save.
Once enabled, new connections will be encrypted. The previous connections and configurations will remain unencrypted unless saved again after enabling encryption. Connections added after disabling the encryption will be stored unencrypted.