aerogear / keycloak-metrics-spi

Adds a Metrics Endpoint to Keycloak
Apache License 2.0
530 stars 152 forks source link

Add jboss-deployment-structure.xml #75

Closed Gallardot closed 3 years ago

Gallardot commented 3 years ago

Add jboss-deployment-structure.xml and Update README

Motivation

Make the installation easier by adding a jboss-deployment-structure.xml file

What

Add the jboss-deployment-structure.xml file

Why

Make the installation easier

How

Verification Steps

Add the steps required to check this change. Following an example.

Touch a dodeploy file into the /opt/jboss/keycloak/standalone/deployments/ subdirectory of your Keycloak installation.

# If your jar file is `keycloak-metrics-spi-2.0.2.jar`
cd /opt/jboss/keycloak/standalone/deployments/
touch keycloak-metrics-spi-2.0.2.jar.dodeploy

Checklist:

Progress

Additional Notes

PS.: Add images and/or .gifs to illustrate what was changed if this pull request modifies the appearance/output of something presented to the users.

pb82 commented 3 years ago

this looks good, thanks @Gallardot