Closed abhi1693 closed 1 year ago
This version adds support for NetBox v3.5 and includes several improvements and bug fixes. The following changes have been added:
list
retrieve
create
delete
Secret
Secret Role
description
comments
SESSION_COOKIE_SECURE
LOGIN_TIMEOUT
tab_view
/api/plugins/secrets/get-session-key/
/api/plugins/secrets/session-keys/
netbox-secretstore
Summary
This version adds support for NetBox v3.5 and includes several improvements and bug fixes. The following changes have been added:
list
,retrieve
,create
, anddelete
methods.Secret
andSecret Role
models to includedescription
andcomments
fields.SESSION_COOKIE_SECURE
andLOGIN_TIMEOUT
configuration.tab_view
for secrets panel.Changes
New Features
list
,retrieve
,create
, anddelete
methods.Improvements
Secret
andSecret Role
models to includedescription
andcomments
fields.SESSION_COOKIE_SECURE
andLOGIN_TIMEOUT
configuration.Deprecations
/api/plugins/secrets/get-session-key/
is deprecated in favor of/api/plugins/secrets/session-keys/
and will be removed in v1.9.0Bug Fixes
netbox-secretstore
that caused migration to fail.