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: allow sanitizing configuration sent to Konnect #5489

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

czeslavo
Copy link
Contributor

@czeslavo czeslavo commented Jan 25, 2024

What this PR does / why we need it:

It allows users to enable data obfuscation before sending Kong configuration to Konnect control plane's Admin API.

Which issue this PR fixes:

Fixes #5467.

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@pull-request-size pull-request-size bot added size/L and removed size/M labels Jan 26, 2024
@czeslavo czeslavo self-assigned this Jan 26, 2024
@czeslavo czeslavo added this to the KIC v3.1.x milestone Jan 26, 2024
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (336270f) 69.6% compared to head (d6026d3) 69.7%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #5489   +/-   ##
=====================================
  Coverage   69.6%   69.7%           
=====================================
  Files        176     176           
  Lines      22752   22792   +40     
=====================================
+ Hits       15848   15891   +43     
+ Misses      5961    5956    -5     
- Partials     943     945    +2     

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

@czeslavo czeslavo changed the title [WIP] feat: allow obfuscating configuration sent to Konnect feat: allow sanitizing configuration sent to Konnect Jan 26, 2024
@czeslavo czeslavo marked this pull request as ready for review January 26, 2024 16:26
@czeslavo czeslavo requested a review from a team as a code owner January 26, 2024 16:26
programmer04
programmer04 previously approved these changes Jan 26, 2024
internal/dataplane/kong_client_test.go Outdated Show resolved Hide resolved
Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
@czeslavo czeslavo merged commit 4df8f2a into main Jan 26, 2024
37 checks passed
@czeslavo czeslavo deleted the feat/obfuscate-konnect branch January 26, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature gate limiting the scope of Konnect dump
2 participants