[JBoss JIRA] (WFLY-5529) Clustering Quickstarts Tracker
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-5529?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-5529:
---------------------------------
Description:
Tracker for clustering quickstarts.
There are bunch of areas that could use a quickstart; intentionally no concrete Jiras for these yet:
* Externalizers + General session replication/failover
* CommandDispatcher
* Cross-site replication
* Group membership
* JGroups channel injection (community-only)
* Infinispan cache injection (community-only)
was:Tracker for clustering quickstarts.
> Clustering Quickstarts Tracker
> ------------------------------
>
> Key: WFLY-5529
> URL: https://issues.jboss.org/browse/WFLY-5529
> Project: WildFly
> Issue Type: Task
> Components: Clustering, Quickstarts
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> Tracker for clustering quickstarts.
> There are bunch of areas that could use a quickstart; intentionally no concrete Jiras for these yet:
> * Externalizers + General session replication/failover
> * CommandDispatcher
> * Cross-site replication
> * Group membership
> * JGroups channel injection (community-only)
> * Infinispan cache injection (community-only)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (WFCORE-2643) Elytron Audit Logging does not support log file rotation
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2643?page=com.atlassian.jira.plugi... ]
Jan Kalina moved JBEAP-10219 to WFCORE-2643:
--------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2643 (was: JBEAP-10219)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: (was: 7.1.0.DR14)
> Elytron Audit Logging does not support log file rotation
> --------------------------------------------------------
>
> Key: WFCORE-2643
> URL: https://issues.jboss.org/browse/WFCORE-2643
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Reporter: Jan Kalina
> Assignee: Jan Kalina
> Priority: Blocker
> Labels: audit-logging, eap7.1-rfe-blocker, rotation
>
> It is not possible to rotate (= rename current log file and start logging into a new one) Elytron Audit log files. It cannot be set to use the log rotation neither based on the file size (e.g. once the file size outreaches 100 MB) nor based on a time period (e.g. rotate create a new file every Sunday at midnight).
> Inability to set the log rotation could lead to huge log files. Then it would be really difficult to read such files.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (WFCORE-2535) ModuleResourceRootPathsTestCase fails with security manager in WF core
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2535?page=com.atlassian.jira.plugi... ]
Brian Stansberry updated WFCORE-2535:
-------------------------------------
Git Pull Request: https://github.com/wildfly/wildfly-core/pull/2276 (was: https://github.com/wildfly/wildfly-core/pull/2283)
> ModuleResourceRootPathsTestCase fails with security manager in WF core
> ----------------------------------------------------------------------
>
> Key: WFCORE-2535
> URL: https://issues.jboss.org/browse/WFCORE-2535
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI, Test Suite
> Reporter: Jan Tymel
> Assignee: ehsavoie Hugonnet
>
> *org.jboss.as.test.integration.management.cli.modules.ModuleResourceRootPathsTestCase#testModules*
> {{cd testsuite/standalone/}}
> {{mvn test -Dtest=ModuleResourceRootPathsTestCase -Dsecurity.manager -DtestLogToFile=false}}
> {code}
> 13:26:00,583 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."test-archive.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."test-archive.war".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "test-archive.war"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:172)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.lang.Thread.run(Thread.java:785)
> Caused by: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.util.PropertyPermission" "jboss.bind.address" "read")" in code source "(vfs:/content/test-archive.war <no signer certificates>)" of "ModuleClassLoader for Module "deployment.test-archive.war" from Service Module Loader")
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:278)
> at org.wildfly.security.manager.WildFlySecurityManager.checkPropertyAccess(WildFlySecurityManager.java:469)
> at java.lang.System.getProperty(System.java:443)
> at java.lang.System.getProperty(System.java:427)
> at org.jboss.as.test.shared.TestSuiteEnvironment.getSystemProperty(TestSuiteEnvironment.java:50)
> at org.jboss.as.test.shared.TestSuiteEnvironment.getHttpAddress(TestSuiteEnvironment.java:173)
> at org.wildfly.test.undertow.UndertowServiceActivator.getAddress(UndertowServiceActivator.java:100)
> at org.wildfly.test.undertow.UndertowServiceActivator.activate(UndertowServiceActivator.java:66)
> at org.jboss.as.server.deployment.service.ServiceActivatorProcessor.deploy(ServiceActivatorProcessor.java:91)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:165)
> ... 5 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (ELY-1066) Add a GSSCredential CredentialSource
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-1066:
-------------------------------------
Summary: Add a GSSCredential CredentialSource
Key: ELY-1066
URL: https://issues.jboss.org/browse/ELY-1066
Project: WildFly Elytron
Issue Type: Enhancement
Components: Credentials
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Blocker
Fix For: 1.1.0.Beta36
Initially this should be minimal / no configuration to make a GSSCrdential available if the local user has a Kerberos ticket - at a later point we can review adding additional config such as client keytabs etc...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months