netbox-secretstore icon indicating copy to clipboard operation
netbox-secretstore copied to clipboard

Feature request: same secret for multiple devices/VMs

Open hiddenman opened this issue 4 years ago • 1 comments

Plugin version

v1.0.5

netbox-plugin-extensions version

v1.0.2

NetBox version

v3.0.3

Feature type

Data model extension

Proposed functionality

Nowadays we have to add a store a new secret for each device/VM even if all the secrets are the same. It would be great to be able to assign a secret to multiple devices/VMs (one to many relation).

Use case

Having and storing the same secret for many devices is not convenient.

Database changes

No response

External dependencies

No response

hiddenman avatar Sep 24 '21 11:09 hiddenman

Scope:

  1. Create 1-to-many relation for Device/VM and Secret
  2. Add associated forms/fields to views
  3. Add any additional tests

DanSheps avatar Dec 15 '21 20:12 DanSheps