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

Add possiblity for multiple Napalm device credentials to be added #1

Open
tobicodesstuff opened this issue Mar 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@tobicodesstuff
Copy link

This is a repost from Netbox #11881.

The general idea is to provide a way to use mulitple NAPALM_USERNAME and NAPALM_PASWORD credentials, possibly even on a per device basis.

The use case is to avoid having one set of credentials, as a security concern.

The suggestion from @candlerb was also quite helpful.

@tobicodesstuff tobicodesstuff added the enhancement New feature or request label Mar 2, 2023
arthanson added a commit that referenced this issue Mar 23, 2023
@xaranthos
Copy link

One possibility here, would maybe be to use i.e keepass database to keep all of the entries in, and pick from there.
Was trying to re-write some to make it work before it was split out, but been too busy to get it completed.

@candlerb
Copy link

If you're looking at external cred storage, then Hashicorp Vault is the way to go IMO. You could store under secrets/<deviceclass> either with a json blob of username + password + optional_args, or split into three.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants