Skip to content

Commit

Permalink
test(e2e): update e2e profiles to new proxy set up
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 54d8cd6 commit a3204cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion test/e2e/profiles/kratos.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ selfservice:
default_browser_return_url: http://localhost:4455/
whitelisted_return_urls:
- http://localhost:4455
- http://localhost:4458
- https://www.ory.sh/
methods:
link:
Expand Down
16 changes: 8 additions & 8 deletions test/e2e/profiles/spa/.kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ selfservice:
flows:
settings:
privileged_session_max_age: 5m
ui_url: http://localhost:4458/settings
ui_url: http://localhost:4455/settings
required_aal: aal1

logout:
after:
default_browser_return_url: http://localhost:4458/login
default_browser_return_url: http://localhost:4455/login

registration:
ui_url: http://localhost:4458/registration
ui_url: http://localhost:4455/registration
after:
password:
hooks:
Expand All @@ -21,17 +21,17 @@ selfservice:
-
hook: session
login:
ui_url: http://localhost:4458/login
ui_url: http://localhost:4455/login
error:
ui_url: http://localhost:4458/error
ui_url: http://localhost:4455/error
verification:
enabled: true
lifespan: 5m
ui_url: http://localhost:4458/verify
ui_url: http://localhost:4455/verify
recovery:
enabled: true
lifespan: 5m
ui_url: http://localhost:4458/recovery
ui_url: http://localhost:4455/recovery

methods:
oidc:
Expand Down Expand Up @@ -77,7 +77,7 @@ selfservice:
config:
rp:
id: localhost
origin: http://localhost:4458
origin: http://localhost:4455
display_name: Ory

identity:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/profiles/verification/.kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ selfservice:
privileged_session_max_age: 1m

verification:
ui_url: http://localhost:4455/verify
ui_url: http://localhost:4455/verification
enabled: true
lifespan: 5m
after:
Expand Down

0 comments on commit a3204cf

Please sign in to comment.