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 enforces basic authentication for incoming import requests, enhancing security by requiring valid credentials. |
| What area does it affect? |
Import processing |
| 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 import processes or assessing security measures. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.basicauth.required.importprocessor |
| Sys ID |
274ce8e10a0a0bae007ff54b94d83ed7 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Require authorization for incoming import requests. |
| Updated |
2024-05-25 03:59:51 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... enabled Without appropriate authorization configured on the data source import requests, an unauthorized user can get access to sensitive content/data on the target instance. Either update the value of the glide.basicauth.required.importprocessor system property to true OR insert this system property with a value of true. Documentation sn_SE10179 1 Act PDF Request Authorization Without appropriate authorization configured on the Either update the ...
Context preview
Snippet 2
... • Description ◦(Old <blank> ◦(New This 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" is not set to the recommended value of "true", then unauthenticated users could access import processor. Additional access controls, ie ACLs, are still enforced, but this value allows a guest ...
Related properties