Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snmp_users method does not return the aes key #120

Open
jerearista opened this issue Mar 29, 2016 · 0 comments
Open

snmp_users method does not return the aes key #120

jerearista opened this issue Mar 29, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@jerearista
Copy link
Contributor

The netdev/snmp api snmp_users method does not return all fields for users. Seen in netdev-eos Puppet provider.

snmp-server user trapuser ops v3 localized f5717f080027c9c8c500 auth sha f49e5fa1322914e2a9353b21e1f74753551cd90d priv aes f49e5fa1322914e2a9353b21e1f74753551cd90d
bundle exec puppet resource snmp_user
snmp_user { 'trapuser:v3':
  ensure    => 'present',
  auth      => 'sha',
  engine_id => 'f5717f080027c9c8c500',
  password  => 'f49e5fa1322914e2a9353b21e1f74753551cd90d',
  privacy   => 'aes128',
  roles     => ['ops'],
@jerearista jerearista added the bug label Mar 29, 2016
@devrobo devrobo self-assigned this Apr 4, 2016
@devrobo devrobo modified the milestone: Release 0.6.0 Jun 29, 2016
@devrobo devrobo removed their assignment Sep 26, 2016
@jerearista jerearista self-assigned this Oct 10, 2017
@jerearista jerearista modified the milestones: Release 1.0, Release 1.3 Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants