Skip to content

Commit

Permalink
Update KHV005.md (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
SinithH authored Nov 8, 2020
1 parent 6a3c7a8 commit a476d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_kb/KHV005.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Kubernetes API was accessed with Pod Service Account or without Authentication (

## Remediation

Secure acess to your Kubernetes API.
Secure access to your Kubernetes API.

It is recommended to explicitly specify a Service Account for all of your workloads (`serviceAccountName` in `Pod.Spec`), and manage their permissions according to the least privilege principal.

Expand All @@ -21,4 +21,4 @@ Consider opting out automatic mounting of SA token using `automountServiceAccoun

## References

- [Configure Service Accounts for Pods](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/)
- [Configure Service Accounts for Pods](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/)

0 comments on commit a476d93

Please sign in to comment.