-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed as not planned
Labels
Status: AbandonedThis issue is no longer important to the requestor and no one else has shown an interest in it.This issue is no longer important to the requestor and no one else has shown an interest in it.Status: StaleThis issue/PR has been inactive for a while and may be closed soon if no further activity occThis issue/PR has been inactive for a while and may be closed soon if no further activity occType: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.
Description
Describe your feature request
Support secret files encrypted with SOPS (Secrets Operations). Basically, the idea is to let users work with encrypted files directly, so stuff like API keys, credentials, and sensitive configs stay secure. Nuclei would handle the decryption part on the fly, making things way safer and easier to manage.
Describe the use case of the feature
- Encrypt any sensitive data, store it in repo, and never worry about exposing plaintext secrets.
- Just point Nuclei to a SOPS-encrypted file, and it handles the rest. No extra steps like decrypting manually.
- Makes it easier to follow security policies that require encryption while reducing the risk of leaks.
Describe alternatives you've considered
Store secrets as env vars. This is okay for small setups, but it gets messy with lots of secrets.
Ref:
Additional context
SOPS is super handy for encrypting files and works with backends like GCP KMS, AWS KMS, Azure Key Vault, HashiCorp Vault, and even age.
Metadata
Metadata
Assignees
Labels
Status: AbandonedThis issue is no longer important to the requestor and no one else has shown an interest in it.This issue is no longer important to the requestor and no one else has shown an interest in it.Status: StaleThis issue/PR has been inactive for a while and may be closed soon if no further activity occThis issue/PR has been inactive for a while and may be closed soon if no further activity occType: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.