[JBoss JIRA] (WFCORE-2345) Changing sasl-authentication-factory in management interface ends in reload-required state
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2345?page=com.atlassian.jira.plugi... ]
Brian Stansberry reassigned WFCORE-2345:
----------------------------------------
Assignee: Brian Stansberry (was: Darran Lofthouse)
> Changing sasl-authentication-factory in management interface ends in reload-required state
> ------------------------------------------------------------------------------------------
>
> Key: WFCORE-2345
> URL: https://issues.jboss.org/browse/WFCORE-2345
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, Security
> Reporter: Martin Choma
> Assignee: Brian Stansberry
>
> Attribute sasl-authentication-factory is described as follows
> {code}
> "sasl-authentication-factory" => {
> "type" => STRING,
> "description" => "The server side SASL authentication policy to use to secure the interface where the connection is after a HTTP upgrade.",
> "expressions-allowed" => false,
> "required" => false,
> "nillable" => true,
> "capability-reference" => "org.wildfly.security.sasl-authentication-factory",
> "min-length" => 1L,
> "max-length" => 2147483647L
> }
> {code}
> Documenation [1] says:
> no-services – Applying the operation to the runtime does not require the restart of any services. This value is the default if the restart-required descriptor is not present.
> But when I try to change it I get:
> {code}
> [standalone@localhost:9990 /] /core-service=management/management-interface=http-interface:write-attribute(name=http-upgrade.sasl-authentication-factory, value=application-sasl-authentication)
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> {code}
> Probably some proper value for "restart-required" should be used. "restart-required" => "all-services" ?
> [1] https://docs.jboss.org/author/display/WFLY/Description+of+the+Management+...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months
[JBoss JIRA] (WFCORE-2344) Changing management interface with allow-resource-service-restart ends in reload-required state
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2344?page=com.atlassian.jira.plugi... ]
Brian Stansberry moved WFLY-8244 to WFCORE-2344:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2344 (was: WFLY-8244)
Component/s: Domain Management
Security
(was: Security)
> Changing management interface with allow-resource-service-restart ends in reload-required state
> -----------------------------------------------------------------------------------------------
>
> Key: WFCORE-2344
> URL: https://issues.jboss.org/browse/WFCORE-2344
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, Security
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
>
> If I try to change elytron authentication for management interface with header {{allow-resource-service-restart=true}} server ends in {{reload-required}} state.
> {code}
> [standalone@localhost:9990 /] /core-service=management/management-interface=http-interface:write-attribute(name=http-authentication-factory, value=application-http-authentication){allow-resource-service-restart=true}
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> {code}
> Using header {{allow-resource-service-restart=true}} should restart necessary services.
> If it can't be implemented for some reason, rather throw UnsupportedOperationException - it seems to me to be more fair.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months
[JBoss JIRA] (WFCORE-2344) Changing management interface with allow-resource-service-restart ends in reload-required state
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2344?page=com.atlassian.jira.plugi... ]
Brian Stansberry reassigned WFCORE-2344:
----------------------------------------
Assignee: Brian Stansberry (was: Darran Lofthouse)
> Changing management interface with allow-resource-service-restart ends in reload-required state
> -----------------------------------------------------------------------------------------------
>
> Key: WFCORE-2344
> URL: https://issues.jboss.org/browse/WFCORE-2344
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, Security
> Reporter: Martin Choma
> Assignee: Brian Stansberry
>
> If I try to change elytron authentication for management interface with header {{allow-resource-service-restart=true}} server ends in {{reload-required}} state.
> {code}
> [standalone@localhost:9990 /] /core-service=management/management-interface=http-interface:write-attribute(name=http-authentication-factory, value=application-http-authentication){allow-resource-service-restart=true}
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> {code}
> Using header {{allow-resource-service-restart=true}} should restart necessary services.
> If it can't be implemented for some reason, rather throw UnsupportedOperationException - it seems to me to be more fair.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months
[JBoss JIRA] (WFCORE-2343) ExpressionResolverUnitTestCase uses a system prop named 'test'
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-2343:
----------------------------------------
Summary: ExpressionResolverUnitTestCase uses a system prop named 'test'
Key: WFCORE-2343
URL: https://issues.jboss.org/browse/WFCORE-2343
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
ExpressionResolverUnitTestCase does the and then checks the resolution of the expression returns "defaulted":
{code}
input.get("defaulted").set(new ValueExpression("${test:default}"));
{code}
That's fragile since the commonly used -Dtest=xxxx arg to maven will break it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months