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

Improved pod security #748

Merged
merged 1 commit into from
Mar 1, 2022
Merged

Improved pod security #748

merged 1 commit into from
Mar 1, 2022

Conversation

treydock
Copy link
Contributor

@treydock treydock commented Mar 1, 2022

Using Kyverno 1.6.0 pod security standards that mimic Kubernetes pod security standards. We do have to filter out a few that simply can't support, like we do have to allow hostPath, but these are simple security changes to be able to conform to these new policies.

┆Issue is synchronized with this Asana task by Unito

@treydock treydock requested a review from johrstrom March 1, 2022 16:26
@johrstrom
Copy link
Contributor

johrstrom commented Mar 1, 2022

Are there any backward compatibility issues that you know off of hand?

@treydock
Copy link
Contributor Author

treydock commented Mar 1, 2022

I believe the seccompProfile only works on Kubernetes 1.19 and newer, at least that's when it became stable in docs. https://kubernetes.io/docs/tutorials/security/seccomp/

@johrstrom johrstrom merged commit 7d72b3f into master Mar 1, 2022
@johrstrom johrstrom deleted the k8-security branch March 1, 2022 19:47
@johrstrom
Copy link
Contributor

Cool. 1.19 is already EOL so we're good.

@treydock
Copy link
Contributor Author

treydock commented Mar 2, 2022

@johrstrom Could we get this into 2.0.x release so I can remove some temporary exclusions in our policies?

@johrstrom
Copy link
Contributor

Sure thing.

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