The certificate authorities file should have permissions of 600 or more restrictive

Set up the kubernetes integration.

Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

Description

The certificate authorities file should have permissions of 600 or more restrictive. The certificate authorities file controls the authorities used to validate API requests. You should restrict its file permissions to maintain the integrity of the file.

Remediation

Run the following command to modify the file permissions of the file listed in the --client-ca-file argument:

chmod 600 <filename>