mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 04:58:07 +00:00
Enclose in backticks so <&tag> aren't processed as HTML tags - 3
This commit is contained in:
+3
-3
@@ -651,7 +651,7 @@ root 4643 4626 22 16:15 ? 00:00:46 kube-apiserver --etcd-keyfil
|
||||
**Remediation:**
|
||||
Follow the documentation and configure alternate mechanisms for authentication. Then,
|
||||
edit the API server pod specification file /etc/kubernetes/manifests/kube-apiserver.yaml
|
||||
on the master node and remove the --basic-auth-file=<filename> parameter.
|
||||
on the master node and remove the `--basic-auth-file=<filename>` parameter.
|
||||
|
||||
|
||||
**Audit:**
|
||||
@@ -679,7 +679,7 @@ root 4643 4626 22 16:15 ? 00:00:46 kube-apiserver --etcd-keyfil
|
||||
**Remediation:**
|
||||
Follow the documentation and configure alternate mechanisms for authentication. Then,
|
||||
edit the API server pod specification file /etc/kubernetes/manifests/kube-apiserver.yaml
|
||||
on the master node and remove the --token-auth-file=<filename> parameter.
|
||||
on the master node and remove the `--token-auth-file=<filename>` parameter.
|
||||
|
||||
|
||||
**Audit:**
|
||||
@@ -2322,7 +2322,7 @@ if test -e $CAFILE; then stat -c permissions=%a $CAFILE; fi
|
||||
|
||||
**Remediation:**
|
||||
Run the following command to modify the ownership of the --client-ca-file.
|
||||
chown root:root <filename>
|
||||
`chown root:root <filename>`
|
||||
|
||||
|
||||
**Audit:**
|
||||
|
||||
Reference in New Issue
Block a user