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(eventgenerator): Integrate cf api with event generator #3357

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    c0e16d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c74b971 View commit details
    Browse the repository at this point in the history
  3. Remove debug println

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    73655ce View commit details
    Browse the repository at this point in the history
  4. Update jobs/scalingengine/spec

    Co-authored-by: Silvestre Zabala <[email protected]>
    bonzofenix and silvestre committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c701ffc View commit details
    Browse the repository at this point in the history
  5. Update jobs/scalingengine/spec

    Co-authored-by: Silvestre Zabala <[email protected]>
    bonzofenix and silvestre committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    8ea1ebb View commit details
    Browse the repository at this point in the history
  6. Remove pending test

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    78cb3ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0f662e View commit details
    Browse the repository at this point in the history
  8. WIP

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    78cee23 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1643a41 View commit details
    Browse the repository at this point in the history
  10. Fix issue with routes

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    7245b96 View commit details
    Browse the repository at this point in the history
  11. Remove log message

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d363c2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00083e4 View commit details
    Browse the repository at this point in the history
  13. Fix lint

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6b99a92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d9ba1f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    29b3a02 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bef24f0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    01959d1 View commit details
    Browse the repository at this point in the history
  18. WIP

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    8b75677 View commit details
    Browse the repository at this point in the history
  19. Wip2

    bonzofenix committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    53fbafc View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Refactor routes

    bonzofenix committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9532689 View commit details
    Browse the repository at this point in the history
  2. Refactor X-Forwarded-Client-Cert header handling and update tests

     • Remove direct sha256 usage in PublicApiHandler and replace with new auth.Cert abstraction.
     • Add auth.NewCert and auth.Cert.GetXFCCHeader to manage certificate encoding and header creation.
     • Update PublicApiHandler and tests to use the new auth.Cert methods for setting the X-Forwarded-Client-Cert header.
     • Adjust testhelpers.GenerateClientCert and testhelpers.SetXFCCCertHeader to align with new certificate handling logic.
    bonzofenix committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a2db43a View commit details
    Browse the repository at this point in the history
  3. Fix test

    bonzofenix committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9c61664 View commit details
    Browse the repository at this point in the history