Skip to content
Snippets Groups Projects
  1. Feb 17, 2021
  2. Jan 21, 2020
  3. Oct 25, 2019
  4. Oct 24, 2019
  5. Oct 14, 2019
    • Alexander König's avatar
      added new setting to enable TLS 1.2 · 9d9e45fd
      Alexander König authored
      9d9e45fd
    • egon w. stemle's avatar
      Use kube-lego for TLS certs for clarin(-dev).eurac.edu · d6a64be5
      egon w. stemle authored
      So far, we have used TLS certs from eurac's IT. Now, we (re-)use k8s
      infrastructure (in particular the kube-lego add-on) and let kube-lego
      - request/renew TLS certificates
      - manage the certificate within a k8s secret
      We then make this k8s secret available to our nginx and configure nginx
      to use it.
      
      We also got rid of internal TLS communication between ingress and the
      apps avoiding the necessity to (re-)create valid/self-signed certs. The
      overhead seemed unnecessary.
      
      Note: using HTTP(!) over port 443 for internal communication (Shibboleth mishap)
      
      Fix #62
      d6a64be5
  6. Aug 01, 2019
    • egon w. stemle's avatar
      Add Disallow statements · 1b8974a3
      egon w. stemle authored
      Found two lines in robots.txt at UFAL's installation that seem ok. Add
      also to our stash:
      ```
      Disallow: /repository/*allzip$
      Disallow: /repository/oai/requeststripped
      ```
      1b8974a3
  7. Jul 22, 2019
    • egon w. stemle's avatar
      Force exit on individual healthcheck commands · 018f9a51
      egon w. stemle authored
      We use `timeout` from the coreutils package (should be part of many basic
      installations - maybe with a different name) to force the individual
      healthcheck commands too exit after a predefined timeout (300s); if this
      doesn't help, send a SIGKILL.
      
      This should help with the initial problem of hanging. A next step should
      be to catch the `timeout` invoked exit and log this as an exceptional
      happening.
      
      Address #60
      018f9a51
  8. Jun 27, 2019
  9. Dec 04, 2018
  10. Dec 03, 2018
  11. Nov 27, 2018
  12. Oct 17, 2018
  13. Sep 06, 2018
  14. Sep 05, 2018
  15. Sep 04, 2018
  16. Aug 30, 2018
  17. Aug 29, 2018
  18. Aug 28, 2018
  19. Aug 23, 2018
  20. Aug 22, 2018
  21. Aug 10, 2018
  22. Aug 09, 2018
Loading