[jboss-jira] [JBoss JIRA] (WFCORE-3041) Cannot add policy resource with no parameter

Michal Petrov (JIRA) issues at jboss.org
Tue Oct 10 09:50:00 EDT 2017


    [ https://issues.jboss.org/browse/WFCORE-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13474646#comment-13474646 ] 

Michal Petrov commented on WFCORE-3041:
---------------------------------------

[~dlofthouse], from what I can see {{default-policy}} should be a required attribute, currently I can simply undefine it and that breaks the subsystem. And given that there can only be one {{<policy>}} in the configuration it should be a singleton resource. Would there be an issue with changing this? It kinda goes against WFCORE-3137 and the way {{default-policy}} is handled.

> Cannot add policy resource with no parameter
> --------------------------------------------
>
>                 Key: WFCORE-3041
>                 URL: https://issues.jboss.org/browse/WFCORE-3041
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Security
>            Reporter: Claudio Miranda
>            Assignee: Michal Petrov
>
> subsystem=elytron/policy resources has no required attributes, but it fails to add a resource with no parameters.
> {code}
> /profile=full/subsystem=elytron/policy=policy_test:add
> {
>     "outcome" => "failed",
>     "result" => undefined,
>     "failure-description" => {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"main-server-group" => {"host" => {"master" => {"server-one" => "Could find policy provider with name [policy_test]"}}}}}},
>     "rolled-back" => true,
>     "server-groups" => {"main-server-group" => {"host" => {"master" => {"server-one" => {"response" => {
>         "outcome" => "failed",
>         "failure-description" => "Could find policy provider with name [policy_test]",
>         "rolled-back" => true
>     }}}}}}
> }
> {code}
> To add is necessary to inform either custom-policy or jacc-policy
> {code}
> /profile=full/subsystem=elytron/policy=policy2:add(jacc-policy=[{name=policy2}])
> {
>     "outcome" => "success",
>     "result" => undefined,
>     "server-groups" => {"main-server-group" => {"host" => {"master" => {"server-one" => {"response" => {
>         "outcome" => "success",
>         "response-headers" => {
>             "operation-requires-reload" => true,
>             "process-state" => "reload-required"
>         }
>     }}}}}}
> }
> {code}
> There is also a problem related to "default-policy" being set to a non existent policy.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list