Skip to content

Commit

Permalink
refactor: remove need for reverse proxy in selfservice-ui
Browse files Browse the repository at this point in the history
Closes #661

BREAKING CHANGE: This patch makes the reverse proxy functionality required in prior versions of the self-service UI example obsolete. All examples work now with a simple set up and documentation has been added to assist in subdomain scenarios.
  • Loading branch information
aeneasr committed Aug 25, 2020
1 parent d3e9192 commit beb4c32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions quickstart-oathkeeper.yml
@@ -1,6 +1,9 @@
version: '3.7'

services:
kratos:
environment:
- SERVE_PUBLIC_BASE_URL=http://127.0.0.1:4433/.ory/kratos/public/

kratos-selfservice-ui-node:
environment:
Expand Down
3 changes: 2 additions & 1 deletion quickstart-standalone.yml
Expand Up @@ -6,4 +6,5 @@ services:
- "4455:4455"
environment:
- PORT=4455
- SECURITY_MODE=cookie
- SECURITY_MODE=
- KRATOS_BROWSER_URL=http://127.0.0.1:4433/

0 comments on commit beb4c32

Please sign in to comment.