Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I set up the database and get the JNDI address? #6

Open
SrMarkLau opened this issue Jun 7, 2024 · 3 comments
Open

How do I set up the database and get the JNDI address? #6

SrMarkLau opened this issue Jun 7, 2024 · 3 comments

Comments

@SrMarkLau
Copy link

Hello friends, I have a question
How do I set up the database and get the JNDI address?

quarkus.properties in conf folder

quarkus.datasource.ext.db-kind=postgresql
quarkus.datasource.ext.username=test
quarkus.datasource.ext.password=test
quarkus.datasource.ext.jdbc.url=jdbc:postgresql://172.0.0.1:5432/mysys
quarkus.datasource.ext.jdbc.max-size=16

What is the JNDI address in quarkus?

@b0g
Copy link

b0g commented Jun 28, 2024

I am interested too to know,

Did you find the answer ? (working on keycloak 24.0.4)

@DaniGalicia
Copy link

DaniGalicia commented Jul 27, 2024

Quarkus does not support jndi.

You have to change that.

I am using jdbc. I read connection properties from keycloak.conf file.

@SrMarkLau
Copy link
Author

@DaniGalicia Is it possible to pass on this implementation to us?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants