-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.1.0.DR7
Credential-reference should be resolved in time of request - in this case the alias which contains wrong password in CredentialStore (we can change it later to right password...).
If I add credential reference with alias which contains wrong password then I get this error:
{ "outcome" => "failed", "failure-description" => { "WFLYCTL0080: Failed services" => {"org.wildfly.security.key-store.fireflyWrong" => "org.jboss.msc.service.StartException in service org.wildfly.security.key-store.fireflyWrong: WFLYELY00004: Unable to start the service. Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect Caused by: java.security.UnrecoverableKeyException: Password verification failed"}, "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.security.key-store.fireflyWrong"], "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined }, "rolled-back" => true }
When I reload server then same command pass!
But I nowhere got information about reload-required
/subsystem=elytron/key-store=fireflyWrong:add(path=cs/firefly.keystore,relative-to=jboss.server.data.dir,type=JKS,credential-reference= {store=credStore2,alias=ffWithWrongPass})
- blocks
-
JBEAP-8571 CredentialStore issues
- Resolved
- clones
-
ELY-678 Credential-reference(alias=) should be resolved in time of request.
- Resolved
- relates to
-
JBEAP-10650 Credential store reload operation doesn't have effect in dependent resources.
- Closed
-
JBEAP-6615 Credential-reference(store=...) should be resolved in time of request.
- Closed
-
JBEAP-6788 Elytron key-store with WrongPassword is replace with zero size file when I process "store" operation over CLI.
- Closed