testcontainers-spring-boot VS keycloak-config-cli

Compare testcontainers-spring-boot vs keycloak-config-cli and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
testcontainers-spring-boot keycloak-config-cli
2 10
831 671
0.4% 5.8%
9.7 8.0
1 day ago 8 days ago
Java Java
MIT License 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.

testcontainers-spring-boot

Posts with mentions or reviews of testcontainers-spring-boot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-20.

keycloak-config-cli

Posts with mentions or reviews of keycloak-config-cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-18.
  • Beyond the login page
    1 project | dev.to | 29 Nov 2023
    Most of the time nowadays, I prefer offloading this to an identity provider, using OpenID Connect or soon Federated Credential Management (FedCM), even if that means shipping an identity provider as part of the deliverables (I generally go with Keycloak, with keycloak-config-cli to provision its configuration). I'm obviously biased though as I work in IT services, developping software mainly for intranets/extranets, and companies now increasingly have their own identity providers or at a minimum have that in their roadmap. So YMMV.
  • Keycloak – Open-Source Identity and Access Management Interview
    26 projects | news.ycombinator.com | 18 Jun 2023
    > But it is painful share the setup with other engineers.

    We used keycloak-config-cli [1] it compares a config file stripped of IDs to your Keycloak installation and makes the relevant updates through the REST API.

    [1] https://github.com/adorsys/keycloak-config-cli

  • Keycloak with PostgreSQL on Kubernetes
    8 projects | news.ycombinator.com | 10 Apr 2023
  • Is Keycloak ready for Kubernetes?
    2 projects | /r/KeyCloak | 8 Nov 2022
    As far as I know, the state of the art is https://github.com/adorsys/keycloak-config-cli , but I haven't played with that yet. It seems to be a big improvement over other solutions, because it can update configurations and the configurations can be "clean".
  • Add keycloak configurations through script
    1 project | /r/KeyCloak | 25 Jul 2022
  • Noob question about self-hosting on a VPS
    1 project | /r/selfhosted | 29 Apr 2022
    One alternative is to use the admin APIs instead of the UI. You'd SSH into the host and then use curl or https://github.com/adorsys/keycloak-config-cli to configure keycloak. I use the keycloak-config-cli for my setup. It's both how I manage disaster recovery and make changes to configuration.
  • Keycloak; docker or dedicated?
    1 project | /r/selfhosted | 25 Apr 2022
    I'm not saying that keycloak is always easy to work with. The thing I found hardest to figure out was how to automate disaster recovery. I want to be able to rebuild my entire auth configuration from scratch including users, default passwords, oauth clients, JWT mappings, etc. The only way I found to do this was to use https://github.com/adorsys/keycloak-config-cli. tl;dr It uses the admin API to provision items. You can export a configured realm, manually tweak some parts of it like enter passwords and add users, and then run it against a keycloak instance to restore everything.
  • Keycloak config management?
    1 project | /r/devops | 21 Apr 2022
    I've found this https://github.com/adorsys/keycloak-config-cli and it looks really promising. It can update the configs without a need to restart the whole keycloak instance.
  • Nginx auth_request and Keycloak?
    3 projects | /r/selfhosted | 29 Mar 2022
    If you do end up using a setup like this then I highly recommend that you look into https://github.com/adorsys/keycloak-config-cli. tl;dr You can export your realm configuration once set up and then use it to restore your system should you lose your keycloak data. It can also be used to provision users but you have to manually add them to the realm export because they are not included in an export for some reason. All the different objects it can manage are documented here: https://www.keycloak.org/docs-api/17.0/rest-api/index.html#_realmrepresentation.

What are some alternatives?

When comparing testcontainers-spring-boot and keycloak-config-cli you can also consider the following projects:

RabbitMQ - Open source RabbitMQ: core server and tier 1 (built-in) plugins

nginx-openid-connect - Reference implementation of OpenID Connect integration for NGINX Plus

springboot-keycloak-openldap - The goal of this project is to create a simple Spring Boot REST API, called simple-service, and secure it with Keycloak. Furthermore, the API users will be loaded into Keycloak from OpenLDAP server.

private_server - This is the configuration for my private server, with the intention of never having to use manual SSH.

auth0-java - Java client library for the Auth0 platform

vouch-proxy - an SSO and OAuth / OIDC login solution for Nginx using the auth_request module

java-11-examples - JDK 11 examples and demo projects.

oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.

mysql-kafka-redis-integration - Real-Time search use case: Powered by MySQL, Kafka and RediSearch on Azure

component-keycloak - Commodore Component for Keycloak

minio-dokku - Dockerfile to run Minio (S3 compatible storage) on Dokku (mini-Heroku)

terraform-provider-keycloak - Terraform provider for Keycloak