Skip to content

Commit

Permalink
test: update paths to reflect new admin api
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 7, 2022
1 parent 2875c19 commit 549deda
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion test/conformance/docker-compose.yml
Expand Up @@ -62,11 +62,19 @@ services:
networks:
- intranet
restart: unless-stopped
deploy:
resources:
limits:
cpus: '6.0'
memory: 4G
reservations:
cpus: '2.0'
memory: 1G

consent:
image: oryd/hydra-login-consent-node:latest
environment:
HYDRA_ADMIN_URL: https://hydra:4445
HYDRA_ADMIN_URL: https://hydra:4445/admin
NODE_TLS_REJECT_UNAUTHORIZED: 0
CONFORMITY_FAKE_CLAIMS: 1

Expand Down
1 change: 1 addition & 0 deletions test/conformance/hydra/config/hydra.yml
Expand Up @@ -31,6 +31,7 @@ oidc:
pairwise:
salt: youReallyNeedToChangeThis
dynamic_client_registration:
enabled: true
default_scope:
- email
- offline_access
Expand Down
3 changes: 2 additions & 1 deletion test/conformance/run_test.go
Expand Up @@ -8,7 +8,6 @@ import (
"context"
"crypto/tls"
"fmt"
hydrac "github.com/ory/hydra-client-go"
"io"
"io/ioutil"
"math/rand"
Expand All @@ -18,6 +17,8 @@ import (
"testing"
"time"

hydrac "github.com/ory/hydra-client-go"

"github.com/cenkalti/backoff/v3"

"github.com/ory/x/httpx"
Expand Down

0 comments on commit 549deda

Please sign in to comment.