How do you/company deal with secrets on ci/cd?

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

  • we use sops https://github.com/mozilla/sops and store the key in an KMS of the cloud provider if we have to commit encrypted secrets

  • terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  • terraform Make the secret part of your CI/CD: - Generate your secret in terraform, bash script, whatever and make it an output - Use IaC to take that input and make a secret from it - Use IaC to retrieve the secret

  • 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
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

  • How to securely store and pass Terraform plan between Azure DevOps/GitHub Actions stages/jobs

    3 projects | /r/Terraform | 9 Dec 2022
  • Pico.sh – Hacker Labs

    5 projects | news.ycombinator.com | 21 Apr 2024
  • Encrypting your secrets with Mozilla SOPS using two AWS KMS Keys

    3 projects | dev.to | 16 Jan 2024
  • Storing and managing private keys

    1 project | /r/golang | 20 Sep 2023
  • Check your secrets into Git [video]

    2 projects | news.ycombinator.com | 19 Aug 2023