fix(gnmic): remove skip-verify (mutually exclusive with insecure)

The flags --insecure and --skip-verify are mutually exclusive in gNMIc.
Since we're using insecure connections (no TLS), skip-verify is not needed.
This commit is contained in:
2025-12-16 14:21:43 +00:00
parent 5fdf374fa4
commit 6c08b9ecf7

View File

@@ -17,7 +17,6 @@
username: admin
password: admin
insecure: true
skip-verify: true
encoding: json_ietf
log: true
debug: true