Replies: 1 comment 1 reply
-
Update: using SHA256 works! microk8s kubectl create -n sc4snmp secret generic snmpv3-secret-sha2-aes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We have a trap source which uses SHA-256 and AES256 as the authentication and privacy protocol respectively.
How do I code those protocols in the secret?
I was trying the following:
microk8s kubectl create -n sc4snmp secret generic snmpv3-secret-sha2-aes
--from-literal=userName=USER02
--from-literal=authKey=v0dr@aD!
--from-literal=privKey=v0dr@aD!
--from-literal=authProtocol=SHA-2
--from-literal=privProtocol=AES256
and It gives error in the trap pods:
Beta Was this translation helpful? Give feedback.
All reactions