You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Svetoslav Neykov (JIRA)" <ji...@apache.org> on 2016/11/17 09:01:16 UTC

[jira] [Updated] (BROOKLYN-391) Configure Brooklyn's JVM to use /dev/urandom for crypto

     [ https://issues.apache.org/jira/browse/BROOKLYN-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Svetoslav Neykov updated BROOKLYN-391:
--------------------------------------
    Description: 
Force Brooklyn to use /dev/urandom regardless of machine setup. 
Pass -Djava.security.egd=file:/dev/./urandom; 

https://docs.oracle.com/cd/E13209_01/wlcp/wlss30/configwlss/jvmrand.html (/dev/./urandom is intentional: Java has a built-in check that if the path is /dev/urandom it switches to /dev/random)

  was:
Force Brooklyn to use /dev/urandom regardless of machine setup. 
Pass -Djava.security.egd=file:/dev/./urandom; 


> Configure Brooklyn's JVM to use /dev/urandom for crypto
> -------------------------------------------------------
>
>                 Key: BROOKLYN-391
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-391
>             Project: Brooklyn
>          Issue Type: Improvement
>            Reporter: Svetoslav Neykov
>
> Force Brooklyn to use /dev/urandom regardless of machine setup. 
> Pass -Djava.security.egd=file:/dev/./urandom; 
> https://docs.oracle.com/cd/E13209_01/wlcp/wlss30/configwlss/jvmrand.html (/dev/./urandom is intentional: Java has a built-in check that if the path is /dev/urandom it switches to /dev/random)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)