aws-samples / cdk-keycloak

CDK construct library that allows you to create KeyCloak on AWS in TypeScript or Python
Apache License 2.0
87 stars 29 forks source link

How to add custom SPI? #193

Open GrandPoohBear opened 1 year ago

GrandPoohBear commented 1 year ago

Hello! I'm new to Keycloak, so very happy to see this package exists.

I suspect I will need to add a custom event listener SPI to our Keycloak deployment. Is it possible to do that as a downstream package consumer?

Also open to hacking it in on a fork if someone can advise how best to do it. Thanks in advance! --Andy

tunaranch commented 1 year ago

Would be good if we could provide our own keycloak image with custom SPIs.

TrevorGentner commented 1 year ago

@GrandPoohBear Any luck on custom SPIs? I've got similar needs.