Would it be worth using a secrets management system?

This page summarizes the projects mentioned and recommended in the original post on /r/devops

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sops

    Simple and flexible tool for managing secrets

  • maybe look at sops -- https://github.com/mozilla/sops extract the secrets to a single file. encrypt w/ sops, using your kms.

  • git-secret

    :busts_in_silhouette: A bash-tool to store your private data inside a git repository.

  • If you want a low config solution and not scared of gpg, https://git-secret.io/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • bfg-repo-cleaner

    Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala

  • This is 100% the way to go, along with something like bfg to scrub the repo history. There's some complexity to overcome with sops if you're not in the cloud at all. Need to configure it to use age or PGP instead of a cloud kms but it's really not bad

  • age

    A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

  • This is 100% the way to go, along with something like bfg to scrub the repo history. There's some complexity to overcome with sops if you're not in the cloud at all. Need to configure it to use age or PGP instead of a cloud kms but it's really not bad

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Terraform - How do you handle secrets?

    3 projects | /r/devops | 12 Jan 2023
  • git-secret vs Mozilla SOPS?

    2 projects | /r/selfhosted | 17 Jul 2022
  • git-secret VS SOPS?

    2 projects | /r/selfhosted | 17 Jul 2022
  • Gittuf – a security layer for Git using some concepts introduced by TUF

    5 projects | news.ycombinator.com | 24 Oct 2023
  • Goodbye Sealed Secrets, hello SOPS

    4 projects | dev.to | 30 Jul 2022