[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 05:30:26 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789593#comment-12789593 ] 

Heiko Braun commented on WFLY-1688:
-----------------------------------

:add() operations require special treatment in this case: they need to be reduced to required attributes only (i.e. see datasource/add dialog with username, password)
                
> 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 (user may not view or modify) 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