[JBoss JIRA] (HAWKULARQE-17) Automation Testcase
by Hayk Hovsepyan (JIRA)
[ https://issues.jboss.org/browse/HAWKULARQE-17?page=com.atlassian.jira.plu... ]
Hayk Hovsepyan commented on HAWKULARQE-17:
------------------------------------------
New automation test case created: cfme.tests.middleware.test_middleware_server.test_container_server_immutability
> Automation Testcase
> -------------------
>
> Key: HAWKULARQE-17
> URL: https://issues.jboss.org/browse/HAWKULARQE-17
> Project: Hawkular QE
> Issue Type: Sub-task
> Reporter: Hayk Hovsepyan
> Assignee: Hayk Hovsepyan
> Priority: Blocker
> Labels: hawkular-qe-automation
>
> * Automate openshift eap7 docker container starting in preparation scripts
> * In CFME CI
> * Add openshift into CFME
> * Verify discovery of EAP7, run smoke set of tests
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ELY-1185) Only the last mechanism selector is used in Elytron client configuration
by Ondrej Lukas (JIRA)
[ https://issues.jboss.org/browse/ELY-1185?page=com.atlassian.jira.plugin.s... ]
Ondrej Lukas updated ELY-1185:
------------------------------
Affects Version/s: 1.1.0.Beta42
> Only the last mechanism selector is used in Elytron client configuration
> ------------------------------------------------------------------------
>
> Key: ELY-1185
> URL: https://issues.jboss.org/browse/ELY-1185
> Project: WildFly Elytron
> Issue Type: Bug
> Affects Versions: 1.1.0.Beta42
> Reporter: Ondrej Lukas
> Assignee: Darran Lofthouse
> Priority: Critical
>
> When Elytron client configuration file includes {{sasl-mechanism-selector}} with string which contains more mechanisms then only the last mentioned mechanism is used. In correct behavior it should use all given mechanisms in given order, see [1].
> In case when the last given mechanism is supported by server then it tries to authenticate, otherwise no mechanism is used to attempt to authenticate.
> For example, following element for selector can be used in Elytron client configuration file:
> {code}
> <sasl-mechanism-selector selector="PLAIN DIGEST-MD5 ANONYMOUS JBOSS-LOCAL-USER"/>
> {code}
> When only {{DIGEST-MD5}} is supported by server then it works only if {{DIGEST-MD5}} is the last mechanism in selector string.
> [1] https://issues.jboss.org/browse/EAP7-567?focusedCommentId=13408238&page=c...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ELY-1185) Only the last mechanism selector is used in Elytron client configuration
by Ondrej Lukas (JIRA)
Ondrej Lukas created ELY-1185:
---------------------------------
Summary: Only the last mechanism selector is used in Elytron client configuration
Key: ELY-1185
URL: https://issues.jboss.org/browse/ELY-1185
Project: WildFly Elytron
Issue Type: Bug
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Critical
When Elytron client configuration file includes {{sasl-mechanism-selector}} with string which contains more mechanisms then only the last mentioned mechanism is used. In correct behavior it should use all given mechanisms in given order, see [1].
In case when the last given mechanism is supported by server then it tries to authenticate, otherwise no mechanism is used to attempt to authenticate.
For example, following element for selector can be used in Elytron client configuration file:
{code}
<sasl-mechanism-selector selector="PLAIN DIGEST-MD5 ANONYMOUS JBOSS-LOCAL-USER"/>
{code}
When only {{DIGEST-MD5}} is supported by server then it works only if {{DIGEST-MD5}} is the last mechanism in selector string.
[1] https://issues.jboss.org/browse/EAP7-567?focusedCommentId=13408238&page=c...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ELY-1184) FAMILY and HASH selectors in Elytron client are parsed incorrectly
by Ondrej Lukas (JIRA)
[ https://issues.jboss.org/browse/ELY-1184?page=com.atlassian.jira.plugin.s... ]
Ondrej Lukas updated ELY-1184:
------------------------------
Description:
When #FAMILY or #HASH selector is used in Elytron client configuration file then it is parsed incorrectly - end bracket ')' is included in parsed family/hash name - it means it results to {{DIGEST)}} instead of {{DIGEST}}. It seems it is parsed incorrectly in {{parseSpecialWithName}} method of {{org.wildfly.security.sasl.SaslMechanismSelector}} class in [1].
Following element for selector is used in Elytron client configuration file:
{code}
...
<sasl-mechanism-selector selector="#FAMILY(DIGEST)"/>
...
{code}
[1] https://github.com/wildfly-security/wildfly-elytron/blob/master/src/main/...
was:
When #FAMILY or #HASH selector is used in Elytron client configuration file then it is parsed incorrectly - end bracket ')' is included in parsed family/hash name. It seems it is parsed incorrectly in {{parseSpecialWithName}} method of {{org.wildfly.security.sasl.SaslMechanismSelector}} class in [1].
[1] https://github.com/wildfly-security/wildfly-elytron/blob/master/src/main/...
> FAMILY and HASH selectors in Elytron client are parsed incorrectly
> ------------------------------------------------------------------
>
> Key: ELY-1184
> URL: https://issues.jboss.org/browse/ELY-1184
> Project: WildFly Elytron
> Issue Type: Bug
> Affects Versions: 1.1.0.Beta42
> Reporter: Ondrej Lukas
> Assignee: Darran Lofthouse
> Priority: Critical
>
> When #FAMILY or #HASH selector is used in Elytron client configuration file then it is parsed incorrectly - end bracket ')' is included in parsed family/hash name - it means it results to {{DIGEST)}} instead of {{DIGEST}}. It seems it is parsed incorrectly in {{parseSpecialWithName}} method of {{org.wildfly.security.sasl.SaslMechanismSelector}} class in [1].
> Following element for selector is used in Elytron client configuration file:
> {code}
> ...
> <sasl-mechanism-selector selector="#FAMILY(DIGEST)"/>
> ...
> {code}
> [1] https://github.com/wildfly-security/wildfly-elytron/blob/master/src/main/...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months