[jboss-jira] [JBoss JIRA] (WFLY-7970) Elytron keystore type default value

Ilia Vassilev (JIRA) issues at jboss.org
Mon Feb 27 10:23:00 EST 2017


     [ https://issues.jboss.org/browse/WFLY-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilia Vassilev reassigned WFLY-7970:
-----------------------------------

    Assignee: Ilia Vassilev


> 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: 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.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list