-
1. Re: Password encryption in Modesdhape configuration xml
rhauch Oct 22, 2012 10:49 AM (in response to vasilievip)Are the passwords for JDBC data sources or something else? How are you deploying ModeShape 2.x? If you're deploying within a web/app container, then the best practice is to set up the ModeShape configuration to lookup the data source.
Regarding 3.x, I don't believe there's any slots in our JSON configuration schema to supply a password.
-
2. Re: Password encryption in Modesdhape configuration xml
vasilievip Oct 22, 2012 11:34 AM (in response to rhauch)Randall Hauch wrote:
Are the passwords for JDBC data sources or something else?
Something else. Let's say svn connector (I have currently two options: create connector for webdav or custom webservice).
Randall Hauch wrote:
How are you deploying ModeShape 2.x? If you're deploying within a web/app container, then the best practice is to set up the ModeShape configuration to lookup the data source.
Packaging into ear and deploying into websphere. For JDBC, I have no issues with configuring resource adapter. For example for SVN connector or my own connector I do not want to buld it
Randall Hauch wrote:
Regarding 3.x, I don't believe there's any slots in our JSON configuration schema to supply a password.
This is because you did not migrate connectors from 2.x yet
-
3. Re: Password encryption in Modesdhape configuration xml
rhauch Oct 22, 2012 11:35 AM (in response to vasilievip)1 of 1 people found this helpfulRegarding 3.x, I don't believe there's any slots in our JSON configuration schema to supply a password.
This is because you did not migrate connectors from 2.x yet
True. I've opened MODE-1688 to track this in 3.1, ensuring that we provide a single, unified password encryption mechanism.
-
4. Re: Password encryption in Modesdhape configuration xml
vasilievip Oct 22, 2012 11:37 AM (in response to rhauch)Great, thanks