-
Bug
-
Resolution: Done
-
Critical
-
7.1.0.DR17
EAP server must be reloaded 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.
allow-resource-service-restart=true header doesn't help.
"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" },
- blocks
-
JBEAP-8571 CredentialStore issues
- Resolved
- is cloned by
-
WFCORE-2766 Application server must be reloaded when is updated credential reference of credential store. There isn't any information that it needs reload.
- Resolved
- is incorporated by
-
JBEAP-11466 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta28
- Closed
- is related to
-
JBEAP-6939 Elytron allow-resource-service-restart=true handling
- Closed
-
JBEAP-10741 Elytron Keystore resource needs restart when is changed credential-reference attribute but restart-required is set to "no-services"
- Closed
-
JBEAP-6961 Elytron resources runtime updates without reload
- Closed