Vault VS Keycloak

Compare Vault vs Keycloak and see what are their differences.

Vault

A tool for secrets management, encryption as a service, and privileged access management (by hashicorp)

Keycloak

Open Source Identity and Access Management For Modern Applications and Services (by keycloak)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Vault Keycloak
171 254
31,350 23,855
0.7% 2.8%
9.9 10.0
2 days ago 2 days ago
Go Java
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Vault

Posts with mentions or reviews of Vault. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-02.
  • The New Dev's Guide to Externalizing App Config
    4 projects | dev.to | 2 Dec 2024
    Cloud platforms provide tools like AWS Secrets Manager, Azure Key Vault, and Google Cloud Secret Manager for exactly this purpose. These services, which evolved from patterns Mitchell Hashimoto pioneered with Vault in 2015, store and encrypt your configuration.
  • Production-Ready Terraform Module for Seamless Disaster Recovery: Primary and Secondary Clusters with Zero Downtime
    2 projects | dev.to | 18 Nov 2024
    Secure Secrets: Consider using Terraform’s Sensitive Variables or integrating with secret management tools like AWS Secrets Manager or HashiCorp Vault.
  • From License to Freedom: Embracing Open Source Forks Knowing What to Expect
    7 projects | dev.to | 6 Nov 2024
    OpenTofu, (forked from Hashicorp Terraform), is a newer example along with OpenBao (forked from Hashicorp Vault). When HashiCorp changed the license for Terraform and Vault to the Business Source License (BSL), the community quickly responded by forking the project under the name OpenTofu & OpenBao. These forks aim to preserve the tool’s open nature and ensure that the developer community has a truly open source alternative to some of the industries widely adapted softwares.
  • Why Clean Architecture Struggles in Golang and What Works Better
    3 projects | dev.to | 4 Nov 2024
    When designing a Go project, look to real-world examples like Kubernetes, Vault and the Golang Standards Project Layout. These showcase how powerful Go can be when the architecture embraces simplicity over rigid structure. Rather than trying to make Go fit a Clean Architecture mold, embrace an architecture that’s as straightforward and efficient as Go itself. This way, you’re building a codebase that’s not only idiomatic but one that’s easier to understand, maintain, and scale.
  • Does Your Startup Need Complex Cloud Infrastructure?
    10 projects | news.ycombinator.com | 12 Sep 2024
    > Bootstrapping a new system is checking in their ssh key and running a shell script.

    If it interests you, both major git hosts (and possibly all of them) have and endpoint to map a username to their already registered ssh keys: https://github.com/mdaniel.keys https://gitlab.com/mdaniel.keys

    It's one level of indirection away from "check in a public key" in that the user can rotate their own keys without needing git churn

    Also, and I recognize this is departing quite a bit from what you were describing, ssh key leases are absolutely awesome because it addresses the offboarding scenario much better than having to negatively reconcile evicting those same keys: https://github.com/hashicorp/vault/blob/v1.12.11/website/con... and while digging up that link I also discovered that Vault will allegedly do single-use passwords, too <https://github.com/hashicorp/vault/blob/v1.12.11/website/con...>, but since I am firmly in the "PasswordLogin no" camp, caveat emptor with that one

  • Ask HN: Developer PC setup automations for company owned devices
    10 projects | news.ycombinator.com | 29 Aug 2024
  • Production-Ready Vault Deployment on EC2: A Detailed Guide
    1 project | dev.to | 31 Jul 2024
    HashiCorp Vault is a powerful tool designed for securely managing secrets and protecting sensitive data. It provides a unified interface to access secrets and protect sensitive data using a variety of methods such as encryption, access control, and dynamic secrets generation. Vault is widely used in modern infrastructure to ensure that sensitive information, like API keys, passwords, and certificates, is handled securely and accessed only by authorized entities. This guide aims to walk you through the process of deploying a production-ready HashiCorp Vault server on an AWS EC2 instance. The goal is to help you set up a secure, highly available, and scalable Vault environment that meets the needs of a production system.
  • Secure and Resilient Design
    5 projects | dev.to | 19 Jul 2024
    Vault - For service authentication and key management.
  • HashiCorp Vault Quickstart
    3 projects | dev.to | 8 Jun 2024
    This is a sample project to initialise a HashiCorp Vault instance with a PKI Instance and generate some secrets that can be used by the ForgerRock Identity Platform.
  • YugabyteDB ♥️ Hashicorp Vault - Fun Times
    2 projects | dev.to | 22 May 2024
    I have been working with YugabyteDB for a while now. I am always experiment with yugbayte + (something). Today, its Vault.

