[jboss-jira] [JBoss JIRA] (WFLY-7477) Elytron dir-context not updatable

Martin Choma (JIRA) issues at jboss.org
Fri Nov 4 05:11:00 EDT 2016


     [ https://issues.jboss.org/browse/WFLY-7477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Choma updated WFLY-7477:
-------------------------------
    Labels: user_experience  (was: )


> Elytron dir-context not updatable
> ---------------------------------
>
>                 Key: WFLY-7477
>                 URL: https://issues.jboss.org/browse/WFLY-7477
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 11.0.0.Alpha1
>            Reporter: Martin Choma
>              Labels: user_experience
>
> All attributes of {{dir-context}} resource are read-only. 
> Attempt to update:
> {code}
> [standalone at localhost:9990 /] /subsystem=elytron/dir-context=dc:write-attribute(name=url, value=ldap://localhost:10389)
> {
>     "outcome" => "failed",
>     "failure-description" => "WFLYCTL0048: Attribute url is not writable",
>     "rolled-back" => true
> }
> {code}
> Model description:
> {code}
> "url" => {
>     "type" => STRING,
>     "description" => "The connection url.",
>     "expressions-allowed" => true,
>     "nillable" => true,
>     "min-length" => 1L,
>     "max-length" => 2147483647L,
>     "access-type" => "read-only",
>     "storage" => "configuration"
> }
> {code}
> Make {{dir-context}} updatable.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list