Saul Paredes

Results 20 issues of Saul Paredes

This allows generation of policy for pods specifying priority classes. Cherry pick from https://github.com/microsoft/kata-containers/pull/145

size/small
ok-to-test

do-not-merge
wip
size/huge

This is due to CBL-Mariner using `shared_fs = virtiofs`. We need to test with a mariner config that uses `shared_fs = none` in order to deny all UpdateEphemeralMountsRequests in mariner

bug
needs-review

We should: 1. Add versioning for the interface between the Kata Agent and Agent Policy. 2. Use the version to keep the compatibility with older Policy versions, when/if we'll make...

feature
needs-review

Currently policy code is stateless. It would be helpful to add state to it. Having state would allow us to validate things like: 1. Pod sanbox name. See https://github.com/kata-containers/kata-containers/pull/9957#issuecomment-2204925209 2....

feature
needs-review

Split kata-containers-tools and kata-containers-tools-cc into their own subpackages. ###### Merge Checklist **All** boxes should be checked before merging the PR *(just tick any boxes which don't apply to this PR)*...

Packaging

Split kata-containers-tools and kata-containers-tools-cc into their own subpackages. ###### Merge Checklist **All** boxes should be checked before merging the PR *(just tick any boxes which don't apply to this PR)*...

Packaging

Fixes https://github.com/kata-containers/kata-containers/issues/10087 This PR adds the ability for the policy to save and load data to a state kept in the regorus engine, and also validates one field (sandbox name)...

size/huge

regex.match against the sandbox-name value, as opposed to exact matching. This change should have been included in https://github.com/kata-containers/kata-containers/pull/11012

size/small

* When downloading a genpolicy releases, filter the list of releases to only include those that are not marked as "prerelease" or "draft" --- This checklist is used to make...

customer-reported