Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2928

Elytron getting incorrect failure-description storing an inexistent key-store

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0.Beta28
    • None
    • Security
    • None
    • Hide

      Add and store a key-store in Elytron with a path pointing to an inexistent key-store:

      /subsystem=elytron/key-store=test:add(path=test001.jks, relative-to=jboss.server.config.dir, credential-reference={clear-text=test}, type=jks)
      /subsystem=elytron/key-store=test:store()
      
      Show
      Add and store a key-store in Elytron with a path pointing to an inexistent key-store: /subsystem=elytron/key-store=test:add(path=test001.jks, relative-to=jboss.server.config.dir, credential-reference={clear-text=test}, type=jks) /subsystem=elytron/key-store=test:store()

      If we add a non-existing key-store the error message description is incorrect. We get:
      "WFLYELY00010: Unable to save KeyStore - path is not defined." it should rather says something like "Keystore test001.jks file does not exist"

            yborgess1@redhat.com Yeray Borges Santana
            yborgess1@redhat.com Yeray Borges Santana
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: