Skip to content

Commit

Permalink
Merge pull request #34 from LerianStudio/fix/MZ-509
Browse files Browse the repository at this point in the history
fix: Fixing the ory ports - creating organization and group namespace…
  • Loading branch information
jeffersonrodrigues92 authored Jun 10, 2024
2 parents a33e069 + b4a72b4 commit 6998e3d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions components/auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ services:
- kratos-db
- kratos-migrate
ports:
- "4433:4433" #public port
- "4434:4434" #admin port
- '4433:4433' # public
- '4434:4434' # admin
volumes:
- type: bind
source: ../../config/auth
Expand Down
16 changes: 10 additions & 6 deletions config/auth/hydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ oidc:
- pairwise

urls:
login: http://localhost:4455/login
consent: http://localhost:4455/auth/consent
logout: http://localhost:4455/logout
error: http://localhost:4455/error
self:
public: http://localhost:4444/
issuer: http://localhost:4444/
issuer: http://localhost:4444
#front channel consent
consent: http://localhost:3000/consent
#front channel login
login: http://localhost:3000/en/signin
#front channel lougout
logout: http://localhost:3000/logout
identity_provider:
publicUrl: http://localhost:4433
url: http://localhost:4434

ttl:
access_token: 1h
Expand Down
7 changes: 4 additions & 3 deletions config/auth/keto.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
version: v0.11.1-alpha.0
version: v0.8.0-alpha.2

log:
level: debug

namespaces:
- id: 0
name: keto-namespace

name: group
- id: 1
name: organization
serve:
read:
host: 0.0.0.0
Expand Down

0 comments on commit 6998e3d

Please sign in to comment.