New env var introduced edc.vault.hashicorp.config in EDC 0.15.0 version creating issue #5443
-
|
Hello team, I was previously using EDC version 0.14 with HashiCorp Vault, where the configuration was provided via individual environment variables (e.g., URL, token). After upgrading to EDC version 0.15, I am encountering the following exception: org.eclipse.edc.spi.EdcException: No setting found for key edc.vault.hashicorp.config To address this, I added the environment variable EDC_VAULT_HASHCORP_CONFIG, using a JSON value referenced from one of your test classes: { However, I am still unable to resolve the issue. The documentation at the following link does not appear to provide guidance relevant to this error: It appears that ParticipantContextConfigImpl.getSensitiveString() may be attempting to resolve a configuration value that is specific to a participant context. Could you please clarify whether an additional or participant-specific environment variable is required? Thank you for your assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I think this is a known issue of 0.15.0, A 0.15.1 has been release to fix this, can you check with 0.15.1? Thanks |
Beta Was this translation helpful? Give feedback.
I think this is a known issue of 0.15.0,
A 0.15.1 has been release to fix this, can you check with 0.15.1?
Thanks