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

Enable custom fields for secrets #1739

Closed
evantheenginr opened this issue Nov 28, 2017 · 4 comments
Closed

Enable custom fields for secrets #1739

evantheenginr opened this issue Nov 28, 2017 · 4 comments
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@evantheenginr
Copy link

Issue type

[X] Feature request
[ ] Bug report
[ ] Documentation

Environment

  • Python version: 3.4.5
  • NetBox version: 2.2.6

Many of our secrets involve the use of additional information in order to authenticate with a device or service on a device. This is non-sensitive information related to the secret. It might be a connection endpoint for a service such as https://host:port/service or a information about a 2FA mechanism. In extreme cases we may make notes about use or purpose of access related to a secret.

We envision this could be accomplished any number of ways, the most flexible of which would be custom fields for secrets. The addition of 2 fields, one for connection information and one for connection notes would help.

@jeremystretch
Copy link
Member

The secret model is intended solely to hold sensitive data. Services and other ancillary data should be modeled elsewhere (in fact, there is a service model specifically for this). Could you explain exactly what it is you're trying to do?

@evantheenginr
Copy link
Author

evantheenginr commented Nov 29, 2017 via email

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application labels Jul 17, 2018
@jeremystretch jeremystretch changed the title Auxillary connection information for a secret Enable custom fields for secrets Jul 17, 2018
@jeremystretch
Copy link
Member

Changed this to focus on custom fields for secrets, as attempting to add specific fields for connection information sounds like a rabbit hole.

@jeremystretch
Copy link
Member

Enabled custom fields for secrets in 0c0799f for the v2.4 release.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

2 participants