ENV variable with - not being loaded by EDC when passed via helm #5460
Unanswered
AasthaRai17
asked this question in
Q&A
Replies: 2 comments 9 replies
-
|
Hi @AasthaRai17 thanks for raising this, That should work, do you have a reproducible test? |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Have you checked that the env vars are present in the kubernetes pod? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are env vars such as
EDC_IAM_TRUSTED-ISSUER_ABC_ID
EDC_IAM_TRUSTED-ISSUER_ABC_SUPPORTEDTYPES
EDC_VAULT_HASHICORP_ALLOW-FALLBACK
which contain a - in them are not being loaded by EDC
Observed Behavior
Even after setting up those env vars via helm chart I get below logs-
DEBUG 2026-01-20T10:28:57.823037185 Config value: no setting found for 'edc.vault.hashicorp.allow-fallback', falling back to default value 'true'
DEBUG 2026-01-20T10:28:57.825788306 [Hashicorp Vault Health] Vault health check initialization complete
DEBUG 2026-01-20T10:28:57.826183401 Initialized Hashicorp Vault Health
WARNING 2026-01-20T10:28:57.826654104 The list of trusted issuers is empty
Workaround
I do not want to use a properties file so for me Trusted Issuers can be added via an extension by using my own env vars with the list.
Beta Was this translation helpful? Give feedback.
All reactions