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

Elytron keystore type default value

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • Security
    • None

      Make attribute type optional during key-store creation. If not set default value "JKS" can be used.

      Basically in this issue is requesting same behaviour as legacy keystore in realms

      ManagementModel
      Unable to find source-code formatter for language: jsonl. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      "keystore-provider" => {
                      "type" => STRING,
                      "description" => "The provider for loading the keystore, defaults to JKS.",
                      "expressions-allowed" => true,
                      "required" => false,
                      "nillable" => true,
                      "default" => "JKS",
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "resource-services"
                  },
      

      Extracted from WFLY-7125 and tracked as separate issue.

            rhn-support-ivassile Ilia Vassilev
            mchoma@redhat.com Martin Choma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: