Skip to content

snmptrap V3 username issue #930

@alfletch

Description

@alfletch

I have an issue where I may be using the same username for multiple secrets, but only the last listed in the values file is used for authentication.

For example, I have setup secrets
secret1 - username=myuser, authkey=myauthkey1, privkey=myprivkey1
secret2 - username=myuser, authkey=myauthkey1, privkey=myprivkey2

Then in the values.yaml file,
traps:
usernameSecrets:
- secret1
- secret2

In this case when sending traps, only secret2 is authenticated, if I reverse the order of the secrets, then the only traps with secret1 are authenticated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions