security-profiles-operator
security-profiles-operator copied to clipboard
The Kubernetes Security Profiles Operator
#### What type of PR is this? /kind feature /kind api-change #### What this PR does / why we need it: - profilerecording API: Add an optional mergeStrategy field The...
Shorten the finalizer string if it is over the limit /kind bug This PR shortens the node name in the finalizer string if it is too long. Fixes: [BZ 2082099](https://bugzilla.redhat.com/show_bug.cgi?id=2082099)
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.9.2 to 0.10.0. Release notes Sourced from sigs.k8s.io/controller-tools's releases. Release v0.10.0 changes since v0.9.2 :sparkles: New Features crd/gen: sort FindKubeKinds by @gshirazi in kubernetes-sigs/controller-tools#679 Upgrade the yaml...
#### What type of PR is this? fix lookup ebpf comms map by pid not comms, because comms is value. /kind bug #### What this PR does / why we...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.12.3 to 0.13.0. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.13.0 changes since v0.12.3 :warning: Breaking Changes Do not mutate the global warning handler (#1944) Add GetOptions as...
#### What would you like to be added: Seccomp profiles applied in the CRDs are defining a desired state, which may not be mapped 1:1 to the host. Depending on...
I am trying to configure enablelogEnricher: true configuration directly into the security-profiles-operator deployment YAML so I don't have to patch changes during runtime, can anyone help me how can I...
I think it's time for another patch release of the SPO since we have a bunch of enhancements merged until the previous one: https://github.com/kubernetes-sigs/security-profiles-operator/compare/v0.4.3...main Do you have anything you'd like...
#### What happened: I am trying to record Selinux profile using Kind:SelinuxProfile profile recording Here's the manifest I am using `apiVersion: security-profiles-operator.x-k8s.io/v1alpha1 kind: ProfileRecording metadata: name: demo-selinux spec: kind: SelinuxProfile...
#### What happened: Unable to delete the seccompprofiles if one of the node deleted/updated because of the finalizers is not updated with the latest nodes. I'm not sure if this...