[jboss-jira] [JBoss JIRA] (WFLY-1688) Web Console: Provide the facilities to deal with sensitive data

Heiko Braun (JIRA) jira-events at lists.jboss.org
Mon Jul 15 04:55:26 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heiko Braun updated WFLY-1688:
------------------------------

    Description: 
Forms need to suppress (not editable & readable) sensitive attributes:

{noformat}
 "response-headers" => {"access-control" => [{
            "absolute-address" => [
                ("subsystem" => "datasources"),
                ("data-source" => "ExampleDS")
            ],
            "relative-address" => [],
            "filtered-attributes" => [
                "user-name",
                "security-domain",
                "password"
            ]
        }]}

{noformat}

  was:

bstansberry: hbraun: sure, 1 sec
[3:27pm] bstansberry: hbraun: http://fpaste.org/24852/13736356/
[3:27pm] bstansberry: hbraun: that was against /core-service=management
[3:28pm] bstansberry: hbraun: https://docs.google.com/spreadsheet/ccc?key=0Au0knNJrYUJhdFlSSEVpdGJpQnlDOURXYTRYajhaZWc#gid=1 column Z shows the security classifications and roughly how they are assigned to resources/attributes



    
> Web Console: Provide the facilities to deal with sensitive data
> ---------------------------------------------------------------
>
>                 Key: WFLY-1688
>                 URL: https://issues.jboss.org/browse/WFLY-1688
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Web Console
>            Reporter: Heiko Braun
>            Assignee: Heiko Braun
>
> Forms need to suppress (not editable & readable) sensitive attributes:
> {noformat}
>  "response-headers" => {"access-control" => [{
>             "absolute-address" => [
>                 ("subsystem" => "datasources"),
>                 ("data-source" => "ExampleDS")
>             ],
>             "relative-address" => [],
>             "filtered-attributes" => [
>                 "user-name",
>                 "security-domain",
>                 "password"
>             ]
>         }]}
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list