-
Is there a best practice for storing password to each device for in the NetBox? There is a plugin for it but it is not good due to the fact that you can't store 1 password for many devices but rather for each device we need to configure a username and a device. But is there a recommend way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The Netbox secrets functionality (which was moved into a plugin) was not very good, for the reason you give. I suggest you use a custom field to store a "password class" or "password name", which you in turn look up in a third-party system like Vault, Passbolt, Passwordstore etc. |
Beta Was this translation helpful? Give feedback.
The Netbox secrets functionality (which was moved into a plugin) was not very good, for the reason you give.
I suggest you use a custom field to store a "password class" or "password name", which you in turn look up in a third-party system like Vault, Passbolt, Passwordstore etc.