Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-11079

dynamic data source password in db_data_config file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Critical
    • Resolution: Won't Fix
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            javeedk Javeed Ali Khan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: