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

[FEATURE]: Allow SNMP v3 Passphrase configuration through the idrac_user module #691

Open
aurelien-bareille opened this issue Jul 1, 2024 · 1 comment
Labels
needs-triage Issue requires triage. type/feature-request New feature or request

Comments

@aurelien-bareille
Copy link

Describe the solution you'd like
Allow the SNMPv3 Passphrase configuration options to be set by the idrac_user module.
For now those options are configurable through the WebUI (maybe also the iDRAC CLI ?) but not through the Ansible dellemc.openmanage.idrac_user module or the Ansible dellemc.openmanage.idrac_user role.

Currently the only options I've found allowing for SNMP configuration for a specific user are:

  • protocol_enable
  • authentication_protocol
  • privacy_protocol

(If theses passphrases options are to be set with another module I've missed, I'll be happy to know which one)

Describe alternatives you've considered
For now my alternative is to manually configure the SNMP v3 Passphrase settings in the WebUI.

Additional context
The corresponding WebUI options are:

  • Enable Passphrase
  • Authentication Passphrase*
  • Privacy Passphrase*

image

Community Note

  • Please vote on this issue by adding a 👍 reaction
    to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions,
    they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@aurelien-bareille aurelien-bareille added needs-triage Issue requires triage. type/feature-request New feature or request labels Jul 1, 2024
@scottsignal
Copy link

scottsignal commented Sep 20, 2024

I am a little late to the party, however, I may have a workaround for you. I am not using the idrac_user at all to configure accounts.

I am setting these settings via dellemc.openmanage.idrac_attributes

Users.7.SNMPv3AuthenticationPassphrase: "passphrase_here"
Users.7.SNMPv3PrivacyPassphrase: "passphrase_here"
Users.7.EnableSNMPv3Passphrase: Enabled

My example above is using user#7, and you would need to change it for whatever account slot you are using for SNMPv3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Issue requires triage. type/feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants