Skip to content

Commit 2416acd

Browse files
mosabuaebyhr
authored andcommitted
Update to oryd/hydra:v1.11.10 for OAuth2 testing
This fixes build failures with some newer OS versions, but avoids any updates necessary for adopting v2.x. Testing with 2.x with the current setup fails to start the container.
1 parent bd17c93 commit 2416acd

File tree

1 file changed

+1
-1
lines changed
  • gateway-ha/src/test/java/io/trino/gateway/ha/security

1 file changed

+1
-1
lines changed

gateway-ha/src/test/java/io/trino/gateway/ha/security/TestOIDC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ final class TestOIDC
5959
private static final int TTL_ACCESS_TOKEN_IN_SECONDS = 5;
6060
private static final int TTL_REFRESH_TOKEN_IN_SECONDS = 15;
6161

62-
private static final String HYDRA_IMAGE = "oryd/hydra:v1.10.6";
62+
private static final String HYDRA_IMAGE = "oryd/hydra:v1.11.10";
6363
private static final String DSN = "postgres://hydra:mysecretpassword@hydra-db:5432/hydra?sslmode=disable";
6464
private static final int ROUTER_PORT = 21001 + (int) (Math.random() * 1000);
6565

0 commit comments

Comments
 (0)