]
Jeff Mesnil updated WFCORE-629:
-------------------------------
Fix Version/s: 8.0.0.Beta3
(was: 8.0.0.Beta2)
Enabled automatic encryption of passwords stored in configuration
-----------------------------------------------------------------
Key: WFCORE-629
URL:
https://issues.jboss.org/browse/WFCORE-629
Project: WildFly Core
Issue Type: Feature Request
Components: Management, Security
Environment: Wildfly 9
Reporter: Jason Shepherd
Assignee: Darran Lofthouse
Priority: Major
Fix For: 8.0.0.Beta3
Currently encrypting passwords such as Datasource passwords can only be done 'after
the fact'. You have to create the datasource first, then retrospectively store the
password in the vault and dereference it in the configuration.
It would be great if could turn on automatic storage of passwords in the vault so that
when you create a Datasource password, or add a resource adapter which specifies a remote
resource password, those passwords were automatically added to the vault, and deferenced
in the configuration file.