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

remove-alias should fail when remove non-existent alias from credential store.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 3.0.0.Beta28
    • None
    • Security
    • None

      remove-alias should fail when remove non-existent alias from credential store.

      There is expected fail when we try to remove non-existent alias from credential store.

      How to reproduce
      create credential store

      /subsystem=elytron/credential-store=cs001:add(create=true, credential-reference={clear-text=pass123},location=cs001.jceks)
      

      Try to remove alias from empty credential store

      /subsystem=elytron/credential-store=cs001:remove-alias(alias=alias001)
      {
          "outcome" => "success",
          "result" => undefined
      }
      

            fjuma1@redhat.com Farah Juma
            hsvabek_jira Hynek Švábek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: