StsClientService + Identityhub + FsVault #4200
-
Hi, I want to run the I am running into the following problem:
So now I am a bit stuck, unless I resort to Hashicorp Vault, but I prefer to keep things simple in my local environment. Any ideas on how to go about this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
First off, the What is the problem with letting IH generate and store the keys in the Also, this discussion is better suited for the connector repo, will move. [edit]: this PR should fix the |
Beta Was this translation helpful? Give feedback.
ah, now I got it. Here is the PR to fix the exception.
Yeah, unfortunately, once you use the
FsVault
, that'll also register theJksPrivateKeyResolver
in the context replacing theVaultPrivateKeyResolver
.So for the time being my recommendation is this:
The
FsVault
will get removed in future versions of EDC, as it as serious limitations.