Credential service and issuer service in the same runtime #813
-
|
In #805 it is mentioned that running a credential service and an issuer service in the same runtime is not supported. My interpretation of this is a runtime that includes both "identityhub-bom" and "issuerservice-bom" modules. My idea was that someone might be both a holder and an issuer at the same time, so I thought why not combine the 2 into a single runtime. (I could still split them if they use the same underlying storage and it will probably work the same, though this will not work as well for in memory setups that I also use for testing) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
you may run into conflicts with the participant context IDs. To be honest, we've never really tested this, or given it much thought, because so far, we've not seen a use case for this. It might work, but it's highly doubtful. However, if you get it to work, even better :) |
Beta Was this translation helpful? Give feedback.
you may run into conflicts with the participant context IDs. To be honest, we've never really tested this, or given it much thought, because so far, we've not seen a use case for this.
It might work, but it's highly doubtful. However, if you get it to work, even better :)