-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not allow arbitary hostPath mounts via spec.extraMounts
We are not using hostmount-anyuid scc, but having it added in neutron rbac role was allowing arbitary hostPath volume mounts via spec.extraMounts. Removing hostmount-anyuid scc in order to not allow arbitary hostPath volume mounts and avoid unnecessary security hole[1]. [1] https://kubernetes.io/docs/concepts/storage/volumes/#hostpath Related-Issue: OSPRH-10288 Closes-Issue: OSPRH-4297
- Loading branch information
1 parent
1a2449d
commit 41b5ae7
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters