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:
@@ -17,7 +17,6 @@
|
||||
username: admin
|
||||
password: admin
|
||||
insecure: true
|
||||
skip-verify: true
|
||||
encoding: json_ietf
|
||||
log: true
|
||||
debug: true
|
||||
|
||||
Reference in New Issue
Block a user