Databases in a private corporate network are updated using the configuration file.
To update the software vulnerabilities database:
KCS_UPDATE_URL
variable.SCANNER_PROXY
variable as follows:
http://{USER}:{PASSWORD}@{IP_ADDRESS}:{PORT})
The recommended frequency for automatic update of the file server with updates for private corporate networks: at least once a day.
KCS_UPDATE_URL
taking into account the namespace where kcs-updates is installed:http://kcs-updates:8080/kuu/updates
.http://kcs-updates.updates-namespace.svc.cluster.local:8080/kuu/updates
.To update the anti-malware database:
KESL_PROTOCOL
is the protocol for connection to the File Threat Protection component server
KESL_HOST
is the web address of the File Threat Protection component server
SCANNER_PROXY
variable as follows:
http://{USER}:{PASSWORD}@{IP_ADDRESS}:{PORT})
The recommended frequency for automatic update of the file server with updates for private corporate networks: at least once a day.
KESL_PROTOCOL
and KESL_HOST
taking into account the namespace where kcs-updates is installed:KESL_PROTOCOL
= http
KESL_HOST
= kcs-updates:8080
KESL_PROTOCOL
= http
KESL_HOST
= kcs-updates.updates-namespace.svc.cluster.local:8080