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

OSSM-3291: Promote envoyExtAuthzHttp to GA #1136

Commits on Mar 21, 2023

  1. Add support for envoyExtAuthzHttp

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    72fea11 View commit details
    Browse the repository at this point in the history
  2. Add missing deep copy functions

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0516e79 View commit details
    Browse the repository at this point in the history
  3. Implement v1-v2 conversion for envoyExtAuthzHttp

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    b95a952 View commit details
    Browse the repository at this point in the history
  4. Disable linter for a comment

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1344f3a View commit details
    Browse the repository at this point in the history
  5. Handle multiple extension providers properly

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3aab68a View commit details
    Browse the repository at this point in the history
  6. Implement missing conversions

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    b4e50bb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Fix deep copy functions

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1534b92 View commit details
    Browse the repository at this point in the history
  2. Refactor code to fix lint errors

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    699c462 View commit details
    Browse the repository at this point in the history
  3. Refactor code to fix lint errors

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e46f81e View commit details
    Browse the repository at this point in the history
  4. Refactor 'service' and 'port' fields to use pointer types

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3418a19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bae11c View commit details
    Browse the repository at this point in the history
  6. Don't check 0 values for required fields 'service' and 'port'

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    5dd60d1 View commit details
    Browse the repository at this point in the history
  7. Validate extension providers in validation webhook

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4fc3a7a View commit details
    Browse the repository at this point in the history
  8. Validate extension providers when created with v1 API

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    db6f0e0 View commit details
    Browse the repository at this point in the history
  9. Remove validations from populateExtensionProvidersConfig

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    aff6a20 View commit details
    Browse the repository at this point in the history
  10. Define helm values in yaml instead of map of interfaces

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    66633ed View commit details
    Browse the repository at this point in the history
  11. Move helper functions from util.go to common.go

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7c1ff12 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Improve unit test and fix imports

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    602786a View commit details
    Browse the repository at this point in the history
  2. Simplify TestExtensionProvidersConversionFromV2

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3280c44 View commit details
    Browse the repository at this point in the history
  3. Refactor populateExtensionProvidersValues

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f238c7d View commit details
    Browse the repository at this point in the history
  4. Refactor populateExtensionProvidersConfig

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1462005 View commit details
    Browse the repository at this point in the history
  5. Refactor TestExtensionProvidersConversionFromV2

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8465373 View commit details
    Browse the repository at this point in the history
  6. Use shorter variable names

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    71a7a71 View commit details
    Browse the repository at this point in the history
  7. Use shorter variables

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    150e0b4 View commit details
    Browse the repository at this point in the history
  8. Rename ok to exists

    Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
    jewertow committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    07b1749 View commit details
    Browse the repository at this point in the history