1. 26 Jul, 2023 1 commit
    • Thomas Gambier's avatar
      slapos/testing: ignore ssh-keysign in check_software · e9d3ddd5
      Thomas Gambier authored
      ssh-keysign is not readable by everyone so we cannot do "ldd" on it:
      
      $ ls -al /opt/slapgrid/shared/openssh/f79ee5e4e4573183783541f2ad9133e8/libexec/
      total 1332
      dr-xr-x--- 2 slapsoft slapsoft     90 Jul 12 22:10 .
      dr-xr-x--- 7 slapsoft slapsoft    131 Jul 12 22:10 ..
      -r-xr-xr-x 1 slapsoft slapsoft 145560 Jul 12 22:10 sftp-server
      -r-x--x--x 1 slapsoft slapsoft 506208 Jul 12 22:10 ssh-keysign
      -r-xr-xr-x 1 slapsoft slapsoft 366736 Jul 12 22:10 ssh-pkcs11-helper
      -r-xr-xr-x 1 slapsoft slapsoft 338064 Jul 12 22:10 ssh-sk-helper
      e9d3ddd5
  2. 24 Jul, 2023 1 commit
  3. 20 Jul, 2023 1 commit
  4. 19 Jul, 2023 7 commits
  5. 18 Jul, 2023 1 commit
  6. 12 Jul, 2023 6 commits
  7. 11 Jul, 2023 1 commit
  8. 07 Jul, 2023 2 commits
  9. 04 Jul, 2023 9 commits
  10. 03 Jul, 2023 2 commits
  11. 30 Jun, 2023 4 commits
  12. 29 Jun, 2023 3 commits
  13. 28 Jun, 2023 2 commits
    • Rafael Monnerat's avatar
      slapos_slap_tool: No need revoke, only invalidate login is enough · f8cebc62
      Rafael Monnerat authored
         Since login is invalidated the user wont be able to login into master anymore.
      
         Revoke certificate too often may cause an excessive amount which dont scale.
      f8cebc62
    • Xavier Thompson's avatar
      slap/standalone: Add comment about slapos binary · 58136e2b
      Xavier Thompson authored
      Standalone uses the path of a slapos binary passed as a parameter to
      run slapos commands with supervisord or as subprocesses, instead of
      recreating an entry point script into the slapos version currently
      running standalone. Normally the slapos binary provided is actually
      the same slapos. One reason to do it this way is that in test nodes,
      standalone is run with pygolang's gpython which doesn't support
      running buildout (buildout tries to reexec with -S).
      58136e2b