How can I securely create user accounts within a docker container?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Vault

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

  • Hashicorp Vault is the most common locally deployable one. Every cloud provider has one as well. Likewise, most container orchestrators have a secrets management mechanism as well.

  • redoctober

    Go server for two-man rule style file encryption and decryption.

  • This is for heavy-weight multi-user authentication scenarios like storing banking/credit information: https://github.com/cloudflare/redoctober

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

    Discontinued A system for distributing and managing secrets

  • There is also good ol' https://square.github.io/keywhiz

  • knox

    Knox is a secret management service (by pinterest)

  • Less complicated than that https://github.com/pinterest/knox which is still great for protecting most data.

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