Skip to content

Tool to handle tasks related to the process of automating Keycloak setup. This is primarily for use by our build system.

License

Notifications You must be signed in to change notification settings

windup/windup-keycloak-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windup Keycloak Tool

Usage

  1. Create the initial admin user (server not running):

    java -jar target/windup-keycloak-tool.jar initialize-keycloak --username admin --password password --file /home/jsightler/project/migration/software/windup-web-distribution/target/wildfly-10.1.0.Final/standalone/configuration/keycloak-add-user.json

  2. Import the windup realm (server must be running):

    java -jar target/windup-keycloak-tool.jar create-windup-realm

  3. Create a new user in the windup realm (server must be running):

    java -jar target/windup-keycloak-tool.jar create-windup-user --newUserID windup --newUserPassword password --firstName Windup --lastName User

  4. Prints a CLI script for adding the public key to the EAP/Wildfly system properties (server must be running):

    java -jar target/windup-keycloak-tool.jar print-windup-realm-public-key-script

About

Tool to handle tasks related to the process of automating Keycloak setup. This is primarily for use by our build system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages