-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR16
-
None
User isn't able to use masked password from Wildfly-elytron-tool.
When I generate masked password through tool from EAP7.1.0.DR15 it's worked!
I expect that I will be able to use masked string from actual version of wildfly-elytron-tool.
How to reproduce
java -jar wildfly-elytron-tool.jar mask -x secret_password -s 12345678 -i 230 MASK-1GhfMaq4jSY0.kFFU3QG4T;12345678;230
[standalone@localhost:9990 /] /subsystem=elytron/credential-store=csmasked002:add(uri="cr-store://csmasked002.jceks?create=true", credential-reference={clear-text="MASK-1GhfMaq4jSY0.kFFU3QG4T;12345678;230"}) { "outcome" => "failed", "failure-description" => {"WFLYCTL0080: Failed services" => {"org.wildfly.security.credential-store.csmasked002" => "WFLYELY00004: Unable to start the service. Caused by: java.io.IOException: javax.crypto.BadPaddingException: Given final block not properly padded Caused by: javax.crypto.BadPaddingException: Given final block not properly padded"}}, "rolled-back" => true }
NOTE:
When I use in DR16 masked string from DR15 then it's working. And password in plain text is original one -> "secret_password".
- blocks
-
JBEAP-8571 CredentialStore issues
- Resolved
- is cloned by
-
WFCORE-2659 Credential-store, User isn't able to use masked password from Wildfly-elytron-tool.
- Resolved
- is incorporated by
-
JBEAP-10119 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta16
- Closed
- is related to
-
JBEAP-9254 CS tool generated different MASKED password then vault.sh
- Closed