Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property determines whether Code Signing is enforced for JDBC Data Sources, impacting the security of database connections. |
| What area does it affect? |
JDBC Data Sources |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring database connections or enhancing security measures. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.jdbcprobeloader.tracking |
| Sys ID |
44a36c765b52601000cf30ad5981c76e |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Used to toggle Code Signing on or off for JDBC Data Sources |
| Updated |
2024-05-25 04:32:45 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... your Root of Trust configuration. com.snc.kmf.signature.validation.optin true|false When true, enables Code Signing on your instance. Important: This property can only be changed via a request to Customer Service and Support. glide.jdbcprobeloader.tracking true|false Toggles Code Signing on or off for JDBC data sources. Important: Elevated Security is needed to modify this property. glide.rest.codesigning.tracking true|false When true, enables RESTMessageV2 Code Signing tracking. Important: ...
Related properties