The Wayback Machine - https://web.archive.org/web/20220709112754/https://github.com/topics/pod-security-policy
Skip to content
#

pod-security-policy

Here are 22 public repositories matching this topic...

Certified-Kubernetes-Security-Specialist

Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.

  • Updated Jun 14, 2022
  • AGS Script
viccuad
viccuad commented Feb 8, 2022

Is your feature request related to a problem?

Currently, settings.RuleStrategy.rule is a String. This makes it possible to create RuleStrategy structs such as:

rule: RunAsAny
ranges:
  - min: 1000
    max: 2000

Which are incorrect, and we later in the code validating the settings struct so they are not accepted.

Solution you'd like

Simplify the code by refactori

bug good first issue
viccuad
viccuad commented Jun 24, 2022

Is your feature request related to a problem?

From a user in #kubewarden Slack channel on k8s:

When verifying cosigned images, I can create a deployment without getting an "actual feedback" on my cli, I only see the failed verify when fetching the events, or looking on the replicaset.
Example:

0s          Warning   FailedCreate                replicaset/signtest-deployment-7b956c8
good first issue

Improve this page

Add a description, image, and links to the pod-security-policy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pod-security-policy topic, visit your repo's landing page and select "manage topics."

Learn more