Closed jseifeddine closed 9 months ago
Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and a complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports.
Without it, it errored out loading secrets.js
You need to run python manage.py migrate
from your virtual environment. This is not a bug. Please see the installation steps: https://github.com/Onemind-Services-LLC/netbox-secrets?tab=readme-ov-file#installation
Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and a complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports.
Without it, it errored out loading secrets.js
You need to run
python manage.py migrate
from your virtual environment. This is not a bug. Please see the installation steps: https://github.com/Onemind-Services-LLC/netbox-secrets?tab=readme-ov-file#installation
Ignore that bit, look at the title of the issue, that is the reported bug, I'll edit the issue to make more sense, that was just a comment
I'm sorry but the title is not enough for us to reproduce the issue. Ping me when you have provided more details as I have asked in the last comment and we can take a look.
Check i've updated the original post,
If you create one secret with no name, that works, if you try and create another secret with no name, it fails with screenshot
We may have to tweak this line to allow secrets to be unique when the name is not empty and keep the current implementation
"when the name is empty" you mean...
great plugin, but now i've got you - wondering if you could point me in the right direction for API use,
I have just stored all my secrets and now i'm wondering how to retrieve them from a remote system, I've got the user key stored
ignore that last comment, just found the doc!
THANKS !
we can create multiple un-named objects with different roles.
NetBox Secrets plugin version
v1.9.0
NetBox version
v3.6.1
Steps to Reproduce
First secret created just fine,
Second attempt
Looks like it isn't constrained by uuid but rather name, when you create a second un-named secret on an object you get this error,
Solution: unique names
Great plugin !
Expected Behavior
Create multiple un-named secrets
Observed Behavior