Keycloak

Posts with mentions or reviews of Keycloak. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-14.
  • Keycloak took 10 months to fix a 2FA bypass
    5 projects | news.ycombinator.com | 14 Nov 2024
    Point 7 buried in the license document of the github repository is very much not https://www.keycloak.org/
  • OpenID Connect specifications published as ISO standards
    3 projects | news.ycombinator.com | 10 Nov 2024
  • Ruby on Rails: Autenticação utilizando Devise + Keycloak
    1 project | dev.to | 15 Oct 2024
  • Optimizing Keycloak Caches: Best Practices for Embedded and External Infinispan
    1 project | dev.to | 16 Sep 2024
    One common approach is to use an external Infinispan with a database persistence to store sessions outside of Keycloak, at least until version 26 makes the user session persistence feature (introduced in Keycloak version 25) a permanent part of Keycloak, moving beyond its previous preview status.
  • OAuth 2 Token Exchange with Spring Security and Keycloak
    3 projects | dev.to | 14 Sep 2024
    In today's interconnected digital landscape, companies often collaborate to provide seamless services to their users. In this post, we’ll explore a scenario involving two hypothetical companies: MyDoctor and MyHealth. We’ll demonstrate how MyHealth users can log in to MyDoctor using their MyHealth credentials, and how MyDoctor's backend can securely call MyHealth's APIs on behalf of the user. To achieve this, we’ll leverage OAuth 2 Token Exchange (RFC8693) with Spring Security and Keycloak.
  • OAuth 2 for SWEs working on AuthZ systems
    2 projects | dev.to | 28 Aug 2024
    Does not have LTS support so major version upgrades may be necessary when security patches are released. However, major version upgrades may cause breaking changes (which I have encountered a few times).
  • Introduction to Keycloak
    1 project | dev.to | 20 Aug 2024
    export KC_VERSION=24.0.4 curl -LO https://github.com/keycloak/keycloak/releases/download/"${KC_VERSION}"/keycloak-"${KC_VERSION}".zip
    1 project | dev.to | 19 Aug 2024
    Keycloak is an open-source project created by RedHat for Single Sign-On. It provides an Identity and Access Management (IAM) solution designed to secure application services. Additionally, it enables users to authenticate through various identity providers and use fine-grained permissions for regulating access to Software as a Service (SaaS) applications.
  • Securing Angular Apps with Keycloak
    2 projects | dev.to | 2 Aug 2024
    In this article we'll be using Keycloak to quickly secure a Angular application with user management and single sign on (SSO) using the open source IAMs Keycloak for Authentication and Authorization. We will demonstrate the integration by securing a page for logged-in users. This quickly provides a jump-off point to more complex integrations.
  • Identity: Self-Hosted or in the Cloud?
    3 projects | news.ycombinator.com | 12 Jul 2024
    Keycloak is definitely not small but you might find that you can ignore enough of the functionality to pretend that it is.

    https://github.com/keycloak/keycloak

What are some alternatives?

When comparing Vault and Keycloak you can also consider the following projects:

sealed-secrets - A Kubernetes controller and tool for one-way encrypted Secrets

authelia - The Single Sign-On Multi-Factor portal for web apps

sops - Simple and flexible tool for managing secrets

authentik - The authentication glue you need.

etcd - Distributed reliable key-value store for the most critical data of a distributed system

Apache Shiro - Apache Shiro

OPA (Open Policy Agent) - Open Policy Agent (OPA) is an open source, general-purpose policy engine.

bitwarden_rs - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs [Moved to: https://github.com/dani-garcia/vaultwarden]

Spring Security - Spring Security

Ory Kratos - The most scalable and customizable identity server on the market. Replace your Homegrown, Auth0, Okta, Firebase with better UX and DX. Has all the tablestakes: Passkeys, Social Sign In, Multi-Factor Auth, SMS, SAML, TOTP, and more. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.

IdentityServer - The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

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