[JBoss JIRA] Created: (AS7-861) resource-description for root-logger in subsystem=looging is incomplete
by Heiko Rupp (JIRA)
resource-description for root-logger in subsystem=looging is incomplete
-----------------------------------------------------------------------
Key: AS7-861
URL: https://issues.jboss.org/browse/AS7-861
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Rupp
Assignee: Jason Greene
[domain@localhost:9999 subsystem=logging] :read-resource-description(recursive=true)
{
"outcome" => "success",
"result" => {
"description" => "The configuration of the logging subsystem.",
"head-comment-allowed" => true,
"tail-comment-allowed" => true,
"namespace" => "urn:jboss:domain:logging:1.0",
"operations" => undefined,
"children" => {
"root-logger" => {"description" => "Defines the root logger for this log context."},
and
[domain@localhost:9999 subsystem=logging] :read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"root-logger" => {
"level" => "INFO",
"handlers" => [
"CONSOLE",
"FILE"
]
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBAS-8132) Utility to report on differences in domain configuration between domains
by Brian Stansberry (JIRA)
Utility to report on differences in domain configuration between domains
------------------------------------------------------------------------
Key: JBAS-8132
URL: https://jira.jboss.org/browse/JBAS-8132
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Fix For: Unscheduled
This JIRA is based on feedback we received after the Andiamo BOF at JBoss World 2010:
One of the motivations for the domain controller was to help customers manage drift in their JBoss configurations. Because of operational concerns, specifically datacenter isolation, some customers expect to need to run multiple identical domain controllers. They would then still be faced with drift across domain controllers. A utility to detect this drift would be helpful.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (AS7-851) Add some form of :whoami operation
by Darran Lofthouse (JIRA)
Add some form of :whoami operation
----------------------------------
Key: AS7-851
URL: https://issues.jboss.org/browse/AS7-851
Project: Application Server 7
Issue Type: Task
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Jason Greene
Fix For: 7.0.0.CR1
Connectivity to the server can make use of authentication automatically handled by either the web broswer or in some cases possibly a CLI using a local Kerberos ticket.
This issue is to add a :whoami operation to verify who the connection is running as so the client can see they are connected as the expected user.
Later this may also be expanded to make it possible to query what a client can actually do so operations a client can not perform can be potentially hidden / masked.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months