Enclose in backticks so <&tag> aren't processed as HTML tags - 3

This commit is contained in:
Billy Tat
2022-07-18 18:33:34 -07:00
parent 4088a2d716
commit 5dc3b086e0
9 changed files with 59 additions and 59 deletions
@@ -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:**