[
https://issues.jboss.org/browse/WFCORE-2186?page=com.atlassian.jira.plugi...
]
Jean-Francois Denise commented on WFCORE-2186:
----------------------------------------------
[~michpetrov], the parsing can be a bit tricky in the CLI. I have implemented both support
at execution and completion time (yes, bytes{ is breaking completion, and it could be nice
to help users filling the array).
In case you want to compare with what you did, here is my commit:
https://github.com/jfdenise/wildfly-core/commit/b71668528a3a35a6998b43c22...
Thanks.
JF
Salted password cannot be set through CLI for Elytron
filesystem-realm identity
-------------------------------------------------------------------------------
Key: WFCORE-2186
URL:
https://issues.jboss.org/browse/WFCORE-2186
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha16
Reporter: Ondrej Lukas
Assignee: Michal Petrov
Password encryption/hash mechanisms which contain {{salt}} attribute for filesystem-realm
identity cannot be added through CLI. {{set-password}} operation fails and finishes with
failure-description "WFLYCTL0155: password may not be null" even if password was
set. It seems when {{salt}} attribute with {{bytes}} value is used then {{password}}
attribute is ignored by CLI.
Following password encryption/hash mechanisms from filesystem-realm identity are affected
by issue:
- {{bcrypt}}
- {{salted-simple-digest}}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)