Restrict access to background script [Updated in Security Center 1.3 and 2.0]
Configure the glide.script_processor.admin property to set the role required for accessing the Script Background module.
This property holds the required role to access Script Background module. If glide.script_processor.admin is not set to the recommended and default value of admin, then users having a lower privileged role will be able to run background scripts on the instance. This will lead to a complete bypass of the ACL system allowing full access to tables.
Ensure the property glide.script_processor.admin is set to the admin. This is the default value on instances.
Warning:
This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.script_processor.admin |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | string |
| Recommended value | admin |
| Default value | admin |
| Category | Access control |
| Security risk |
|
| Dependencies and prerequisites | None |