[
https://issues.apache.org/jira/browse/SOLR-11079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Javeed Ali Khan updated SOLR-11079:
-----------------------------------
Labels: patch (was: )
> dynamic data source password in db_data_config file
> ----------------------------------------------------
>
> Key: SOLR-11079
> URL: https://issues.apache.org/jira/browse/SOLR-11079
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Javeed Ali Khan
> Priority: Critical
> Labels: patch
>
> HI Team,
> As per my requirement I need to pass password dynamically to data source from
> configuration files .
> I did it successfully through HTTP URL by auto indexing time. Like below.
> In Application data import property file declare URL and password like this
> params=/dataimport?command=delta-import&clean=false&commit=true&pwd=Beta*****
> In SOLR Core(web logic) db-data-config.xml file fetching password on auto
> indexing like bellow.
> <dataSource driver="oracle.jdbc.driver.OracleDriver"
> url="jdbc:oracle:thin:@URL:Port/Schema" user="myUser***"
> password="${dataimporter.request.pwd}"/>
> But In this case if password changed need to deploy application Again with
> new password,
> So, I declare password variable in solrconfig.xml , dataimport.properties and
> core.properties files and try to fetch in to db-data-config.xml file, But its
> not working. Can you please help me out to use password in configuration file
> like able to update with out deployment.
> Thank you
> Javeed Ali Khan
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]