Skip to content

Commit

Permalink
Update to oryd/hydra:v1.11.10 for OAuth testing
Browse files Browse the repository at this point in the history
Fix build issues on newer OS/hardware. Use latest 1.x release since
2.x causes container start issues without further changes.
  • Loading branch information
mosabua committed Dec 17, 2024
1 parent f03c4aa commit b9879e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
public class TestingHydraIdentityProvider
implements AutoCloseable
{
private static final String HYDRA_IMAGE = "oryd/hydra:v1.10.6";
private static final String HYDRA_IMAGE = "oryd/hydra:v1.11.10";
private static final String ISSUER = "https://localhost:4444/";
private static final String DSN = "postgres://hydra:mysecretpassword@database:5432/hydra?sslmode=disable";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class HydraIdentityProvider
private static final int TTL_ACCESS_TOKEN_IN_SECONDS = 5;
private static final int TTL_REFRESH_TOKEN_IN_SECONDS = 15;

private static final String HYDRA_IMAGE = "oryd/hydra:v1.10.6";
private static final String HYDRA_IMAGE = "oryd/hydra:v1.11.10";
private static final String DSN = "postgres://hydra:mysecretpassword@hydra-db:5432/hydra?sslmode=disable";
private final PortBinder binder;
private final DockerFiles.ResourceProvider configDir;
Expand Down

0 comments on commit b9879e4

Please sign in to comment.