-
Bug
-
Resolution: Done
-
Major
-
3.3.8.Final
-
None
-
None
-
-
- Remove and add the credential reference again.
The user can fill the credential reference attributes in different combinations explained in the wildfly documentation. But moving from clear-text to store and alias or vice-versa shows the following error:
Last operation failed {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0476: Value for attribute 'credential-reference' is invalid: either 'clear-text' must be specified on its own or 'store' needs to be specified with at least one of 'clear-text' or 'alias'"}}
Management operations executed underneath are following:
batch
/subsystem=mail/mail-session=ms-update-edmpdygqsucp/server=smtp:undefine-attribute(name=credential-reference.alias)
/subsystem=mail/mail-session=ms-update-edmpdygqsucp/server=smtp:undefine-attribute(name=credential-reference.store)
/subsystem=mail/mail-session=ms-update-edmpdygqsucp/server=smtp:write-attribute(name=credential-reference.clear-text,value="mmmm")
run-batch
- causes
-
JBEAP-22744 [QA](7.4.z) HAL-1760 - Editing credential reference for mail server is not working
- Closed
- relates to
-
HAL-1710 Add option to automatically add/update passwords in a credential store when creating/updating a datasource
- Resolved