Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add inotify monitoring for certificates (sonic-net#203)
Telemetry Process will now no longer exit when certs are missing. Because we added a goroutine within startGNMIServer such that we create a fsnotify watcher on the certificates directory to monitor changes brought upon files within that directory, such as deletion, creation, and modification, we will wait for certs to be present and then start gnmi server to start serving.
- Loading branch information