Martin Choma created WFLY-8244:
----------------------------------
Summary: Changing management interface with allow-resource-service-restart
ends in reload-required state
Key: WFLY-8244
URL:
https://issues.jboss.org/browse/WFLY-8244
Project: WildFly
Issue Type: Bug
Components: 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)