[jboss-jira] [JBoss JIRA] (WFCORE-4106) Add the ability to configure security providers using Elytron subsystem security properties

Farah Juma (JIRA) issues at jboss.org
Tue Sep 11 16:55:00 EDT 2018


Farah Juma created WFCORE-4106:
----------------------------------

             Summary: Add the ability to configure security providers using Elytron subsystem security properties
                 Key: WFCORE-4106
                 URL: https://issues.jboss.org/browse/WFCORE-4106
             Project: WildFly Core
          Issue Type: Feature Request
          Components: Security
            Reporter: Farah Juma
            Assignee: Farah Juma


It should be possible to configure security providers using the {{security-properties}} attribute in the Elytron subsystem. For example, it should be possible to use the following command to register custom security providers instead of needing to manually update the {{java.security}} file:

{code}
/subsystem=elytron:write-attribute(name=security-properties,value={\
    security.provider.1=PROVIDER_1,\
    security.provider.2=PROVIDER_2\
    ...\
}
{code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list