[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:57: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 (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}
was:
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}
> 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