-
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
-
Import the windup realm (server must be running):
java -jar target/windup-keycloak-tool.jar create-windup-realm
-
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
-
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
-
Notifications
You must be signed in to change notification settings - Fork 14
Tool to handle tasks related to the process of automating Keycloak setup. This is primarily for use by our build system.
License
windup/windup-keycloak-tool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published