[jboss-jira] [JBoss JIRA] (WFLY-7970) Elytron keystore type default value
Martin Choma (JIRA)
issues at jboss.org
Wed Jan 25 09:52:00 EST 2017
Martin Choma created WFLY-7970:
----------------------------------
Summary: Elytron keystore type default value
Key: WFLY-7970
URL: https://issues.jboss.org/browse/WFLY-7970
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Darran Lofthouse
Make attribute type optional during key-store creation. If not set default value "JKS" can be used.
Basically in this issue is requesting same behaviour as legacy keystore in realms
{code:jsonl|title=ManagementModel}
"keystore-provider" => {
"type" => STRING,
"description" => "The provider for loading the keystore, defaults to JKS.",
"expressions-allowed" => true,
"required" => false,
"nillable" => true,
"default" => "JKS",
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "resource-services"
},
{code}
Extracted from JBEAP-6034 and tracked as separate issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list