[JBoss JIRA] (WFLY-447) Connection Reauthentication and Security Propagation
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-447?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse reassigned WFLY-447:
-------------------------------------
Assignee: (was: Darran Lofthouse)
> Connection Reauthentication and Security Propagation
> ----------------------------------------------------
>
> Key: WFLY-447
> URL: https://issues.jboss.org/browse/WFLY-447
> Project: WildFly
> Issue Type: Task
> Components: EJB, Remoting, Security
> Reporter: Darran Lofthouse
> Labels: authentication_service
> Fix For: 11.0.0.Beta1
>
>
> This task is a top level task to coordinate the addition of support for switching to different security identities on an existing connection over Remoting.
> This is to predominantly cover two major scenarios: -
> - Clients using a single connection but require different calls to be executed as different users, in this case the client has the information required to start a new authentication as a different user.
> - Server to server communication where the first server has already authenticated a remote user - for this scenario the first server needs a way to tell the second server what identity to run the call as.
> The following document is building up the requirements and design considerations and decisions: -
> https://community.jboss.org/wiki/ConnectionRe-AuthenticationAndSecurityPr...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (DROOLS-1654) Don'ing a Map-Based Fact Loses the Fact
by KimJohn Quinn (JIRA)
KimJohn Quinn created DROOLS-1654:
-------------------------------------
Summary: Don'ing a Map-Based Fact Loses the Fact
Key: DROOLS-1654
URL: https://issues.jboss.org/browse/DROOLS-1654
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.0.0.Final
Environment: * Alpine Linux (in a Docker container)
* Oracle JDK 8
* Drools 7.0.0.Final
* Spring Boot v1.5.4.RELEASE (though testing without any Spring)
Reporter: KimJohn Quinn
Assignee: Mario Fusco
Attachments: TraitDonningTest.java, traits.drl
It appears that after don'ing the trait the map-based fact it is proxying disappears (or gets retracted).
There does not seem to be any issue using the trait properties to access the model properties.
We are trying to use the model, mostly for constraints and updates, then within the rules apply and use traits to give us a stronger-typed fact and easier rule constraining.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (WFLY-1598) Out of the box SSL - or shortly after.
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-1598?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse reassigned WFLY-1598:
--------------------------------------
Assignee: (was: Darran Lofthouse)
> Out of the box SSL - or shortly after.
> --------------------------------------
>
> Key: WFLY-1598
> URL: https://issues.jboss.org/browse/WFLY-1598
> Project: WildFly
> Issue Type: Sub-task
> Components: Domain Management, Security
> Reporter: Darran Lofthouse
> Priority: Critical
> Labels: management_security,, management_sso
> Fix For: 11.0.0.Beta1
>
>
> There are various reasons that we do not support SSL/TLS out of the box e.g.
> - If we ship a default keystore then everyone has access to the private key.
> - Generating one on first boot we do not have sufficient information to generate it correctly, also the performance overhead.
> This issue is to explorer other options to encourage their use and make it easier to configure.
> As an example could the admin console detect a non encrypted connection and have an box that encourages the config along with a wizard like workflow to get it set up?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (WFLY-1371) AuthorizationModule.destroy is never called
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-1371?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse reassigned WFLY-1371:
--------------------------------------
Assignee: (was: Darran Lofthouse)
> AuthorizationModule.destroy is never called
> -------------------------------------------
>
> Key: WFLY-1371
> URL: https://issues.jboss.org/browse/WFLY-1371
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 8.0.0.Alpha1
> Reporter: Vlad Arkhipov
>
> If you define a custom authorization module in configuration XML, it's org.jboss.security.authorization.AuthorizationModule.destroy() is never called. So if you have some stuff in it's sharedState field, it leads to a memory leak. I'm not quite sure which project is responsible for the calling of this method PicketBox of WildFly.
> As a workaround I currently clear sharedState field in abort() and commit() methods.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (WFLY-2683) Problem with security subsystem model descriptions
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-2683?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse resolved WFLY-2683.
------------------------------------
Resolution: Out of Date
> Problem with security subsystem model descriptions
> --------------------------------------------------
>
> Key: WFLY-2683
> URL: https://issues.jboss.org/browse/WFLY-2683
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 8.0.0.CR1
> Reporter: Stuart Douglas
> Assignee: Darran Lofthouse
>
> /subsystem=security/security-domain=*/acl=*:read-resource-description
> results in:
> "children" => {
> "acl-module" => {
> "description" => "ACL module",
> "model-description" => undefined
> },
> "login-module" => {
> "description" => "Login module",
> "model-description" => undefined
> }
> }
> These model descriptions should not be undefined.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months