You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running container images with a read-only filesystem is considered a good security practice. I think we can achieve that both for policy-server and for kubewarden-controller.
For policy-server we will need to declare an emptyDir volume to store the policies that are being downloaded.
Acceptance criteria
policy-server deployment has a read-only container image
kubewarden-controller has a read-only container image
The text was updated successfully, but these errors were encountered:
Ensure the Policy Server container runs with a readonly root filesystem.
This improves the security of the project.
This partially addresses kubewarden/helm-charts#51
Signed-off-by: Flavio Castelli <[email protected]>
Ensure the Policy Server container runs with a readonly root filesystem.
This improves the security of the project.
This partially addresses kubewarden/helm-charts#51
Signed-off-by: Flavio Castelli <[email protected]>
Running container images with a read-only filesystem is considered a good security practice. I think we can achieve that both for policy-server and for kubewarden-controller.
For policy-server we will need to declare an
emptyDir
volume to store the policies that are being downloaded.Acceptance criteria
The text was updated successfully, but these errors were encountered: