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

Set up the kubernetes integration.

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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>