-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: mount-volumes-for-ephemeral-containers policy #1225
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Darkhood148 <[email protected]>
Hi @realshuting, The description of the chainsaw tests is as follows:
|
Signed-off-by: Darkhood148 <[email protected]>
af49548
to
693d741
Compare
+(securityContext): | ||
+(readOnlyRootFilesystem): true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see this is checked in chainsaw-test.yaml, can we add it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I verified it by attempting to create a file and checking if it was actually being created or not (as it is read-only file system). Should I check it directly instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you point me to it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 36-38 in chainsaw-test.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related Issue(s)
#1088
Description
This PR adds a sample policy to mount volumes and set default security context for ephemeral containers; along with chainsaw tests for the same
Checklist