-
|
Hi, we are using our own issuer issuing some credentials but not sure which configuration variable I need to set up in the control plane to configure the trusted issuer and credential types supported.
In the control plane logs always get:
And when trying to fetch a catalog
Can you please help on which variables if any need to be set to configure the trusted issuers ? Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @icentomAs the env var should be In some environment it can be an issue having the You could use properties with the format of |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for the answer, EDC_IAM_TRUSTED-ISSUER_ISSUER1_ID worked great. Thanks for the help. Best Regards |
Beta Was this translation helpful? Give feedback.
Hi @icentomAs
the env var should be
EDC_IAM_TRUSTED-ISSUER_ISSUER1_ID.In some environment it can be an issue having the
-in the var name see hereYou could use properties with the format of
edc.iam.trusted-issuer.issuer1.idif you have issues.