[midPoint-git] [Evolveum/midpoint] 4a5230: Use urandom for generating secrets in midpoint.sh

Slavek Licehammer noreply at github.com
Tue Nov 23 23:12:30 CET 2021


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 4a5230a7b23d3a57a9db3ffa3fe2d64edc14e2be
      https://github.com/Evolveum/midpoint/commit/4a5230a7b23d3a57a9db3ffa3fe2d64edc14e2be
  Author: Slavek Licehammer <slavek at evolveum.com>
  Date:   2021-11-23 (Tue, 23 Nov 2021)

  Changed paths:
    M dist/src/main/bin/midpoint.sh

  Log Message:
  -----------
  Use urandom for generating secrets in midpoint.sh

Init procedure in midpoint.sh script needs to use /dev/urandom as a
source of randomness. It was using /dev/random, but it can block for a
very long time when the system doesn't have enough entropy. This was
sometimes happening when the script was started from a fresh docker
container.




More information about the midPoint-svn mailing list