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