EdgeX microservices are not running even after setting EDGEX_SECURITY_SECRET_STORE=false #66
Replies: 5 comments 3 replies
-
Not sure about a non-consul setup, but at the moment I'm doing
in another (the config bootstrapper only needs to be run once unless you clean out consul) |
Beta Was this translation helpful? Give feedback.
-
Hello , did you find a solution please ? i have the same problem |
Beta Was this translation helpful? Give feedback.
-
Here's where this code is failing: https://github.com/edgexfoundry/edgex-go/blob/main/internal/pkg/bootstrap/handlers/database.go#L91 and here is the line in configuration.toml that contains the secret name that the code is trying to get: https://github.com/edgexfoundry/edgex-go/blob/jakarta/cmd/core-data/res/configuration.toml#L46 Why is Databases.Primary.Type = ""? You might have to dive into the debugger to figure it out. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/orgs/edgexfoundry/discussions/66#discussioncomment-5227446 |
Beta Was this translation helpful? Give feedback.
-
@vediyappan-villali , what version of EdgeX are you running. Please note that the |
Beta Was this translation helpful? Give feedback.
-
Earlier, I was able to run the EdgeX microservices by making EDGEX_SECURITY_SECRET_STORE=false. But it is not working now. Should I do any other configuration changes.
Beta Was this translation helpful? Give feedback.
All reactions