Support more snmpv3 authentication protocols#8850
Support more snmpv3 authentication protocols#8850reimda merged 2 commits intoinfluxdata:masterfrom Super-Visions:snmp/sha512
Conversation
|
@reimda would this need to have extra unit tests? |
reimda
left a comment
There was a problem hiding this comment.
Thanks Thomas, this looks good to me. Have you done manual integration testing with these new auth protocols? I haven't looked closely at gosnmp's v3 compatibility lately but when it added v3 support there were bugs related to protocols. In the snmp_trap plugin we added support for new protocols initially but had to disable them. (I can't remember if they were auth or security protocols)
I don't think unit tests on each protocol are absolutely necessary. It might be nice to add integration tests for them using net-snmp, but I'm fine with that being in a separate future PR.
|
The tests would mainly be testing the config itself. I also tested manually with an snmpsim instance. I did not test traps, don't know how I could do that. Speaking of traps, maybe should the README for snmp_trap plugin be updated as well? |
Fixes #8747
Required for all PRs: