[jboss-jira] [JBoss JIRA] (DROOLS-1520) Use a HTTP URI as Java Security Manager policy for the -Dkie.security.policy JVM arguments
Fabrizio Del Franco (JIRA)
issues at jboss.org
Tue Apr 11 04:52:00 EDT 2017
Fabrizio Del Franco created DROOLS-1520:
-------------------------------------------
Summary: Use a HTTP URI as Java Security Manager policy for the -Dkie.security.policy JVM arguments
Key: DROOLS-1520
URL: https://issues.jboss.org/browse/DROOLS-1520
Project: Drools
Issue Type: Enhancement
Components: core engine
Affects Versions: 6.3.0.Final
Reporter: Fabrizio Del Franco
Assignee: Mario Fusco
As for the Java Security Manager, I want to be able to specify the KIE security policy by a HTTP/HTTPS resource. By now, it only possible to use a file and if you try to specify a HTTP URI, it does not work (it create a resource URI such as file://....../http://your_resource) without giving any warning.
To recap, I want to be able to use the following jvm options:
-Djava.security.manager -Djava.security.policy=https://somewhere/global.policy -Dkie.security.policy=https://somewhere/kie.policy
It would be event better if I could use a basic authentication to access this policy.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list