Require authorization for import requests
Use the glide.basicauth.required.importprocessor property to designate if incoming import requests should require basic authentication.
The glide.basicauth.required.importprocessor system property performs this authentication while importing data sources into the instance tables/pages.
It restricts any guest users who are currently accessing this data. If glide.basicauth.required.importprocessor isn't set to the recommended value of true, then unauthenticated users could access import processor. Additional access controls, such as ACLs, are still enforced, but this value allows a guest user import request to be processed and not summarily denied.
Ensure that the property glide.basicauth.required.importprocessor exists in the System Properties [sys_properties] table and is set to true.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.basicauth.required.importprocessor |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | false |
| Category | API and web service |
| Security risk |
|
| Functional impact | This remediation enforces a combination of authentication methods, in the form of basic authentication and system level access control.
To learn more, see Retrieving data from a CSV formatted file. |
| Dependencies and prerequisites | None |