[jboss-jira] [JBoss JIRA] (AS7-4574) definition of the vaul add handler

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Fri Apr 20 05:59:18 EDT 2012


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

Alexey Loubyansky updated AS7-4574:
-----------------------------------

        Description: 
According to the description (which is the definition from the user's point of view) the operation expects vault-option parameter. In the actual code though, the handler is looking for vault-options (plural) parameter.
This causes the operation validation failure in CLI and requires turning the validation off.

[domain at localhost:9999 /] read-operation --node=host=master/core-service=vault add

    Add the Security Vault.


PARAMETERS

code

    Fully Qualified Name of the Security Vault Implementation.

    type:     STRING 
    required: false  

vault-option

    Security Vault option.

    type:     OBJECT 
    required: false  


RESPONSE

    n/a

  was:
According to the description (which is the definition from the user's point of view) the operation expects valid-option parameter. In the actual code though, the handler is looking for valid-options (plural) parameter.
This causes the operation validation failure in CLI and requires turning the validation off.

[domain at localhost:9999 /] read-operation --node=host=master/core-service=vault add

    Add the Security Vault.


PARAMETERS

code

    Fully Qualified Name of the Security Vault Implementation.

    type:     STRING 
    required: false  

vault-option

    Security Vault option.

    type:     OBJECT 
    required: false  


RESPONSE

    n/a

    Forum Reference: https://community.jboss.org/thread/198652  (was: https://community.jboss.org/thread/198652)

    
> definition of the vaul add handler 
> -----------------------------------
>
>                 Key: AS7-4574
>                 URL: https://issues.jboss.org/browse/AS7-4574
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 7.1.1.Final
>            Reporter: Alexey Loubyansky
>            Assignee: Anil Saldhana
>
> According to the description (which is the definition from the user's point of view) the operation expects vault-option parameter. In the actual code though, the handler is looking for vault-options (plural) parameter.
> This causes the operation validation failure in CLI and requires turning the validation off.
> [domain at localhost:9999 /] read-operation --node=host=master/core-service=vault add
>     Add the Security Vault.
> PARAMETERS
> code
>     Fully Qualified Name of the Security Vault Implementation.
>     type:     STRING 
>     required: false  
> vault-option
>     Security Vault option.
>     type:     OBJECT 
>     required: false  
> RESPONSE
>     n/a

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list