[JBoss JIRA] (WFLY-8487) Autocomplete doesn't work properly in credential-reference.store attribute.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-8487?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-8487:
-----------------------------------
Description: The CredentialReference class in core was not handling capability references correctly with the 'store' field in CR attributes. WFCORE-2433 corrects that; this JIRA is to update WF full's use of the class to take advantage of the fix. (was: Autocomplete doesn't work properly in credential-reference attribute.
I want to use autocomplete for credential-reference.store but it doesn't work.
*How to reproduce*
{code}
/subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks", credential-reference={store=<TAB>
{code}
)
> Autocomplete doesn't work properly in credential-reference.store attribute.
> ---------------------------------------------------------------------------
>
> Key: WFLY-8487
> URL: https://issues.jboss.org/browse/WFLY-8487
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, JCA, JMS, Mail, Security, Web (Undertow)
> Affects Versions: 11.0.0.Alpha1
> Reporter: Hynek Švábek
> Assignee: Brian Stansberry
> Labels: cli, credential-reference, eap71_beta, management-model
>
> The CredentialReference class in core was not handling capability references correctly with the 'store' field in CR attributes. WFCORE-2433 corrects that; this JIRA is to update WF full's use of the class to take advantage of the fix.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (WFLY-8487) Autocomplete doesn't work properly in credential-reference.store attribute.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-8487?page=com.atlassian.jira.plugin.... ]
Brian Stansberry moved JBEAP-10066 to WFLY-8487:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8487 (was: JBEAP-10066)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
JCA
JMS
Mail
Security
Web (Undertow)
(was: Domain Management)
(was: Security)
(was: User Experience)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR11)
> Autocomplete doesn't work properly in credential-reference.store attribute.
> ---------------------------------------------------------------------------
>
> Key: WFLY-8487
> URL: https://issues.jboss.org/browse/WFLY-8487
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, JCA, JMS, Mail, Security, Web (Undertow)
> Affects Versions: 11.0.0.Alpha1
> Reporter: Hynek Švábek
> Assignee: Brian Stansberry
> Priority: Critical
> Labels: cli, credential-reference, eap71_beta, management-model
>
> Autocomplete doesn't work properly in credential-reference attribute.
> I want to use autocomplete for credential-reference.store but it doesn't work.
> *How to reproduce*
> {code}
> /subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks", credential-reference={store=<TAB>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (WFLY-8487) Autocomplete doesn't work properly in credential-reference.store attribute.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-8487?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-8487:
-----------------------------------
Priority: Major (was: Critical)
> Autocomplete doesn't work properly in credential-reference.store attribute.
> ---------------------------------------------------------------------------
>
> Key: WFLY-8487
> URL: https://issues.jboss.org/browse/WFLY-8487
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, JCA, JMS, Mail, Security, Web (Undertow)
> Affects Versions: 11.0.0.Alpha1
> Reporter: Hynek Švábek
> Assignee: Brian Stansberry
> Labels: cli, credential-reference, eap71_beta, management-model
>
> Autocomplete doesn't work properly in credential-reference attribute.
> I want to use autocomplete for credential-reference.store but it doesn't work.
> *How to reproduce*
> {code}
> /subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks", credential-reference={store=<TAB>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (WFCORE-1960) Get rid of attributes of type LIST of PROPERTY; use OBJECT of STRING
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1960?page=com.atlassian.jira.plugi... ]
Brian Stansberry updated WFCORE-1960:
-------------------------------------
Fix Version/s: 4.0.0.Alpha1
(was: 3.0.0.Beta13)
> Get rid of attributes of type LIST of PROPERTY; use OBJECT of STRING
> --------------------------------------------------------------------
>
> Key: WFCORE-1960
> URL: https://issues.jboss.org/browse/WFCORE-1960
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Ken Wills
> Fix For: 4.0.0.Alpha1
>
> Attachments: rrd.txt
>
>
> A read-resource-description output of a standalone-full-ha.xml server (see attached) shows a couple attributes that are of type LIST, value-type PROPERTY. (Just text search for PROPERTY.) We should convert those to OBJECT, value-type STRING. Both represent a resource address. An object of string is equivalent to a LinkedHashMap<String, String>, with ordering based on insertion. So such a description is fine for a path address attribute.
> I'd like to get rid of the notion of PROPERTY in our spec definition of how to describe attributes, parameters and value-types (https://docs.jboss.org/author/display/WFLY/Description+of+the+Management+...) so removing the only usage of it will help.
> We should still accept PROPERTY as inputs when we can do conversion to the defined type. This is all about tightening up the spec to remove the not-really-necessary PROPERTY concept.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months