[JBoss JIRA] (WFCORE-2746) Move elytron management security tests from full to core
by Ondrej Lukas (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2746?page=com.atlassian.jira.plugi... ]
Ondrej Lukas commented on WFCORE-2746:
--------------------------------------
[~luck3y] Do you plan to add some equivalent of Arquillian {{InSequence}} annotation to {{WildflyTestRunner}}? Is there any possibility how to simply run following flow in Test Case in WF Core TS:
# setup server
# run some tests
# change some attribute in configuration which needs server reload -> reload server
# run some tests
# reset server configuration
> Move elytron management security tests from full to core
> --------------------------------------------------------
>
> Key: WFCORE-2746
> URL: https://issues.jboss.org/browse/WFCORE-2746
> Project: WildFly Core
> Issue Type: Task
> Components: Domain Management, Security, Test Suite
> Reporter: Brian Stansberry
>
> Since until recently the elytron subsystem wasn't part of the core feature pack, a lot of integration tests of its use ended up in the WildFly full testsuite instead of in core. This task is to get tests that are only testing core functionality moved into the core testsuite. Because that's the right thing to do, but also because it's useful in practice by eliminating a cause for messy coordinated changes to core and full such that code changes in core can be tested.
> Corresponding Wildfly JIRA: https://issues.jboss.org/browse/WFLY-8723
> There are a number of aspects to this, for which I'll create subtasks.
> Following is an initial list of tests that should be moved. *This is meant to be a living list, with things added as they are noticed.* So anyone should feel free to edit this JIRA description to add things to the list.
> -org.jboss.as.test.integration.security.perimeter.* [2]-
> -org.jboss.as.test.manualmode.mgmt.elytron.HttpMgmtInterfaceElytronAuthenticationTestCase-
> -org.jboss.as.test.integration.domain.AbstractSlaveHCAuthenticationTestCase and subclasses.[1]-
> org.jboss.as.test.integration.security.credentialreference [2]
> integration/elytron/
> [1] One subclass of this is not related to elytron but should be moved to core too. I haven't looked closely but it uses vault, which may be why it is in full. But we can use vault in the core testsuite now.
> [2] Currently using Arquillian.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JGRP-2170) GOOGLE_PING2
by Bela Ban (JIRA)
Bela Ban created JGRP-2170:
------------------------------
Summary: GOOGLE_PING2
Key: JGRP-2170
URL: https://issues.jboss.org/browse/JGRP-2170
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.1
New version of GOOGLE_PING based on the official Google Cloud Storage APIs [1]. The existing GOOGLE_PING protocol extends S3_PING which I want to deprecate, so creating GOOGLE_PING2 is a prerequisite to that.
Hosting will be at jgroups-extras.
[1] https://cloud.google.com/storage/docs/apis
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFCORE-2670) list-add doesn't work for nested list of child attribute
by Harald Pehl (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2670?page=com.atlassian.jira.plugi... ]
Harald Pehl edited comment on WFCORE-2670 at 5/11/17 7:03 AM:
--------------------------------------------------------------
[~brian.stansberry] can you give a rough estimate when this will be fixed. There's a HAL issue depending on this issue: JBEAP-10238. If we want to get it into the next DR release we need some time ahead to apply the fix to HAL.
> list-add doesn't work for nested list of child attribute
> --------------------------------------------------------
>
> Key: WFCORE-2670
> URL: https://issues.jboss.org/browse/WFCORE-2670
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Reporter: Claudio Miranda
> Assignee: Brian Stansberry
> Priority: Critical
>
> The list-add doesn't work for a child of an attribute as in the example below
> Add a dir-context first
> {code}
> /profile=full/subsystem=elytron/dir-context=dir2:add(url="ldap://test")
> {code}
> Add a ldap-realm
> {code}
> /profile=full/subsystem=elytron/ldap-realm=foobar2:add(dir-context=dir2,identity-mapping={rdn-identifier=test})
> {
> "outcome" => "success",
> "result" => undefined,
> "server-groups" => {"main-server-group" => {"host" => {"master" => {"server-one" => {"response" => {
> "outcome" => "success",
> "response-headers" => {"process-state" => "reload-required"}
> }}}}}}
> }
> {code}
> This is the command to add the item to the list
> {code}
> /profile=full/subsystem=elytron/ldap-realm=foobar2:list-add(name=identity-mapping.new-identity-attributes,value={name=key2,value=["val1","val2"]})
> {
> "outcome" => "failed",
> "result" => undefined,
> "server-groups" => undefined,
> "rolled-back" => true
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months