Installing the dataset provider in a Keycloak Quarkus distribution

This installs the provider into Keycloak Quarkus server

Never install this provider in a production environment as its endpoints are not secured.

Installing the dataset provider on Quarkus

Copy the previously built or downloaded JAR file to the provider folder of the Quarkus distribution:

cp dataset/target/keycloak-benchmark-dataset-*.jar $KEYCLOAK_HOME/provider

Verifying the installation

To verify the installation, access the URL of your Keycloak server at:

http://example.org/realms/master/dataset/status

On successful installation, it shows a message similar to:

{"status":"No task in progress. New task can be started"}