@cryptotaxi247 / netdata / commits / 31e1f6dd6

improve(go.d/snmp): make snmp v3 auth and priv keys hidden in UI (#20898)

Ilya Mashchenko committed Aug 28, 2025 at 13:10 UTC 31e1f6dd6089c87a8aeca06d792fbf0974531f04
1 file changed +6
src/go/plugin/go.d/collector/snmp/config_schema.json
+6
@@ -418,11 +418,17 @@
418 "inline": true
419 }
420 },
421 + "auth_key": {
422 + "ui:widget": "password"
423 + },
424 "priv_proto": {
425 "ui:widget": "radio",
426 "ui:options": {
427 "inline": true
428 }
429 + },
430 + "priv_key": {
431 + "ui:widget": "password"
432 }
433 },
434 "charts": {