Closed flavio closed 2 years ago
This change was addressed in https://github.com/rancher-sandbox/lockc/pull/103
This change was addressed in #103
Next time you can reference issues by writing Fixes: #103
in your commit message and pull request. After doing so, if the PR gets merged, issue gets closed and moved on the project board without necessity of doing that manually.
It's done.
Each Pod scheduled by Kubernetes has the following contents under
/var/run/secrets/kubernetes.io
:The majority of the containerized workloads do not need to interact with the Kubernetes API server. Hence they don't need to read the token that is associated with the ServiceAccount used to create the Pod.
On the other hand, an attacker can use this token to perform nasty operations against the API server and potentially find a way to escape (for example: start a privileged Pod in the same Namespace).