Signed-off-by: TheKeeroll <57570053+TheKeeroll@users.noreply.github.com>
This commit is contained in:
TheKeeroll 2024-01-29 14:40:21 +03:00 committed by GitHub
parent eff289be1c
commit 13b8db0026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -634,7 +634,7 @@ and argument: `-p 8181`
Cross-DC tests use 2 data centers, each with one automatically started and one manually controlled backend servers,
and 1 frontend loadbalancer server node that sits in front of all servers.
The browser usually communicates directly with the frontent node and the test controls where the HTTP requests
The browser usually communicates directly with the frontend node and the test controls where the HTTP requests
land by adjusting load balancer configuration (e.g. to direct the traffic to only a single DC).
For an example of a test, see [org.keycloak.testsuite.crossdc.ActionTokenCrossDCTest](tests/base/src/test/java/org/keycloak/testsuite/crossdc/ActionTokenCrossDCTest.java).