Storing secrets in distributed binaries?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. go-keyring

    Cross-platform keyring interface for Go

    If it is a personal application you can use the operating systems keyring. E.g. with https://github.com/zalando/go-keyring

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. vault-client-go

    HashiCorp Vault Go Client Library generated from OpenAPI spec.

    Nice. I think another option for a server application is using environment variables. A more sophisticated solution is to use a secret manager like hashicorp vault paired with its OpenAPI go library.

  4. Vault

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

    Nice. I think another option for a server application is using environment variables. A more sophisticated solution is to use a secret manager like hashicorp vault paired with its OpenAPI go library.

  5. sealed-secrets

    A Kubernetes controller and tool for one-way encrypted Secrets

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

  • Secrets Management with Hashicorp Vault - which integration point to use? Sidecar Injector? ESO?

    1 project | /r/kubernetes | 17 Nov 2022
  • Best solution to use Argocd with helm and manage secrets ? Don't say flux !

    5 projects | /r/kubernetes | 11 Aug 2022
  • Project: Running a local cluster with TLS, ArgoCD GitOps, Vault and a PostgreSQL operator

    1 project | /r/devops | 4 Aug 2022
  • Kubernetes authentication from multiple, external clusters

    1 project | /r/hashicorp | 9 Jun 2021
  • What if your Pods need to trust self-signed certificates?

    5 projects | news.ycombinator.com | 28 Jun 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?