Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-2123

secret-key-credential-store does not make parent directories when being created

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.16.0.CR1
    • None
    • None
    • None

      secret-key-credential-store does not make parent directories when being created, unlike credential-store.

      [standalone@embedded /] /subsystem=elytron/secret-key-credential-store=p:add(path=x/y,create=true)
      {
          "outcome" => "failed",
          "failure-description" => {"WFLYCTL0080: Failed services" => {"org.wildfly.security.credential-store.p" => "WFLYELY00004: Unable to start the service.
          Caused by: org.wildfly.security.credential.store.CredentialStoreException: ELY09513: Unable to flush credential store to storage
          Caused by: java.io.FileNotFoundException: /home/okotek/test/server/x/y (No such file or directory)"}},
          "rolled-back" => true
      }
      
      [standalone@embedded /] /subsystem=elytron/credential-store=p:add(location=x/y,create=true,credential-reference={clear-text=p})
      {"outcome" => "success"}
      

            szaldana Sonia Zaldana (Inactive)
            szaldana Sonia Zaldana (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: