Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1295

Evaluate access-constraints information from the resource description

    XMLWordPrintable

Details

    Description

      Evaluate the access-constraints information from the resource description and hide attributes marked as sensitive.

      Example:

      "password" => {
          "type" => STRING,
          "description" => "Specifies the password used when creating a new connection",
          "expressions-allowed" => true,
          "required" => false,
          "nillable" => true,
          "requires" => ["user-name"],
          "min-length" => 1L,
          "max-length" => 2147483647L,
          "access-constraints" => {"sensitive" => {
              "credential" => {"type" => "core"},
              "data-source-security" => {"type" => "datasources"}
          }},
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "no-services"
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hpehl@redhat.com Harald Pehl
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: