Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-13958

manually adding elytron reference to properties not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Major
    • fuse-7.8-GA
    • fuse-7.6-GA
    • Karaf
    • None

    Description

      For instance, after adding an elytron reference directly to ${KARAF_HOME}/etc/org.ops4j.pax.web.cfg:

           keystore.password = CS:keystore.password
      

      The property is not deferenced (e.g. in undertow.xml). The following is stored in the cached bundle:

      data/cache/bundle10/data/config/org/ops4j/pax/web.config:keystore.password="CS:keystore.password"
      

      After running the following commands:

         config:edit org.ops4j.pax.web
         config:update
      

      Observe the property is found in the cached bundle (note the addition of _encrypted.):

      data/cache/bundle10/data/config/org/ops4j/pax/web.config:_encrypted.keystore.password="CS:keystore.password"
      

      Attachments

        Activity

          People

            ldemasi Luigi De Masi
            rhn-support-shiggs Stephen Higgs
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: