Skip to content
Snippets Groups Projects
  1. Sep 29, 2022
  2. Aug 24, 2022
  3. Aug 05, 2022
  4. Jul 07, 2022
    • Alex Ellis (OpenFaaS Ltd)'s avatar
      Feature for probing functions · 88eea5f6
      Alex Ellis (OpenFaaS Ltd) authored
      
      Introduces a single-flight call to a function's health
      endpoint to verify that it is registered with an Istio
      sidecar (Envoy) before letting the invocation through.
      
      Results are cached for 5 seconds, before a probe is
      required again.
      
      Tested without Istio, with probe_functions environment
      variable set to true, I saw a probe execute in the logs.
      
      Fixes: #1721 for Istio users.
      
      Signed-off-by: default avatarAlex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
      88eea5f6
  5. May 06, 2022
  6. Jan 24, 2022
  7. Jul 26, 2021
  8. Mar 11, 2021
  9. Jan 21, 2021
  10. Apr 22, 2020
  11. Mar 12, 2020
  12. Dec 10, 2019
  13. Nov 25, 2019
  14. Oct 19, 2019
  15. Oct 15, 2019
  16. Oct 08, 2019
  17. Oct 06, 2019
  18. Sep 21, 2019
  19. Sep 20, 2019
  20. Aug 21, 2019
  21. Aug 05, 2019
  22. Jul 06, 2019
  23. Jun 08, 2019
  24. Feb 12, 2019
  25. Jan 29, 2019
  26. Jan 24, 2019
  27. Dec 29, 2018
  28. Sep 06, 2018
  29. Jun 21, 2018
  30. Jun 18, 2018
  31. May 11, 2018
  32. Feb 01, 2018
  33. Dec 16, 2017
    • Lucas Roesler's avatar
      Add advanced secret management · 5dce1deb
      Lucas Roesler authored
      
      **What**
      - Add the ability to specify secrets as a csv
      - Vendor the docker/cli/opts
      - Update the guide for secrets to use the `faas-cli`
      
      **Why**
      - Allowing the csv specification of secrets gives users more control about how
      those secrets are mounted into the container.  This is good for things like
      key rotation and for developers that are building on top of OpenFaaS.
      
      Signed-off-by: default avatarLucas Roesler <lucas.roesler@gmail.com>
      5dce1deb
  34. Nov 23, 2017
  35. Nov 15, 2017
  36. Oct 04, 2017
  37. Aug 29, 2017
Loading