[jboss-jira] [JBoss JIRA] (ELY-1135) EAP server must be reload when is updated credential reference of credential store. There isn't any information that it needs reload.

Hynek Švábek (JIRA) issues at jboss.org
Thu May 4 08:05:02 EDT 2017


Hynek Švábek created ELY-1135:
---------------------------------

             Summary: EAP server must be reload when is updated credential reference of credential store. There isn't any information that it needs reload.
                 Key: ELY-1135
                 URL: https://issues.jboss.org/browse/ELY-1135
             Project: WildFly Elytron
          Issue Type: Bug
            Reporter: Hynek Švábek
            Assignee: Darran Lofthouse


EAP server must be reload when is updated credential reference of credential store. There isn't any information that it needs reload.

In model is "restart-required" => "no-services" and credential-reference update operation ends with success message without any information about reload.

{code:collapse}
"credential-reference" => {
                "type" => OBJECT,
                "description" => "Credential reference to be used to create protection parameter.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "access-constraints" => {"sensitive" => {"credential" => {"type" => "core"}}},
                "value-type" => {
                    "store" => {
                        "type" => STRING,
                        "description" => "The name of the credential store holding the alias to credential.",
                        "expressions-allowed" => false,
                        "required" => false,
                        "nillable" => true,
                        "capability-reference" => "org.wildfly.security.credential-store",
                        "min-length" => 1L,
                        "max-length" => 2147483647L
                    },
                    "alias" => {
                        "type" => STRING,
                        "description" => "The alias which denotes stored secret or credential in the store.",
                        "expressions-allowed" => true,
                        "required" => false,
                        "nillable" => true,
                        "min-length" => 1L,
                        "max-length" => 2147483647L
                    },
                    "type" => {
                        "type" => STRING,
                        "description" => "The type of credential this reference is denoting.",
                        "expressions-allowed" => true,
                        "required" => false,
                        "nillable" => true,
                        "min-length" => 1L,
                        "max-length" => 2147483647L
                    },
                    "clear-text" => {
                        "type" => STRING,
                        "description" => "Secret specified using clear text. Check credential store way of supplying credential/secrets to services.",
                        "expressions-allowed" => true,
                        "required" => false,
                        "nillable" => true,
                        "min-length" => 1L,
                        "max-length" => 2147483647L
                    }
                },
                "access-type" => "read-write",
                "storage" => "configuration",
                "restart-required" => "no-services"
            },
{code}



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



More information about the jboss-jira mailing list