generate-secure-pillar
sops
generate-secure-pillar | sops | |
---|---|---|
2 | 156 | |
31 | 16,864 | |
- | 2.2% | |
6.0 | 9.1 | |
8 months ago | 5 days ago | |
Go | Go | |
MIT License | Mozilla Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
generate-secure-pillar
sops
-
Do not use secrets in environment variables and
You can also do some nice things with https://github.com/getsops/sops, I store encrypted password and secrets on git with sops, but I also use nix so I have near perfect integration with my services.
- Age is a simple, modern and secure file encryption tool, format, and Go library
-
Managing NixOS Secrets via SOPS, sops-nix and opsops
SOPS is a simple, yet powerful tool for managing secrets. It consumes a clear secret file in various formats and encrypts values using keys. The encrypted file can be then stored in a version control system and decrypted when needed.
-
From Dotenv to Dotenvx: Next Generation Config Management
There's also sops: https://github.com/getsops/sops
I've used it at two jobs now over about 5 years and have had zero issues.
-
Pico.sh – Hacker Labs
My script just sets up default .sops.yaml for https://github.com/getsops/sops
You can further edit .sops.yaml(eg have multiple of them) and decide how you split secrets in your directory tree to further customize who can decrypt the secrets.
It works pretty well for prod/dev splits, etc
-
Encrypting your secrets with Mozilla SOPS using two AWS KMS Keys
Mozilla SOPS (Secrets OPerationS) is an open-source command-line tool for managing and storing secrets. It uses secure encryption methods to encrypt secrets at rest and decrypt them at runtime. SOPS supports a variety of key management systems, including AWS KMS, GCP KMS, Azure Key Vault, and PGP. It's particularly useful in a DevOps context where sensitive data like API keys, passwords, or certificates need to be securely managed and seamlessly integrated into application workflows.
-
An opinionated template for deploying a single k3s cluster with Ansible backed by Flux, SOPS, GitHub Actions, Renovate, Cilium, Cloudflare and more!
Encrypted secrets thanks to SOPS and Age
-
Tracking SQLite Database Changes in Git
We do the exact same thing to keep track of some credentials we use sops[1] and AWS KMS to separate credentials by sensitivity, then use the git differ to view the diffs between the encrypted secrets
Definitely not best practice security-wise, but it works well
[1] https://github.com/getsops/sops
-
The Twelve-Factor App
For anyone new to SOPS like I was - https://github.com/getsops/sops
- Storing and managing private keys
What are some alternatives?
win-gpg-agent - [DEPRECATED] Windows helpers for GnuPG tools suite
sealed-secrets - A Kubernetes controller and tool for one-way encrypted Secrets
PGPro - OpenPGP En- & Decryption App for iOS
Vault - A tool for secrets management, encryption as a service, and privileged access management
salt-exporter - Salt Prometheus exporter working out of the box without any configuration on Salt side. Comes with an event watcher TUI.
age - A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
salt-golang - Saltstack event-listener, client, salt-minion, salt-api,salt-master in golang POC
git-crypt - Transparent file encryption in git
SaltStack - Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
terraform-provider-sops - A Terraform provider for reading Mozilla sops files
vault-secrets-operator - Create Kubernetes secrets from Vault for a secure GitOps based workflow.
terragrunt - Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.