Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Feb 11, 2021
1 parent 814c9b4 commit cfcb47b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keycloak HTTP Webhook Provider

![CI/CD](https://github.com/svenstaro/keycloak-http-webhook-provider/workflows/CI/CD/badge.svg)
[![CI](https://github.com/svenstaro/keycloak-http-webhook-provider/workflows/CI/badge.svg)](https://github.com/svenstaro/keycloak-http-webhook-provider/actions)

A Keycloak provider that posts events to a URL via HTTP POST as JSON

Expand All @@ -13,7 +13,7 @@ A Keycloak provider that posts events to a URL via HTTP POST as JSON
Copy the provider to the correct directory:

cp target/keycloak_http_webhook_provider.jar /opt/keycloak/standalone/deployments/

In your config, you'll have to find the section
```xml
<subsystem xmlns="urn:jboss:domain:keycloak-server:1.1">
Expand Down Expand Up @@ -45,4 +45,5 @@ To very quickly start a development instance of Keycloak with Docker, you can ra

## How to publish

Snapshot version are automatically published via GitHub Actions.
Snapshot versions are automatically published via GitHub Actions.
Pushing a tag will cause GitHub Actions to create a proper release with a build artifact.

0 comments on commit cfcb47b

Please sign in to comment.