Storing secrets in distributed binaries?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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.

  • 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