-
Notifications
You must be signed in to change notification settings - Fork 2k
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
AP: Deprecate external refs #2249
Conversation
Hi @soneillf5 @pleshakov I would appreciate input on where would be a good place to document this change, to make any customers aware of the deprecation. |
@rafwegv |
6eab651
to
d370a7b
Compare
Codecov Report
@@ Coverage Diff @@
## master #2249 +/- ##
==========================================
- Coverage 53.66% 53.65% -0.01%
==========================================
Files 48 48
Lines 14200 14218 +18
==========================================
+ Hits 7620 7629 +9
- Misses 6342 6348 +6
- Partials 238 241 +3
Continue to review full report at Codecov.
|
d695fa9
to
24b5853
Compare
24b5853
to
31ded79
Compare
a59f268
to
77a94a2
Compare
@rafwegv ? |
Hi @brianehlert i have added a note in the config docs. As I understand that will be then referenced in the release notes. |
@rafwegv Are there any tests associated with this change? How do we know this works and doesn't break in the future? |
@soneillf5 This feature does not touch the kic code, it goes straight to the file on storage without any checks. This PR is only meant to warn the admin that this feature is going to go away in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this PR still relevant? I couldn't find any reference to the deprecation of external reference in NAP WAF docs. If so I left a comment.
7a83fdf
to
b127506
Compare
b127506
to
278d189
Compare
b0f3434
to
2f55ff0
Compare
2f55ff0
to
f49b9a1
Compare
@rafwegv I noticed that the are a lot of changes to unrelated files, but it looks like it's about formatting and spaces so I approved it anyway |
Proposed changes
Add a warning when an external refs field is detected in the policy.
This is the first stage of deprecation. In next release the policy will become invalid , and further down the line the fields will be removed from the crd.
Checklist
Before creating a PR, run through this checklist and mark each as complete.