-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure defaultMode=0400 for projected volumes containing secrets
Follow cilium/cilium#17367: It seems that these volumes were wrongly given permission 420 instead of 0400, giving write permission to the group. In all instances, the actual volumeMounts were set to readonly so this change should have no effect but better be more cautious about permissions for secrets. Reported-by: Robin Hahling <[email protected]> Signed-off-by: Tobias Klauser <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 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
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