-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR7
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
/subsystem=elytron/credential-store=cs001:add(uri="cr-store://test/cs/keystore.jceks?store.password=pass123;create.storage=true")
Suggestion for improvement:
Better solution to achieve this could be use a map.
e.g. some like that:
/subsystem=elytron/credential-store=credStore:add(cs-map={store.password=pass123, create.storage=true, store.file=path/to/cred/file})
Now credential store name is in URI too, it can be get from resource name.
- blocks
-
JBEAP-8571 CredentialStore issues
- Resolved
- is cloned by
-
WFCORE-2427 Credential store has configuration in "uri" attribute.
- Resolved
- is incorporated by
-
JBEAP-10323 Backport Latest Elytron Integration Changes PR #1727
- Closed
-
JBEAP-10387 Bulk backport Elytron wfcore changes
- Closed
-
JBEAP-10119 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta16
- Closed
- is related to
-
JBEAP-8510 There is missing option to set absolute path for credential store.
- Closed
- relates to
-
JBEAP-9043 CS tool, 2 places to specify credential store create parameter
- Closed