[JBoss JIRA] (WFLY-8602) Credential store has configuration in "uri" attribute.
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-8602?page=com.atlassian.jira.plugin.... ]
Kabir Khan resolved WFLY-8602.
------------------------------
Fix Version/s: 11.0.0.Beta1
Resolution: Done
> Credential store has configuration in "uri" attribute.
> ------------------------------------------------------
>
> Key: WFLY-8602
> URL: https://issues.jboss.org/browse/WFLY-8602
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Peter Skopek
> Assignee: Peter Skopek
> Priority: Critical
> Fix For: 11.0.0.Beta1
>
>
> Credential store has configuration in "uri" attribute. All parameters are in one string. It can be confusing and there is risk of typo (e.g. delimiter typo)
> In my opinion the main intention for it is to have general solution for custom implementation.
> *Current state*
> {code}
> /subsystem=elytron/credential-store=cs001:add(uri="cr-store://test/cs/keystore.jceks?store.password=pass123;create.storage=true")
> {code}
> *Suggestion for improvement:*
> Better solution to achieve this could be use a map.
> e.g. some like that:
> {code}
> /subsystem=elytron/credential-store=credStore:add(cs-map={store.password=pass123, create.storage=true, store.file=path/to/cred/file})
> {code}
> Now credential store name is in URI too, it can be get from resource name.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (WFCORE-2702) Improve error message in CLI Wrapper in testsuite
by Marek Kopecký (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2702?page=com.atlassian.jira.plugi... ]
Marek Kopecký moved JBEAP-10452 to WFCORE-2702:
-----------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2702 (was: JBEAP-10452)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Target Release: (was: 7.1.0.GA)
Affects Version/s: 3.0.0.Beta13
(was: 7.1.0.DR16)
> Improve error message in CLI Wrapper in testsuite
> -------------------------------------------------
>
> Key: WFCORE-2702
> URL: https://issues.jboss.org/browse/WFCORE-2702
> Project: WildFly Core
> Issue Type: Task
> Components: Test Suite
> Affects Versions: 3.0.0.Beta13
> Reporter: Marek Kopecký
> Assignee: Marek Kopecký
>
> Improve logging in CLI Wrapper in testsuite
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years