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

feat: Enable toggling of deferring to VAP #3335

Merged
merged 5 commits into from
Mar 28, 2024

Conversation

maxsmythe
Copy link
Contributor

@maxsmythe maxsmythe commented Mar 26, 2024

What this PR does / why we need it:

Implementation of feature set for VAP generation

Fixes #3331

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

Special notes for your reviewer:

Signed-off-by: Max Smythe <smythe@google.com>
@maxsmythe maxsmythe requested a review from a team as a code owner March 26, 2024 01:52
@maxsmythe maxsmythe requested a review from ritazh March 26, 2024 01:52
@codecov-commenter
Copy link

codecov-commenter commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.76%. Comparing base (3350319) to head (6e1aa67).
Report is 51 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3335      +/-   ##
==========================================
- Coverage   54.49%   46.76%   -7.74%     
==========================================
  Files         134      218      +84     
  Lines       12329    14784    +2455     
==========================================
+ Hits         6719     6913     +194     
- Misses       5116     7069    +1953     
- Partials      494      802     +308     
Flag Coverage Δ
unittests 46.76% <ø> (-7.74%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

main.go Outdated Show resolved Hide resolved
@maxsmythe maxsmythe changed the title Enable toggling of deferring to VAP feat: Enable toggling of deferring to VAP Mar 27, 2024
Co-authored-by: Rita Zhang <rita.z.zhang@gmail.com>
Signed-off-by: Max Smythe <max.smythe@gmail.com>
main.go Outdated Show resolved Hide resolved
maxsmythe and others added 3 commits March 28, 2024 13:36
Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
Signed-off-by: Max Smythe <max.smythe@gmail.com>
Copy link
Member

@ritazh ritazh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ritazh ritazh merged commit 71b7dca into open-policy-agent:master Mar 28, 2024
19 checks passed
leewoobin789 pushed a commit to softlee-io/gatekeeper that referenced this pull request Apr 1, 2024
Signed-off-by: Max Smythe <smythe@google.com>
Signed-off-by: Max Smythe <max.smythe@gmail.com>
Co-authored-by: Rita Zhang <rita.z.zhang@gmail.com>
Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
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.

Add a flag for GK validating webhook to defer to vap
5 participants