[JBoss JIRA] (WFLY-7501) Security domain can have itself in "trusted-security-domains"
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-7501?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated WFLY-7501:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
> Security domain can have itself in "trusted-security-domains"
> -------------------------------------------------------------
>
> Key: WFLY-7501
> URL: https://issues.jboss.org/browse/WFLY-7501
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Hynek Švábek
> Assignee: Jan Kalina
> Fix For: 11.0.0.Alpha1
>
>
> Security-domain trusted-security-domains attribute has confusing behaviour. I can define there security domain which doesn't exist yet (It is being created right now).
> *Steps to reproduce*
> {code}
> /subsystem=elytron/filesystem-realm=realm1:add(relative-to=jboss.server.config.dir, path=tmp.prop)
> {code}
> {code}
> /subsystem=elytron/security-domain=secDomain888:add(realms=[{realm=realm1}], default-realm=realm1, trusted-security-domains=[secDomain888])
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (WFLY-7589) Wrong description for injecting the same realm to Elytron security-domain in CLI
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-7589?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated WFLY-7589:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
> Wrong description for injecting the same realm to Elytron security-domain in CLI
> --------------------------------------------------------------------------------
>
> Key: WFLY-7589
> URL: https://issues.jboss.org/browse/WFLY-7589
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Ondrej Lukas
> Assignee: Ilia Vassilev
> Labels: user_experience
> Fix For: 11.0.0.Alpha1
>
>
> Adding the same realms to one Elytron security-domain is denied in CLI. However failure-description is wrong. See:
> {code}
> /subsystem=elytron/security-domain=securityDomain:add(realms=[{realm=ApplicationRealm},{realm=ApplicationRealm}],default-realm=ApplicationRealm)
> {
> "outcome" => "failed",
> "failure-description" => "WFLYELY00002: Can not inject the same realm 'securityDomain' in a single security domain 'ApplicationRealm'.",
> "rolled-back" => true
> }
> {code}
> It should says: "WFLYELY00002: Can not inject the same realm 'ApplicationRealm' in a single security domain 'securityDomain'.".
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (WFLY-7589) Wrong description for injecting the same realm to Elytron security-domain in CLI
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-7589?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated WFLY-7589:
-----------------------------------
Affects Version/s: (was: 11.0.0.Alpha1)
> Wrong description for injecting the same realm to Elytron security-domain in CLI
> --------------------------------------------------------------------------------
>
> Key: WFLY-7589
> URL: https://issues.jboss.org/browse/WFLY-7589
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Ondrej Lukas
> Assignee: Ilia Vassilev
> Labels: user_experience
> Fix For: 11.0.0.Alpha1
>
>
> Adding the same realms to one Elytron security-domain is denied in CLI. However failure-description is wrong. See:
> {code}
> /subsystem=elytron/security-domain=securityDomain:add(realms=[{realm=ApplicationRealm},{realm=ApplicationRealm}],default-realm=ApplicationRealm)
> {
> "outcome" => "failed",
> "failure-description" => "WFLYELY00002: Can not inject the same realm 'securityDomain' in a single security domain 'ApplicationRealm'.",
> "rolled-back" => true
> }
> {code}
> It should says: "WFLYELY00002: Can not inject the same realm 'ApplicationRealm' in a single security domain 'securityDomain'.".
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (WFLY-7619) Is impossible remove whole Elytron subsystem when Elytron resource depends on another Elytron resource.
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-7619?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated WFLY-7619:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
> Is impossible remove whole Elytron subsystem when Elytron resource depends on another Elytron resource.
> -------------------------------------------------------------------------------------------------------
>
> Key: WFLY-7619
> URL: https://issues.jboss.org/browse/WFLY-7619
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Hynek Švábek
> Assignee: Jan Kalina
> Fix For: 11.0.0.Alpha1
>
>
> Is impossible remove whole Elytron subsystem by one command when Elytron resource depends on another Elytron resource.
> *Scenario:*
> * I have KeyStore in Elytron subsystem with CredentialStoreReference set to CredentialStore
> * I want to delete whole Elytron subsystem
> * I execute this CLI command */subsystem=elytron:remove()* and get error
> {code}
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0171: Removing services has lead to unsatisfied dependencies:
> Service org.wildfly.security.credential-store-client.credStore was depended upon by service org.wildfly.security.key-store.firefly",
> "rolled-back" => true
> }
> {code}
> *NOTES:*
> * When I perform CLI command */subsystem=elytron:remove()* again as it passes.
> * When I use for remove {allow-resource-service-restart=true} as /subsystem=elytron:remove(){allow-resource-service-restart=true} then result is successful.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months
[JBoss JIRA] (WFLY-7175) Complex type server-ssl-context/ssl-session in Elytron subsystem
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-7175?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated WFLY-7175:
-----------------------------------
Affects Version/s: (was: 11.0.0.Alpha1)
> Complex type server-ssl-context/ssl-session in Elytron subsystem
> ----------------------------------------------------------------
>
> Key: WFLY-7175
> URL: https://issues.jboss.org/browse/WFLY-7175
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Ondrej Lukas
> Assignee: Jan Kalina
> Priority: Critical
> Fix For: 11.0.0.Alpha1
>
>
> Elytron subsystem uses complex type in server-ssl-context resource which is difficult to use and can result to bad user experience, see description of JBEAP-6100 for more details.
> Details: *server-ssl-context/ssl-session* - nested complex attributes (not critical in the short term - although exposing management information that provides insight into the current sessions would be a big bonus for administrators)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 5 months