Kaspersky Container Security
Requirements to third-party application passwords
Kaspersky Container Security operates using specific third-party services. The following solution components are included in the distribution kit:
- S3 compatible file storage
- ClickHouse DBMS
- PostgreSQL DBMS
- Multi-threaded event-based key-value cache storage Memcached
The parameters for deployment of these components are specified in the values.yaml configuration file in the Helm Chart package.
Passwords for these components have the following requirements:
- The minimum password length is 8 characters.
- Passwords must not contain the following special characters: ' and ".
Passwords are specified in the following variables in the configuration file:
MINIO_ROOT_PASSWORD
for S3-compatible file storage.CLICKHOUSE_PASSWORD
,CLICKHOUSE_WRITE_PASSWORD
andCLICKHOUSE_READ_PASSWORD
for ClickHouse.POSTGRES_PASSWORD
for PostgreSQL.MEMCACHED_PASSWORD
for the Memcached cache storage.