jboss - Keycloak 'ExampleDS' in production -


i'm following guide set keycloak 3.0.0 in ha mode production oracle db. see in standalone-ha.xml file there's subsystem:

<subsystem xmlns="urn:jboss:domain:ee:4.0"> 

at bottom of subsystem section there's <default-bindings> element refers exampleds datasource:

<default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/exampleds" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/> 

exampleds declared use h2 driver, cannot use in production.

can change <default-bindings> element refer oracle keycloakds datasource?

you need add , configure oracle jdbc driver beforehand , add datasource needed keycloak. can follow example setup stated here. have seen there exampleds h2 standard example configuration comes wildfly default, won't keycloak complain there no keycloakds (as stated in linked tutorial)


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -