-
Bug
-
Resolution: Done
-
Major
-
1.1.0.Beta11
-
None
-
-
Workaround Exists
-
If I want remove entry from credential store and immediately I try to add new entry with same alias then I get error message
{ "outcome" => "failed", "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYCTL0075: Duplicate resource csAlias001", "rolled-back" => true }
In case of reload after remove operation then adding entry with same alias passes.
I cannot see any information about reload-required after executing remove operation.
{ "outcome" => "success", "result" => undefined }
My suggestions
- add there information about reload-required
OR - fix it so it will not be necessary reload
In my opinion second option is better.
- clones
-
JBEAP-6630 CLI - between operations REMOVE and ADD CredentialStore alias is needed reload
- Closed
- is related to
-
WFCORE-2581 There isn't possible change value for given alias in Credential Store over CLI.
- Resolved