Skip to content
Snippets Groups Projects
  1. Feb 16, 2021
  2. Feb 15, 2021
  3. Jan 26, 2021
  4. Feb 12, 2021
  5. Jan 21, 2021
  6. Feb 12, 2021
  7. Feb 11, 2021
  8. Feb 12, 2021
  9. Feb 11, 2021
  10. Jan 23, 2021
    • Hans Freitag's avatar
      configure sshd and git account so that pam is not used any longer · 4ec39adb6b2a
      Hans Freitag authored
      The reason is that some container systems don't run containers with
      CAP_AUDIT_WRITE which is needed for pam. As the comment in sshd_config
      has pointed out pam was used as a Fix because it handles shadow entries
      '!' and '*' differently from ssh. This commit refixes that fix and
      creates the git account with '*' (no password login) and disables pam in
      sshd_config
      
      Fixes #5891
      4ec39adb6b2a
  11. Feb 11, 2021
  12. Feb 03, 2021
    • Sami Hiltunen's avatar
      Add Praefect's default replication factor configuration option · 2261ed8a6f24
      Sami Hiltunen authored
      This commit adds Praefect's recently added default replication factor
      configuration option in to the config template.
      2261ed8a6f24
    • Sami Hiltunen's avatar
      Move virtual storage's nodes in the correct location in the config · 6a1ce1f2e82e
      Sami Hiltunen authored
      The configuration structure for configuring Praefect virtual storage's
      config nodes deviates from the actual structure of Praefect's
      configuration. This makes it impossible to add configuration keys to a
      virtual storage configuration's root. This commit addresses the situation
      by leaving known valid configuration keys to the root and moving the
      nodes under they correct key from the root.
      6a1ce1f2e82e
    • Sami Hiltunen's avatar
      Replace regexp checks with config equality checkin Praefect specs · 30a70a3b0349
      Sami Hiltunen authored
      This commit replaces a bunch of ad hoc regexp checks in Praefect's
      config file spec with a single equality assertion. This covers more
      ground as any new fields will raise an error if not added to the
      assertion. This also eases maintenance as the whole config file is
      easily asserted against.
      30a70a3b0349
  13. Feb 11, 2021
  14. Feb 09, 2021
  15. Feb 08, 2021
Loading