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

Adding gatekeeper version 3.2.0-rc.1 #131

Merged
merged 2 commits into from Nov 3, 2020
Merged

Adding gatekeeper version 3.2.0-rc.1 #131

merged 2 commits into from Nov 3, 2020

Conversation

xunholy
Copy link
Owner

@xunholy xunholy commented Oct 25, 2020

Signed-off-by: Michael Fornaro [email protected]

Description

Gatekeeper runs as an admission controller into the cluster but can also run in audit mode to allow for fast feedback on violations against policies of kubernetes resources that are not in compliance with the CIS Benchmark REGO policies defined in the git submodule used within this repository.

This PR is to deploy Gatekeeper into Kubernetes, and to deploy the REGO policies in the git submodule and be able to monitor any violations that occur in the cluster.

Currently, REGO policies are checked using conftest during the CI process, however, helm charts that are rendered in-cluster with the helm-controller component deployed via Flux do not get scanned.

Checklist

  • All commits are signed off. See the section Developer’s Certificate of Origin
  • Provide a title or release-note blurb suitable for the release notes.
  • All commits contain a well written commit description including a title, description and a Fixes: #XXX line if the commit addresses a particular GitHub issue.
  • All workflow validation and compliance checks are passing.

Issue Ref (Optional)

Which issue(s) this PR fixes (optional, using fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged): Fixes #106

Notes

Add special notes for your reviewer here.

@xunholy xunholy changed the title WIP Add Gatekeeper Adding gatekeeper version 3.2.0-rc.1 Nov 3, 2020
@xunholy xunholy merged commit 39d666b into main Nov 3, 2020
@xunholy xunholy deleted the feature/#106 branch November 3, 2020 08:04
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.

Deploy Gatekeeper with REGO policies
1 participant