-
The onvif-camera micro service needs to set a secret for the camera onvif protocol access, with my custom app-service, I need to get and set the onvif service's secret, because the custom app-service is the only way to communicate with the cloud. I think that there are two ways for this:
|
Beta Was this translation helpful? Give feedback.
Answered by
jiekechoo
Mar 18, 2024
Replies: 1 comment 6 replies
-
Best way is to use the Config Provider interface. The scripts here are do this from the command-line assuming Consul is the Config Provider. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it.
The RegistryClient should be enabled before call the
GetServiceEndpoint
.