-
Notifications
You must be signed in to change notification settings - Fork 240
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: test VAPs generated by pod security cel policies #1006
Draft
Chandan-DK
wants to merge
28
commits into
kyverno:main
Choose a base branch
from
Chandan-DK:pod-security-cel-test-generated-vaps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: test VAPs generated by pod security cel policies #1006
Chandan-DK
wants to merge
28
commits into
kyverno:main
from
Chandan-DK:pod-security-cel-test-generated-vaps
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Chandan-DK <chandandk468@gmail.com>
Signed-off-by: Chandan-DK <chandandk468@gmail.com>
Signed-off-by: Chandan-DK <chandandk468@gmail.com>
Signed-off-by: Chandan-DK <chandandk468@gmail.com>
Signed-off-by: Chandan-DK <chandandk468@gmail.com>
Signed-off-by: Chandan-DK <chandandk468@gmail.com>
Signed-off-by: Chandan-DK <chandandk468@gmail.com>
@MariamFahmy98 and @Chandan-DK, please help get this in shape and accepted as it has been outstanding for a few months. |
Conflicts here now. |
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
…up-env Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Please bring out of draft mode when ready for final review. |
Status? |
I will try to get this PR in shape by next week |
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
…stProcess set to true and if any container has hostProcess set to true all the containers must have it too (see comment for the error that would be generated otherwise) [spec: Invalid value: "": If pod contains any hostProcess containers then all containers must be HostProcess containers, spec.hostNetwork: Invalid value: false: hostNetwork must be true if pod contains any hostProcess containers] Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
… spec.initContainers[0].ports[0].containerPort: Required value) in disallow-host-ports Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
…s 1.27 or 1.26 Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Chandan-DK
force-pushed
the
pod-security-cel-test-generated-vaps
branch
from
August 24, 2024 19:26
8785188
to
2d79945
Compare
Signed-off-by: Chandan-DK <chandan.dk@nirmata.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue(s)
Closes #1003
Description
This PR adds tests for VAPs generated by policies in the
pod-security-cel
folderChecklist