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

fix(konnect) avoid collisions when redacting #5964

Merged
merged 4 commits into from
May 10, 2024
Merged

fix(konnect) avoid collisions when redacting #5964

merged 4 commits into from
May 10, 2024

Commits on May 3, 2024

  1. fix(konnect) avoid colliding redacted values

    When generating sanitized configuration for Konnect, use random values
    to redact unique fields.
    
    Internally, go-database-reconciler builds an in-memory database with
    certain fields as primary keys. Using static redacted values for these
    results in collisions in that database.
    rainest committed May 3, 2024
    Configuration menu
    Copy the full SHA
    36538e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a480ec9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update internal/dataplane/kongstate/plugin_test.go

    Co-authored-by: Grzegorz Burzyński <czeslavo@gmail.com>
    rainest and czeslavo committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d8a7afb View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. inject uuid generator

    czeslavo authored and rainest committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2ee6705 View commit details
    Browse the repository at this point in the history