Use git-secret to store encrypted secrets in the repository

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

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

  • # File: .docker/images/php/base/Dockerfile # install git-secret # @see https://git-secret.io/installation#alpine ADD https://gitsecret.jfrog.io/artifactory/api/security/keypair/public/repositories/git-secret-apk /etc/apk/keys/git-secret-apk.rsa.pub RUN echo "https://gitsecret.jfrog.io/artifactory/git-secret-apk/all/main" >> /etc/apk/repositories && \ apk add --update --no-cache \ bash \ git-secret \ gnupg \ make \ #...

  • docker-php-tutorial

    Example files of my tutorial on PHP on Docker (check out the branches!)

  • All code samples are publicly available in my Docker PHP Tutorial repository on github. You find the branch with the final result of this tutorial at part-6-git-secret-encrypt-repository-docker.

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

    A tool for secrets management, encryption as a service, and privileged access management

  • In fact, entire products have been build around dealing with secrets, e.g. HashiCorp Vault, AWS Secrets Manager or the GCP Secret Manager. Introducing those in a project comes with a certain overhead as it's yet another service that needs to be integrated and maintained. Maybe it is the exactly right decision for your use-case - maybe it's overkill. By the end of this article you'll at least be aware of an alternative with a lower barrier to entry. See also the Pros and cons section in the end for an overview.

  • berglas

    A tool for managing secrets on Google Cloud

  • In fact, entire products have been build around dealing with secrets, e.g. HashiCorp Vault, AWS Secrets Manager or the GCP Secret Manager. Introducing those in a project comes with a certain overhead as it's yet another service that needs to be integrated and maintained. Maybe it is the exactly right decision for your use-case - maybe it's overkill. By the end of this article you'll at least be aware of an alternative with a lower barrier to entry. See also the Pros and cons section in the end for an overview.

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 & HashiCorp Vault Integration: Seamless Secrets Management

    1 project | dev.to | 22 Mar 2024
  • Keep it cool and secure: do's and don'ts for managing Web App secrets

    1 project | dev.to | 6 Jan 2024
  • Kubernetes Secret Management

    1 project | dev.to | 20 Dec 2023
  • Champion Building - How to successfully adopt a developer tool

    3 projects | dev.to | 11 Dec 2023
  • How do you handle sensitive variables with a service-worker?

    1 project | /r/Firebase | 11 Dec 2023