Skip to content
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

Skip two access-control test cases. #1014

Conversation

greyerof
Copy link
Contributor

Skipped two test cases related to securityContext.runAsUser field as they both should fail in kind clusters. The reason is those fields are automatically set by SCC in OCP clusters, whereas in kind clusters will be kept as nil in both pod and container level, which is not comformant to best practices.

They started failing in certsuite qe workflow jobs for the PR that fixes the implementation of the runAsUser check:
redhat-best-practices-for-k8s/certsuite#2617

Skipped two test cases related to securityContext.runAsUser field as
they both should fail in kind clusters. The reason is those fields are
automatically set by SCC in OCP clusters, whereas in kind clusters will
be kept as nil in both pod and container level, which is not comformant
to best practices.

They started failing in certsuite qe workflow jobs for the PR that fixes
the implementation of the runAsUser check:
redhat-best-practices-for-k8s/certsuite#2617
@sebrandon1 sebrandon1 merged commit 61c8183 into redhat-best-practices-for-k8s:main Dec 10, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants