An error occurred fetching the project authors.
  1. 03 Jul, 2019 1 commit
  2. 02 Jul, 2019 1 commit
  3. 26 Jun, 2019 1 commit
  4. 20 Jun, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Add promise for rejected slaves · 2a6967d6
      Łukasz Nowak authored
      Frontend operator shall have easy access to information about rejected
      slaves, possibly the best in the JSON file.
      
      Also the keys for the human readable information are slave's titles, not
      references.
      
      The information is published via hand crafted HTTPS endpoint.
      
      Note: The SSL certificate is generated manually. Existing caucase is special
            for KeDiFa, this is another step to move all generated certificates (or
            otherwise self-signed) to internal, full automatic caucase.
      2a6967d6
  5. 17 Jun, 2019 2 commits
  6. 12 Jun, 2019 2 commits
  7. 06 Jun, 2019 1 commit
    • Łukasz Nowak's avatar
      fix "caddy-frontend: Adapt to ATS 7" · 6782c791
      Łukasz Nowak authored
      Before normalize_ae_gzip was 0, and better keep it this way as it is
      suspected root problem of incorrectly varianted cache depending on
      client Accept-Encoding.
      6782c791
  8. 31 May, 2019 2 commits
  9. 30 May, 2019 4 commits
  10. 29 May, 2019 1 commit
  11. 28 May, 2019 4 commits
  12. 17 May, 2019 1 commit
  13. 16 May, 2019 1 commit
  14. 15 May, 2019 1 commit
  15. 08 May, 2019 2 commits
  16. 06 May, 2019 2 commits
  17. 23 Apr, 2019 3 commits
  18. 18 Apr, 2019 2 commits
  19. 17 Apr, 2019 1 commit
  20. 16 Apr, 2019 1 commit
  21. 15 Apr, 2019 1 commit
  22. 12 Apr, 2019 5 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Re-do zero-SSL BBB · 1d271f4d
      Łukasz Nowak authored
      Instead of complex architecture in the profiles, reuse kedifa-updater
      capability to do backward compatibility certificate management thanks to its
      fall-back mechanism.
      
      kedifa-updater uses state file to know, if it ever succeed to download
      certificate from KeDiFa, and so it really makes it that pushing at least once
      certificate to KeDiFa, even if it is sometimes unresponsive, will switch to
      it.
      
      Fallback certificate is used, thus each slave listens immediately on HTTP and
      HTTPS. Thanks to this, asynchronous updates do not need to communicate with
      slapos node instance, and slapos node instance does not care about the
      certificates anymore.
      1d271f4d
    • Łukasz Nowak's avatar
      caddy-frontend: Pick up kedifa with async updater · 25902c06
      Łukasz Nowak authored
      Instead of fetching certificates on each slapos node instance use new
      kedifa-updater, which is a tool to asynchronously fetch certificates and
      has a hook to reload the server in case if new certificate is available.
      
      custom_ssl_directory is NOT BBB
      25902c06
    • Łukasz Nowak's avatar
      caddy-frontend: Sort slave list during processing · eb33377c
      Łukasz Nowak authored
      This mostly useful during tests to have stable results, especially when
      some slaves are rejected.
      
      This change is expected to be no-op during normal run.
      
      Note: The slave rejection system does not guarantee any ordering, as the sort
            order can change, because of parameters can reorder slaves. Thus, even
            if slave A was requested before slave B, and they conflict each other,
            slave A can be rejected instead of "expected" slave B.
      eb33377c
    • Łukasz Nowak's avatar
      caddy-frontend: Keep certificate and key in one file · 6f3eafe0
      Łukasz Nowak authored
      This is consistent across usage in caddy-frontend and allow better reusage.
      6f3eafe0
    • Łukasz Nowak's avatar
      341df23f