Skip to content

Commit

Permalink
feat: disable auth for rafiki admin on dev env (#1655)
Browse files Browse the repository at this point in the history
* disable auth for rafiki admin on dev env

* let kratos container in the local env setup
  • Loading branch information
adrianboros authored Sep 26, 2024
1 parent 9bb15a9 commit 8024a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ services:
KRATOS_CONTAINER_PUBLIC_URL: 'http://kratos:4433'
KRATOS_BROWSER_PUBLIC_URL: 'http://localhost:4433'
KRATOS_ADMIN_URL: 'http://kratos:4434/admin'
AUTH_ENABLED: false
<<: *logging

kratos:
Expand Down

0 comments on commit 8024a9f

Please sign in to comment.