Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

feat(webhook-service): Introduce keptn-webhook-config ConfigMap with denyList #7548

Merged
merged 30 commits into from May 2, 2022

Commits on May 1, 2022

  1. feat(webhook-service): Introduce keptn-webhook-config ConfigMap with …

    …denyList
    
    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    a81c5f7 View commit details
    Browse the repository at this point in the history
  2. polish implementation

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    6573e16 View commit details
    Browse the repository at this point in the history
  3. use kubeutils from go-utils

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    fc39e9c View commit details
    Browse the repository at this point in the history
  4. polishing

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    117db9c View commit details
    Browse the repository at this point in the history
  5. refactoring

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    07ed28e View commit details
    Browse the repository at this point in the history
  6. introduce validator and mocking

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    81d3546 View commit details
    Browse the repository at this point in the history
  7. unit tests

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    1f5b889 View commit details
    Browse the repository at this point in the history
  8. polishing

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    301e798 View commit details
    Browse the repository at this point in the history
  9. fix deploy/service.yaml

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    00b4bb6 View commit details
    Browse the repository at this point in the history
  10. minor fix

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    b905dab View commit details
    Browse the repository at this point in the history
  11. return fix

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    e57d4a3 View commit details
    Browse the repository at this point in the history
  12. refactoring

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    11c28a9 View commit details
    Browse the repository at this point in the history
  13. polish

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    4c2b1db View commit details
    Browse the repository at this point in the history
  14. complete refactoring

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    4cff1c1 View commit details
    Browse the repository at this point in the history
  15. fix

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    8cbf93f View commit details
    Browse the repository at this point in the history
  16. introduce ip_resolver mock

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    260c231 View commit details
    Browse the repository at this point in the history
  17. small polishing

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    1b458cb View commit details
    Browse the repository at this point in the history
  18. minor fix

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    24ce99c View commit details
    Browse the repository at this point in the history
  19. adapt helm-charts

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    617b2c1 View commit details
    Browse the repository at this point in the history
  20. unit tests for denylistprovider

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    84879dd View commit details
    Browse the repository at this point in the history
  21. minor fix

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    91e61c3 View commit details
    Browse the repository at this point in the history
  22. pr review

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    e8f932b View commit details
    Browse the repository at this point in the history
  23. renaming curl validator

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    9d5e3d6 View commit details
    Browse the repository at this point in the history
  24. rename ipresolver

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    bea1574 View commit details
    Browse the repository at this point in the history
  25. renaming

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    d1f67d8 View commit details
    Browse the repository at this point in the history
  26. refactoring

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    a148093 View commit details
    Browse the repository at this point in the history
  27. go mod tidy

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    69165a8 View commit details
    Browse the repository at this point in the history
  28. added validatinfail test

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    0226a4d View commit details
    Browse the repository at this point in the history
  29. pr review

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 1, 2022
    Copy the full SHA
    e20366c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. final pr review

    Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
    odubajDT committed May 2, 2022
    Copy the full SHA
    baa1ded View commit details
    Browse the repository at this point in the history