-
Bug
-
Resolution: Done
-
Major
-
None
When creating in single batch command credential store and adding aliases to it, it often fails with [1] (depending on machine speed) indicating that credential store is not yet up and running. I guess this is somehow related to runtime-only operations.
I believe this should work in batch operations. If it is not possible this needs to be at least very well documented.
[1]
10:49:03,633 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("add-alias") failed - address: ([ ("subsystem" => "elytron"), ("credential-store" => "cred-store") ]) - failure description: "WFLYELY00007: The required service 'service org.wildfly.security.credential-store.cred-store' is not UP, it is currently 'STARTING'."
- is cloned by
-
JBEAP-11183 add-alias for credential store might fail when executed in the same batch operation with credential store creation
- Closed