Skip to content
Snippets Groups Projects
  1. Jan 29, 2024
  2. Jan 28, 2024
  3. Jan 06, 2024
  4. Dec 31, 2023
    • Sheogorath's avatar
      fix(oauth2-proxy): Fix insecure configuration due to use of trusted-ip config · a500e1ca
      Sheogorath authored
      The usage of the trusted-ip config resulted in a security incident that
      allowed access to any oauth2-proxy protected endpoint without requiring
      authentication.
      
      Thankfully all significant endpoints had been protected by additional
      measures such as network restrictions and are therefore not affected.
      Only the prometheus and alertmanager endpoints have been exposed to the
      public internet, but are not exposing sensitive data beyond metrics.
      
      A check of the relevant logs didn't provide any indication of
      compromise.
      a500e1ca
  5. Dec 17, 2023
  6. Dec 13, 2023
  7. Dec 12, 2023
  8. Dec 09, 2023
  9. Dec 08, 2023
  10. Dec 05, 2023
  11. Nov 29, 2023
  12. Nov 18, 2023
  13. Nov 17, 2023
  14. Nov 14, 2023
  15. Nov 08, 2023
  16. Nov 06, 2023
  17. Nov 05, 2023
  18. Oct 31, 2023
  19. Oct 20, 2023
  20. Oct 18, 2023
  21. Sep 26, 2023
  22. Sep 25, 2023
  23. Sep 16, 2023
    • Sheogorath's avatar
      feat(oauth2-proxy): Switch to topologySpreadConstraints · 238da3c2
      Sheogorath authored
      This patch adjusts the central oauth2-proxy resource to use
      `topologySpreadConstraints` instead of using `podAntiAffinity`. This
      helps with reducing the risk of Pending Pods e.g. during updates when
      also a pod config is adjusted.
      238da3c2
  24. Sep 15, 2023
  25. Sep 14, 2023
  26. Sep 13, 2023
  27. Jul 21, 2023
  28. Feb 21, 2023
Loading