Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Timeout on large realms #35

Open
strebern opened this issue Feb 20, 2023 · 1 comment
Open

Timeout on large realms #35

strebern opened this issue Feb 20, 2023 · 1 comment

Comments

@strebern
Copy link

I tried exporting a realm containing a few thousand users, about 300 groups, and 1000 client roles and the endpoint sends a code 504 with the following body :

<html>

<body>
	<h1>504 Gateway Time-out</h1>
	The server didn't respond in time.
</body>

</html>

Is there any way to bypass this timeout ?

@fperot74
Copy link
Contributor

fperot74 commented Mar 9, 2023

I wonder if you can configure the response timeout in a Keycloak configuration so it would depend whether you are using Keycloak with Wildfly (standalone.xml) or with Quarkus (keycloak.conf). It also can be a configuration in your proxy if you are using one (such as Nginx)

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

No branches or pull requests

2 participants