Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-8508

Elytron keystore type default value

XMLWordPrintable

      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 JBEAP-6034 and tracked as separate issue.

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

              Created:
              Updated:
              Resolved: