주 콘텐츠로 건너뛰기
https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.keycloakconfigcli12-b0ee1457-87fa-4482-b7c0-3def5fb09368/image0_cloud.png

Keycloak Config CLI

pcloudhosting에 의해

(1 등급)

Version 6.4.0 + Free Support on Ubuntu 26.04

```html

Keycloak Config CLI is an open-source command-line tool designed to manage and automate Keycloak configurations. It allows administrators and DevOps teams to define Keycloak realms, clients, roles, groups, users, and other resources in configuration files and apply them automatically to Keycloak instances.

Features of Keycloak Config CLI:

  • Easy to install and configure for managing Keycloak environments.
  • Supports importing and synchronizing Keycloak configurations using JSON and YAML files.
  • Automates the management of realms, clients, roles, groups, and users.
  • Helps implement Infrastructure as Code (IaC) practices for identity and access management.
  • Integrates seamlessly with CI/CD pipelines for automated deployments.
  • Supports containerized deployments using Docker and Kubernetes.
  • Reduces manual configuration effort and ensures consistency across environments.

Check the version of Keycloak Config CLI, follow these steps:

$ sudo su
$ find ~ -name "*keycloak-config-cli*.jar"
$ java -jar ~/keycloak-config-cli/keycloak-config-cli.jar 2>&1 | grep "Starting KeycloakConfigApplication"
    

Disclaimer: Keycloak Config CLI is an open-source project maintained by the community and distributed under the Apache License 2.0. It is not affiliated with or endorsed by any other entity. Keycloak Config CLI is provided "as is," without any warranty, express or implied. Users are responsible for understanding and complying with licensing terms and regulations while using the software.

```