]
Darran Lofthouse moved WFLY-7970 to WFCORE-2488:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2488 (was: WFLY-7970)
Component/s: Security
(was: Security)
Elytron keystore type default value
-----------------------------------
Key: WFCORE-2488
URL:
https://issues.jboss.org/browse/WFCORE-2488
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Ilia Vassilev
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 WFLY-7125 and tracked as separate issue.